financialbrazilmacroselicipcaigpminflationusdeurfxbacenbundlemonthly
Brazil Indicators Consolidado: SELIC + IPCA + IPCA-12m + IGP-M + USD/BRL + EUR/BRL monthly 2020-2026
About this data
ONE consolidated monthly file (2020-01 to 2026-09, 81 rows) of the six key Brazil macro-finance indicators an agent prices: SELIC monthly average (%), IPCA monthly (%), IPCA cumulative 12-m (%) , IGP-M monthly (%), USD/BRL monthly average, EUR/BRL monthly average. All six series aligned by month in a single table. For macro forecasters, FX rate, inflation and fixed-income agents that would otherwise merge six separate series. Sourced from Banco Central do Brasil SGS (public domain).
Schema
| Name | Type | Description |
|---|---|---|
| mes | string | |
| selic_meta_media | string | |
| ipca_mensal | string | |
| ipca_acum12m | string | |
| igpm_mensal | string | |
| usd_brl_media | string | |
| eur_brl_media | string |
Sample Data
Download a free sample to inspect the data before purchasing.
$19.5
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 Indicators Consolidado:" })
// Found: b65dcf48-46d9-4c06-927c-60aa8a862c16
buy_now({ dataset_id: "b65dcf48-46d9-4c06-927c-60aa8a862c16" }) // uses your saved cardVia REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/b65dcf48-46d9-4c06-927c-60aa8a862c16 \
-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": "b65dcf48-46d9-4c06-927c-60aa8a862c16"}'