convert_currency_latest
Convert any amount from one currency to another using up-to-date exchange rates. Specify the source currency, target currency, and amount 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. |