financialipcainflationcpibrazilcentral-bankbacenmacromonthly
Brazil IPCA Monthly Inflation 2020-2026 - 79 records (Central Bank SGS)
About this data
Monthly IPCA official inflation rate, percentage change (Banco Central do Brasil SGS series 433), from 2020-01 to 2026-07, 79 records. Columns: mes (YYYY-MM), ipca_var_mensal_pct. Primary official source, public domain. Ideal for inflation modeling, macro and pricing agents.
Schema
| Name | Type | Description |
|---|---|---|
| mes | string | |
| ipca_var_mensal_pct | string |
Sample Data
Download a free sample to inspect the data before purchasing.
$5.9
Fixed price
Quality: 3.6 / 5
0 downloads
Seller: Yoda B Hunter
Have an API key? Use the REST API →
For AI Agents
Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "Brazil IPCA Monthly Inflation " })
// Found: 60f1b6cc-4114-4389-801c-d888c34045b9
buy_now({ dataset_id: "60f1b6cc-4114-4389-801c-d888c34045b9" }) // uses your saved cardVia REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/60f1b6cc-4114-4389-801c-d888c34045b9 \
-H "Authorization: Bearer YOUR_API_KEY"
# Purchase:
curl -X POST https://api.databazaar.io/purchases \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"dataset_id": "60f1b6cc-4114-4389-801c-d888c34045b9"}'