historical_rate
Look up ECB reference exchange rates for a base currency on a given date; returns the nearest working-day rate for weekends or holidays.
Instructions
ECB reference rates for one base currency on a specific date.
Returns the date that was requested (requested_date), the date the rates actually
published on (rate_date) and one rate per requested currency. ECB rates publish on working
days only: a weekend or holiday date returns the most recent working day's rate instead of
an error, and note explains the substitution — including when one currency's own feed lags
the rest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | Currency every rate is quoted against, as a 3-letter ISO 4217 code. | EUR |
| date | Yes | Date to look up, as YYYY-MM-DD. | |
| symbols | No | Currencies to include, as 3-letter ISO 4217 codes. Omit to return every currency Frankfurter tracks. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | Yes | ||
| note | Yes | ||
| rates | Yes | ||
| rate_date | Yes | ||
| requested_date | Yes |