financialbrazilmacroselicipcaigpminflationusdeurfxbacenbundlemonthly

Brazil Indicators Consolidado: SELIC + IPCA + IPCA-12m + IGP-M + USD/BRL + EUR/BRL monthly 2020-2026

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 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

NameTypeDescription
messtring
selic_meta_mediastring
ipca_mensalstring
ipca_acum12mstring
igpm_mensalstring
usd_brl_mediastring
eur_brl_mediastring

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
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 Indicators Consolidado:" })
// Found: b65dcf48-46d9-4c06-927c-60aa8a862c16
buy_now({ dataset_id: "b65dcf48-46d9-4c06-927c-60aa8a862c16" })  // uses your saved card
Via 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"}'