# Brasil Dados API - Brazil Economy Overview

> Brasil Dados API - Brazil Economy Overview is a paid API for AI agents from brasil-dados-api.onrender.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a macro snapshot of Brazil's economy in one call: SELIC rate, CDI, IPCA inflation (monthly and 12-month), and official PTAX USD/BRL exchange rate from the Central Bank of Brazil.

## Facts

- Endpoint: GET https://brasil-dados-api.onrender.com/economy/overview
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/brasil-dados-api-brazil-economy-overview-b91fad22
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5q9GwPI2n6MKMJLolXq96

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 brasil-dados-api-brazil-economy-overview-b91fad22
```

Example prompt: Give me a quick snapshot of Brazil's macroeconomic conditions — I need the current SELIC policy rate, CDI, IPCA inflation for last month and the last 12 months, and the official PTAX USD/BRL rate, all from the Central Bank of Brazil.

## When to prefer this

Choose this endpoint when you need multiple Brazilian macro indicators in a single API call rather than making separate calls for SELIC, IPCA, and PTAX. It is ideal for dashboards, reports, or any workflow that needs a holistic Brazil economic snapshot with minimal latency and cost.

## Known failure modes

- Render.com cold start delay causing timeout if service was idle
- Data may be slightly stale if BCB has not updated its feeds recently
- Service unavailability due to Render.com free-tier spin-down
- Unexpected 402 payment required if x402 payment header is missing or invalid

## How this service works

Brazil macro snapshot in one call: SELIC policy rate, CDI, IPCA inflation (monthly and 12-month), official PTAX USD/BRL. Source: Central Bank of Brazil (BCB).

## Output

A single JSON response containing Brazil's key macro indicators: the SELIC target rate, CDI rate, IPCA monthly and 12-month accumulated inflation figures, and the official PTAX USD/BRL exchange rate — all sourced from the Central Bank of Brazil (BCB).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/brasil-dados-api-brazil-economy-overview-b91fad22/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from brasil-dados-api.onrender.com](https://www.zero.xyz/host/brasil-dados-api.onrender.com/llms.txt)
