financialusdbrlexchange-ratefxbrazilcentral-bankbacentime-series

Brazil USD/BRL Exchange Rate Daily Series 2024-2026 - 670 records (Central Bank SGS)

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

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

NameTypeDescription
datastring
usd_brlstring

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
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 USD/BRL Exchange Rate D" })
// Found: 0b9f1ce0-0983-4325-b657-598a5e34f036
buy_now({ dataset_id: "0b9f1ce0-0983-4325-b657-598a5e34f036" })  // uses your saved card
Via 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"}'