fx tool
Publicfx_get_rates
Get daily ECB euro reference rates or EUR-triangulated cross-rates.
Description
Get daily ECB euro reference rates or EUR-triangulated cross-rates.
Published EUR pairs have derived: false; non-EUR pairs are
quote_per_eur / base_per_eur, flagged derived: true and described in
meta.derived_method. Results are exact Decimal strings, newest-first,
bounded and cursor-paged, with ECB attribution, units, currency and
observation as_of. Unsupported currencies return bad_parameter with
the complete supported-code list. ECB reference rates are published for
information purposes only; using them for transaction purposes is
strongly discouraged. They are not transaction or execution prices.
Parameters
Input schema
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| quote | string | Yes | — | Required ISO 4217 quote currency, e.g. USD or GBP. |
| base | string | No | "EUR" | ISO 4217 base currency. Defaults to EUR. |
| start | string (date) | null | No | null | Inclusive first fixing date; omit for full available history. |
| end | string (date) | null | No | null | Inclusive last fixing date; omit for the latest fixing. |
| limit | integer | No | 100 | Rates, newest first (1–500). |
| cursor | string | null | No | null | Opaque pagination.next_cursor from the previous response. |