financialeurbrlexchange-ratefxeurobrazilcentral-bankbacentime-series

Brazil EUR/BRL Exchange Rate Daily Series 2024-2026 - 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 EUR/BRL official exchange rate (Banco Central do Brasil SGS series 21619), 2024-01-02 to 2026-08-28. Columns: data (YYYY-MM-DD), eur_brl. Primary official source, public domain. Ideal for FX, EU-Brazil trade, and macro agents.

Schema

NameTypeDescription
datastring
eur_brlstring

Sample Data

Download a free sample to inspect the data before purchasing.

$5.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 EUR/BRL Exchange Rate D" })
// Found: 350f3ab2-2d9f-43aa-afcb-7706b06eeaa7
buy_now({ dataset_id: "350f3ab2-2d9f-43aa-afcb-7706b06eeaa7" })  // uses your saved card
Via REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/350f3ab2-2d9f-43aa-afcb-7706b06eeaa7 \
  -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": "350f3ab2-2d9f-43aa-afcb-7706b06eeaa7"}'