convert_currency
Convert currency amounts between different codes using real-time exchange rates. Enter source and target currency codes with an amount to get the converted value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | Source currency code (e.g., USD, EUR) | |
| to | Yes | Target currency code (e.g., USD, EUR) | |
| amount | Yes | Amount to convert |