exchangerate_convert
Convert an amount between currencies using exchange rates. Provide source and target currency codes and an optional amount to convert.
Instructions
Convert an amount from one currency to another.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target currency code (e.g. EUR) | |
| from | Yes | Source currency code (e.g. USD) | |
| amount | No | Amount to convert (default 1) | |
| api_key | No | Optional for conversion (uses latest rates if omitted) |