convert_currency_latest
Convert an amount from one currency to another using up-to-date exchange rates. Provide source and target currency codes to get the converted value.
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. |