Currency Converter API avatar

Currency Converter API

Pricing

Pay per usage

Go to Apify Store
Currency Converter API

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

Monkey Coder

Maintained by Community

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

ModeDescriptionOutput
ConvertConvert a specific amount between currenciesConversion results with rates
All RatesGet all 166 exchange rates for a base currencyComplete rate table
Multi-BaseCompare rates across multiple base currenciesCross-currency comparison

πŸš€ How to Use

  1. Select a mode β€” Choose your conversion or rate lookup type
  2. Set base currency β€” Enter the source currency code (e.g., USD)
  3. Set targets (optional) β€” Enter target currency codes, or leave empty for popular defaults
  4. Set amount (optional) β€” Enter the amount to convert (default: 1000)
  5. Run the Actor β€” Click "Start" and get results in seconds
  6. 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

CodeCurrencyCodeCurrency
USDUS DollarEUREuro
GBPBritish PoundJPYJapanese Yen
CNYChinese YuanCADCanadian Dollar
AUDAustralian DollarCHFSwiss Franc
HKDHong Kong DollarSGDSingapore Dollar
KRWSouth Korean WonINRIndian Rupee
BRLBrazilian RealMXNMexican Peso
ZARSouth African RandSEKSwedish Krona
TRYTurkish LiraAEDUAE 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