financialselicinterest-ratebrazilcentral-bankbacenmacrofixed-incometime-series
Brazil SELIC Interest Rate Daily Series 2020-2026 - 2,451 records (Central Bank of Brazil SGS)
About this data
Daily series of the SELIC overnight reference interest rate (Brazilian Central Bank, Banco Central do Brasil, SGS code 432), from 2020-01-01 to 2026-09-16, 2,451 records. Columns: data (YYYY-MM-DD), selic_aa (% per year). Official primary source, public domain. Ideal for macro analysis, monetary policy tracking, and Brazilian fixed-income modeling agents.
Schema
| Name | Type | Description |
|---|---|---|
| data | string | |
| selic_aa | string |
Sample Data
Download a free sample to inspect the data before purchasing.
$6.9
Fixed price
Quality: 5 / 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 SELIC Interest Rate Dai" })
// Found: 5c4f946c-0d5f-4859-9dd1-a16ec4c68653
buy_now({ dataset_id: "5c4f946c-0d5f-4859-9dd1-a16ec4c68653" }) // uses your saved cardVia REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/5c4f946c-0d5f-4859-9dd1-a16ec4c68653 \
-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": "5c4f946c-0d5f-4859-9dd1-a16ec4c68653"}'