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