currency_convert
Convert an amount between currencies using European Central Bank daily reference rates. Keyless trial of the Currency Exchange Rates API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ISO currency code to convert to, e.g. EUR. | |
| from | Yes | ISO currency code to convert from, e.g. USD. | |
| amount | No | Amount to convert (default 1). |