Currency Converter API
Pricing
Pay per usage
Currency Converter API
Convert between 166+ world currencies using real-time exchange rates. Supports single conversion, all rates for a base currency, and multi-base comparison modes. Powered by the free ExchangeRate API with daily updated rates.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Monkey Coder
Actor stats
1
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
π± What It Does
Converts currencies and fetches real-time exchange rates for 166 currencies worldwide. Powered by the free ExchangeRate API β no API key required. Get instant conversions, full rate tables, and multi-currency comparisons.
π Modes
| Mode | Description | Output |
|---|---|---|
| Convert | Convert a specific amount between currencies | Conversion results with rates |
| All Rates | Get all 166 exchange rates for a base currency | Complete rate table |
| Multi-Base | Compare rates across multiple base currencies | Cross-currency comparison |
π How to Use
- Select a mode β Choose your conversion or rate lookup type
- Set base currency β Enter the source currency code (e.g., USD)
- Set targets (optional) β Enter target currency codes, or leave empty for popular defaults
- Set amount (optional) β Enter the amount to convert (default: 1000)
- Run the Actor β Click "Start" and get results in seconds
- Download data β Export as JSON, CSV, or Excel
Input Examples
Convert $1000 USD to specific currencies:
{"mode": "convert","base_currency": "USD","target_currencies": "EUR,GBP,JPY,CNY,CAD","amount": 1000}
Get all 166 rates for Euro:
{"mode": "all_rates","base_currency": "EUR"}
Compare USD, EUR, GBP against Asian currencies:
{"mode": "multi_base","base_currency": "USD,EUR,GBP","target_currencies": "JPY,CNY,KRW,SGD,HKD,TWD,THB,INR","amount": 100}
π Sample Output
Convert Mode
{"base_currency": "USD","base_currency_name": "US Dollar","target_currency": "EUR","target_currency_name": "Euro","exchange_rate": 0.867203,"amount": 1000,"converted_amount": 867.203,"rate_display": "1 USD = 0.867203 EUR","conversion_display": "1000 USD = 867.203 EUR","last_updated": "Wed, 18 Mar 2026 00:02:31 +0000","fetched_at": "2026-03-18T12:00:00"}
π Supported Currencies (166 total)
Major Currencies
| Code | Currency | Code | Currency |
|---|---|---|---|
| USD | US Dollar | EUR | Euro |
| GBP | British Pound | JPY | Japanese Yen |
| CNY | Chinese Yuan | CAD | Canadian Dollar |
| AUD | Australian Dollar | CHF | Swiss Franc |
| HKD | Hong Kong Dollar | SGD | Singapore Dollar |
| KRW | South Korean Won | INR | Indian Rupee |
| BRL | Brazilian Real | MXN | Mexican Peso |
| ZAR | South African Rand | SEK | Swedish Krona |
| TRY | Turkish Lira | AED | UAE Dirham |
Plus 148 more currencies including all major, minor, and exotic currency pairs.
π Notes
- No API key required β Uses the free ExchangeRate API
- 166 currencies β Covers all major, minor, and exotic currencies
- Daily updates β Rates are updated once per day by the API
- Fast execution β Typically completes in 1-3 seconds
- Rate precision β Up to 6 decimal places for accurate calculations
- ISO 4217 codes β Uses standard three-letter currency codes