# Losbeto Brazil BCB/B3 Macro Revisions

> Losbeto Brazil BCB/B3 Macro Revisions is a paid API for AI agents from api.losbeto.xyz, paid per call via x402, $0.19/call, status unknown (last checked 2026-09-14).

Fetches Brazil macro data revisions from BCB (Banco Central do Brasil) and B3 via pay-per-call with no API key required

## Facts

- Endpoint: GET https://api.losbeto.xyz/br-revisions
- Price: $0.19/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-brazil-bcb-b3-macro-revisions-34755cb8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_a0X1YSzXIxfRp9DT-3AAn

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability losbeto-brazil-bcb-b3-macro-revisions-34755cb8
```

Example prompt: Pull the latest Brazil macro data revisions from BCB and B3 for me — I need to see what indicators have been updated recently.

## When to prefer this

Choose this endpoint when you need Brazil-specific macroeconomic revision data from official sources (BCB/B3) without setting up API keys or accounts, and you want pay-per-call pricing via USDC micropayments on Base, Solana, or Algorand.

## Known failure modes

- Insufficient USDC payment returns HTTP 402 Payment Required
- Network timeout if Losbeto servers are temporarily unavailable
- Stale or no revisions available returns empty dataset
- Payment on unsupported chain rejected

## How this service works

OpenAI-compatible LLM gateway at $0.005/call — change base_url, pay in USDC. Plus pay-per-call market data: multi-oracle price consensus, sentiment, forex, equities, commodities, Brazil macro (BCB/B3) and crypto. No API keys, no accounts. USDC on Base, Solana and Algorand via x402.

## Output

A JSON object containing Brazil macro data revisions sourced from BCB (Banco Central do Brasil) and B3, reflecting the latest updates to Brazilian economic indicators such as interest rates, inflation, and other central bank tracked metrics.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "properties": {
      "series": {
       "description": "series parameter",
       "type": "string"
      }
     },
     "type": "object"
    }
   },
   "type": "object"
  },
  "output": {
   "properties": {
    "example": {
     "description": "The full revision trail of Brazilian official statistics: first print, every correction, the size of each revision in basis points and the timestamp we observed it. The FED publishes ALFRED for US vintages; Brazil has no public equivalent. Cannot be scraped retroactively by anyone — it only exists because this node was running and recording.",
     "type": "object"
    }
   },
   "type": "object"
  }
 },
 "required": [
  "input"
 ],
 "type": "object"
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-brazil-bcb-b3-macro-revisions-34755cb8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.losbeto.xyz](https://www.zero.xyz/host/api.losbeto.xyz/llms.txt)
