convert_currency
Convert amounts between currencies using real ECB reference rates. Specify amount and 3-letter ISO codes to get the converted value, exchange rate, and rate date.
Instructions
Convert an amount from one currency to another using real, current
ECB reference exchange rates. Use for any "how much is X in Y"
question -- "convert 100 USD to EUR", "what's 50 GBP in yen".
from_currency/to_currency are 3-letter ISO codes (USD, EUR, GBP,
JPY, ...). Returns the converted amount, the rate used, and the date
the rate is from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | ||
| to_currency | Yes | ||
| from_currency | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||