Currency Conversion Tool
convertCurrencyConvert currency amounts between different currencies using current exchange rates for financial calculations and transactions.
Instructions
Convert an amount from one currency to another using latest exchange rate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount of money to convert | |
| from_currency | Yes | Currency to convert from, e.g., USD | |
| to_currency | Yes | Currency to convert to, e.g., EUR |