financialbrazilmacroselicipcainflationusdcentral-bankbacenbundlefx
Brazil Macro Complete Bundle: SELIC + IPCA + IPCA-12m + USD/BRL monthly 2020-2026 (81 months)
About this data
One consolidated monthly table of Brazil macro: SELIC monthly average (%), IPCA monthly inflation (%), IPCA cumulative 12-month (%), and USD/BRL monthly average. Sourced from Banco Central do Brasil SGS (public domain). 81 rows 2020-01 to 2026-09. Single-file bundle ideal for macro agents, pricing and FX modeling without merging series.
Schema
| Name | Type | Description |
|---|---|---|
| mes | string | |
| selic_media_pct | string | |
| ipca_mensal_pct | string | |
| ipca_acum_12m_pct | string | |
| usd_brl_media | string |
Sample Data
Download a free sample to inspect the data before purchasing.
$15.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 Macro Complete Bundle: " })
// Found: d8fd747b-7931-42de-a7bc-a68ce76571a2
buy_now({ dataset_id: "d8fd747b-7931-42de-a7bc-a68ce76571a2" }) // uses your saved cardVia REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/d8fd747b-7931-42de-a7bc-a68ce76571a2 \
-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": "d8fd747b-7931-42de-a7bc-a68ce76571a2"}'