Currency Historical Rates
currency_historical_ratesRetrieve historical exchange rates for a specific date. Access data for 170+ fiat currencies and 830+ cryptocurrencies, with records spanning over 40 years.
Instructions
Retrieve historical exchange rates for a specific past date. Supports 170+ fiat currencies and 830+ cryptocurrencies with data going back 40+ years.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date for historical rates in YYYY-MM-DD format (e.g. '2024-03-20'). | |
| base | No | Base currency code (e.g. 'USD', 'EUR', 'GBP'). Defaults to 'USD'. | USD |
| symbols | No | An array of 3-letter ISO 4217 fiat currency codes or cryptocurrency symbols (e.g., ['USD', 'EUR', 'BTC']). If omitted, the API will return rates for all 1,000+ supported assets. For a full list of valid codes, use the `currency_symbols` tool first. |