fx_timeseries
Get a time series of exchange rates for a base currency over a date range (max ~1 year), useful for trend analysis. Provide start and end as YYYY-MM-DD and one or more target currencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | YYYY-MM-DD | |
| base | No | 3-letter base (default USD) | |
| start | Yes | YYYY-MM-DD | |
| symbols | Yes | Comma-separated targets, e.g. EUR,GBP |