# Brasil Dados API - IPCA Inflation Data

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

Returns the last 12 monthly IPCA consumer inflation readings and the 12-month accumulated rate from the Central Bank of Brazil.

## Facts

- Endpoint: GET https://brasil-dados-api.onrender.com/economy/ipca
- Price: $0.005/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-ipca-inflation-data-e532c953
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Pp2vS8v9PJBiSZVyTjdLr

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-ipca-inflation-data-e532c953
```

Example prompt: What is Brazil's current IPCA consumer inflation rate? I need the last 12 monthly readings and the 12-month accumulated figure from the Central Bank of Brazil.

## When to prefer this

Use this endpoint when you need official Brazilian IPCA consumer inflation data — monthly series and 12-month accumulation — directly sourced from the Central Bank of Brazil. Prefer it over general financial data providers when Brazil-specific accuracy and official sourcing are required.

## Known failure modes

- Service unavailable on Render free tier (cold start delay or downtime)
- Central Bank data feed temporarily unavailable
- Rate limit or payment failure resulting in 402 response
- Stale data if upstream Central Bank source has not updated

## How this service works

Brazil IPCA consumer inflation: last 12 monthly readings and 12-month accumulated. Central Bank of Brazil.

## Output

An array of the last 12 monthly IPCA readings (month, percentage change) along with the 12-month accumulated inflation rate, sourced from the Central Bank of Brazil.

## 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-ipca-inflation-data-e532c953/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)
