get_historical_rates
Retrieve daily mid-market exchange rates for a currency pair over a specified number of past days. Accepts base and quote currencies and a day range up to 90 days.
Instructions
Fetch daily mid-market rates for a currency pair over the past N days. Uses Xe when credentials are set; falls back to Frankfurter (ECB) for free use.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Quote currency (e.g. USD) | |
| days | No | Number of days of history (1–90, default 30) | |
| from | Yes | Base currency (e.g. NZD) |