convert_currency
Convert any amount between currencies using live daily exchange rates. Specify source and target ISO codes to get the converted amount and rate.
Instructions
Convert an amount between currencies using live daily exchange rates (ISO 4217 codes, e.g. USD, EUR, GBP, JPY). Returns the converted amount and the rate used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target currency ISO 4217 code, e.g. 'EUR', 'JPY'. | |
| from | Yes | Source currency ISO 4217 code, e.g. 'USD', 'EUR'. | |
| amount | Yes | The amount of money to convert. |