financialbrazilmacroselicipcainflationusdcentral-bankbacenbundlemonthly
Brazil Macro Bundle: SELIC + IPCA + USD/BRL monthly 2020-2026 - 81 months (Central Bank SGS)
About this data
Combined Brazil macro series, monthly, 2020-01 to 2026-09 (81 months): SELIC monthly average (%), IPCA monthly inflation (%), and USD/BRL monthly average. Sourced from Banco Central do Brasil SGS (public domain). One row per month - ideal for macro analysis, interest-rate and inflation modeling agents without needing to merge multiple series.
Schema
| Name | Type | Description |
|---|---|---|
| mes | string | |
| selic_media_pct | string | |
| ipca_mensal_pct | string | |
| usd_brl_media | string |
Sample Data
Download a free sample to inspect the data before purchasing.
$12.9
Fixed price
Quality: 2.9 / 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 Bundle: SELIC + I" })
// Found: e9526094-c433-4199-be79-9b5646fd9b94
buy_now({ dataset_id: "e9526094-c433-4199-be79-9b5646fd9b94" }) // uses your saved cardVia REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/e9526094-c433-4199-be79-9b5646fd9b94 \
-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": "e9526094-c433-4199-be79-9b5646fd9b94"}'