wise_get_exchange_rate_history
Retrieve historical mid-market exchange rates between two currencies with granularity from minute to day.
Instructions
Get historical mid-market exchange rates between two currencies. group: day/hour/minute granularity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | End datetime (ISO-8601) | |
| from | Yes | Start datetime (ISO-8601, e.g. 2026-04-01T00:00:00+0000) | |
| group | No | Aggregation granularity. Default day. | day |
| source | Yes | Source currency code | |
| target | Yes | Target currency code |