currency_convert
Currency conversion with real-time rates. Supports 150+ currencies including fiat (USD, EUR, GBP, AED, SAR, INR, PKR, PHP) and crypto (BTC, ETH). Returns rate, converted amount, and inverse rate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target currency code (default: AED) | |
| from | Yes | Source currency code (default: USD) | |
| amount | No | Amount to convert (default: 1) |