convert_currency
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 | |||