Currency Fluctuation
currency_fluctuationRetrieve exchange rate fluctuation metrics including start and end rates, absolute and percent change for volatility analysis over any date range.
Instructions
Retrieve exchange rate fluctuation metrics for currencies over a date range. For each requested currency returns: startRate, endRate, absolute change, and percent change. Useful for volatility analysis and comparing currency movements. startDate is required; endDate defaults to yesterday if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | Yes | Start date of the time range in YYYY-MM-DD format (e.g. '2022-06-01'). | |
| end_date | No | End date of the time range in YYYY-MM-DD format. Defaults to the day before the current date if not provided. | |
| base | No | Base currency code (e.g. 'USD', 'EUR', 'GBP'). Defaults to '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. |