financialbrazilmacroselicipcainflationusdcentral-bankbacenbundlefx

Brazil Macro Complete Bundle: SELIC + IPCA + IPCA-12m + USD/BRL monthly 2020-2026 (81 months)

Category
Financial
Records
81 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
Downloads
0

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

NameTypeDescription
messtring
selic_media_pctstring
ipca_mensal_pctstring
ipca_acum_12m_pctstring
usd_brl_mediastring

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
Sign up to purchase

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 card
Via 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"}'