Get ECB Exchange Rates
finance.currency.ecbRetrieve official European Central Bank exchange rates for any base currency, with support for historical dates and filtering to specific target currencies.
Instructions
Get official European Central Bank reference exchange rates for ~33 fiat currencies (Frankfurter/ECB)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | Yes | Base currency code, uppercase (e.g. "USD", "EUR"). ~33 ECB currencies. | |
| date | No | Historical date in YYYY-MM-DD format. Omit for latest ECB rates. | |
| currencies | No | Filter to specific target currencies (e.g. ["EUR","GBP"]). Omit for all ECB currencies. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |