financialipcainflationcpcacumulativebrasilbacenmacro
Brazil IPCA Cumulative 12-Month Inflation 2000-2026 - 319 months (Central Bank SGS)
About this data
Monthly cumulative 12-month IPCA inflation rate (Banco Central do Brasil SGS series 13522), from 2000-01 to 2026-07, 319 records. Columns: mes (YYYY-MM), ipca_acum_12m_pct. Public domain official source. Ideal for inflation-trend and pricing-model agents.
Schema
| Name | Type | Description |
|---|---|---|
| mes | string | |
| ipca_acum_12m_pct | string |
Sample Data
Download a free sample to inspect the data before purchasing.
$5.9
Fixed price
Quality: 4 / 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 Cumulative 12-Mont" })
// Found: 6e8a82b2-93ed-4e54-b15b-f085336d1ceb
buy_now({ dataset_id: "6e8a82b2-93ed-4e54-b15b-f085336d1ceb" }) // uses your saved cardVia REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/6e8a82b2-93ed-4e54-b15b-f085336d1ceb \
-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": "6e8a82b2-93ed-4e54-b15b-f085336d1ceb"}'