Currency Latest Rates
currency_latest_ratesGet live exchange rates for 170+ fiat currencies and 830+ cryptocurrencies relative to a base currency. Optionally filter by specific currency symbols.
Instructions
Retrieve the latest exchange rates for 170+ fiat currencies and 830+ cryptocurrencies. Returns a 'rates' dictionary mapping currency codes to their rate relative to the base. Filter to specific symbols to reduce response size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| updates | No | Exchange rate update frequency: '1m' (default), '10m', '1h', or '1d'. | 1m |