convert_currency
Convert an amount between two currencies at live or historical rates. Unsupported currencies are refused.
Instructions
Convert an amount between two Frankfurter-supported currencies at the latest rate or a pinned historical date ("YYYY-MM-DD"; non-trading days fall back to the prior trading day and the response says so). Unsupported currencies are refused with the supported list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | latest | |
| amount | Yes | ||
| to_currency | Yes | ||
| from_currency | Yes |