financialusdbrlexchange-ratefxbrazilcentral-bankbacentime-series
Brazil USD/BRL Exchange Rate Daily Series 2024-2026 - 670 records (Central Bank SGS)
About this data
Daily USD/BRL official exchange rate (Banco Central do Brasil SGS series 1), 2024-01-02 to 2026-08-28, 670 records. Columns: data (YYYY-MM-DD), usd_brl. Primary official source, public domain. Ideal for FX analysis, import/export cost models, and macro agents.
Schema
| Name | Type | Description |
|---|---|---|
| data | string | |
| usd_brl | string |
Sample Data
Download a free sample to inspect the data before purchasing.
$6.9
Fixed price
Quality: 4.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 USD/BRL Exchange Rate D" })
// Found: 0b9f1ce0-0983-4325-b657-598a5e34f036
buy_now({ dataset_id: "0b9f1ce0-0983-4325-b657-598a5e34f036" }) // uses your saved cardVia REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/0b9f1ce0-0983-4325-b657-598a5e34f036 \
-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": "0b9f1ce0-0983-4325-b657-598a5e34f036"}'