Currency Latest Converter
currency_latest_converterConvert any amount between 170+ fiat currencies and 800+ cryptocurrencies using real-time exchange rates. Returns the rate, given amount, and converted amount.
Instructions
Convert an amount from one currency to another using the latest exchange rates. Supports 170+ fiat currencies and 800+ cryptocurrencies. Returns the exchange rate used, the given amount, and the converted amount.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_currency | Yes | Source currency code to convert from (e.g. 'USD', 'EUR', 'BTC'). | |
| to_currency | Yes | Target currency code to convert to (e.g. 'PKR', 'GBP', 'ETH'). | |
| amount | No | Amount to convert. Must be a positive number. Defaults to 1. | |
| updates | No | Exchange rate update frequency: '1m' (default), '10m', '1h', or '1d'. | 1m |