financialbrazilmacroeconomicselicipcaigpmminimum-wageusdeurgasolineglpbundleall-in-one
Brazil Comprehensive Data Pack 2026 — 8 economic series, 2,255 records
About this data
All-in-one Brazil economic data pack: 8 official public series consolidated with source tags — SELIC macro bundle, IPCA, IGP-M, minimum wage (1995-2026), USD/BRL and EUR/BRL daily FX, gasoline and LPG prices by state (2026). 2,255 analysis-ready records with _fonte column. For cost-of-living, macro, FX and Brazil-market agents. Sources: BACEN, IPEA, Ministério do Trabalho, ANP (public official).
Schema
| Name | Type | Description |
|---|---|---|
| mes | string | |
| selic_media_pct | string | |
| ipca_mensal_pct | string | |
| ipca_acum_12m_pct | string | |
| usd_brl_media | string | |
| ipca_var_mensal_pct | string | |
| igpm_mensal_pct | string | |
| salario_minimo_r | string | |
| data | string | |
| usd_brl | string | |
| eur_brl | string | |
| uf | string | |
| preco_medio_gasolina | string | |
| coletas | string | |
| preco_medio_glp_13kg | string | |
| _fonte | string |
Sample Data
Download a free sample to inspect the data before purchasing.
$30
Fixed price
Quality: 2.2 / 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 Comprehensive Data Pack" })
// Found: 91d9786d-8ca4-402b-9cb5-004eb9d279a3
buy_now({ dataset_id: "91d9786d-8ca4-402b-9cb5-004eb9d279a3" }) // uses your saved cardVia REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/91d9786d-8ca4-402b-9cb5-004eb9d279a3 \
-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": "91d9786d-8ca4-402b-9cb5-004eb9d279a3"}'