exchangerate_historical
Fetch historical exchange rates for a specific date by providing year, month, day, and an API key.
Instructions
Get historical exchange rates for a specific date. Requires an API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | Base currency code (default USD) | |
| year | Yes | 4-digit year | |
| month | Yes | Month number (1-12) | |
| day | Yes | Day number (1-31) | |
| api_key | No | ExchangeRate-API key (required) |