get_rate_fluctuation
Measure currency fluctuation over a date range, returning start/end rates and absolute/percent change per currency.
Instructions
Get how exchange rates moved between two dates (YYYY-MM-DD, range of at most 366 days): start rate, end rate, absolute change and percent change per currency. Requires Business plan or higher.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | Base currency ISO code (default USD). | |
| symbols | No | Comma-separated target codes to filter (e.g. 'EUR,GBP'). Omit for all currencies. | |
| end_date | Yes | End date in YYYY-MM-DD format (not before start_date). | |
| start_date | Yes | Start date in YYYY-MM-DD format. |