get_exchange_rate_history
Retrieve historical exchange rates between two currencies over a specified time period, with optional grouping by day, hour, or minute.
Instructions
Get historical exchange rates between two currencies over a time period
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Period end, ISO timestamp e.g. 2024-01-31T23:59:59Z | |
| from | Yes | Period start, ISO timestamp e.g. 2024-01-01T00:00:00Z | |
| group | No | Interval grouping: day, hour, or minute | day |
| source | Yes | Source currency code, e.g. EUR | |
| target | Yes | Target currency code, e.g. HUF |