exchangerate_convert
Convert any amount between currencies using source and target currency codes. Specify optional amount and API key for latest 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) |