# Losbeto Brazil Macro Data

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

Returns Brazil macroeconomic data from BCB (Central Bank of Brazil) and B3 (Brazilian stock exchange) for AI agents via pay-per-call

## Facts

- Endpoint: GET https://api.losbeto.xyz/br-macro
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-brazil-macro-data-6c93e618
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_p5_H4YnFleuon-Gkcd7OY

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-macro-data-6c93e618
```

Example prompt: Can you pull the latest Brazil macroeconomic indicators — things like Selic rate, inflation, and GDP figures — from Losbeto right now?

## When to prefer this

Choose this endpoint when you need official Brazil macroeconomic data (BCB/B3) without setting up API keys or accounts, and when pay-per-call pricing via crypto (USDC on Base or Solana) is acceptable. Ideal for AI agents needing on-demand Brazilian macro context — interest rates, inflation, or B3 data — within a broader multi-asset or emerging-market analysis workflow.

## Known failure modes

- 402 Payment Required if USDC payment not provided or insufficient
- Network timeout if BCB/B3 upstream data sources are unavailable
- Stale or delayed data if source feeds lag
- JSON parse errors if upstream format changes
- Rate limiting if called excessively in short windows

## 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 macroeconomic data sourced from BCB (Central Bank of Brazil) and B3, likely including key indicators such as the Selic rate, inflation (IPCA), GDP, and other official Brazilian economic statistics. Costs $0.05 USDC per call, paid via x402 protocol on Base or Solana.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "properties": {
      "format": {
       "description": "Response format (json)",
       "type": "string"
      }
     },
     "type": "object"
    }
   },
   "type": "object"
  },
  "output": {
   "properties": {
    "example": {
     "description": "Brazil macro in one call, straight from the Central Bank (BCB/SGS): Selic target, CDI, IPCA 12-month inflation, IGP-M, official USD/BRL PTAX and EUR/BRL — plus the real interest rate computed from Selic and IPCA, with a positioning read. Each series is a separate BCB endpoint with comma decimals; this is the assembled version. Deep Brazil coverage: Selic, CDI, IPCA, Ibovespa.",
     "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-macro-data-6c93e618/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)
