get_exchange_rates
Retrieve EUR exchange rates from the European Central Bank for currency pairs, supporting daily, monthly, or annual data with flexible date ranges and multiple currencies.
Instructions
Get EUR exchange rates from the European Central Bank.
Returns daily, monthly, or annual reference rates for a currency pair against EUR. The ECB publishes reference rates for ~40 currencies at 16:00 CET each business day.
Examples of questions this tool answers:
"What is the current EUR/USD exchange rate?"
"Show me EUR/GBP rates for the last week"
"What was the EUR/JPY rate in January 2025?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Target currency code (e.g. "USD", "GBP", "JPY", "CHF"). Use "+" for multiple: "USD+GBP" | |
| frequency | No | D=daily (default), M=monthly average, A=annual average | |
| startPeriod | No | Start date (YYYY-MM-DD, YYYY-MM, or YYYY) | |
| endPeriod | No | End date (YYYY-MM-DD, YYYY-MM, or YYYY) | |
| lastNObservations | No | Return only the last N data points |