convert_currency_latest
Convert currency amounts between ISO codes using current exchange rates from the Frankfurter API.
Instructions
Converts an amount from one currency to another using the latest exchange rates.
Input 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. |