convert_currency_specific_date
Convert currency amounts using historical exchange rates for a specific date. If exact date rates are unavailable, uses the closest available previous date's rates.
Instructions
Convert an amount from one currency to another using the exchange rates for a specific date. If there is no exchange rate available for the specific date, the rate for the closest available date before the specified date will be used.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | The amount in the source currency to convert. | |
| from_currency | Yes | The source currency ISO4217 code. | |
| to_currency | Yes | The target currency ISO4217 code. | |
| specific_date | Yes | The specific date for which the conversion is requested in the YYYY-MM-DD format. |