VOOZH about

URL: https://apify.com/gentle_cloud/currency-converter-api

โ‡ฑ Currency Converter API ยท Apify


Pricing

Pay per usage

Go to Apify Store

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

5

Total users

1

Monthly active users

3 months 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

You might also like

Exchangerate Api

akash9078/exchangerate-api

Fetch real-time currency exchange rates from ExchangeRate-API. Supports multiple base currencies and specific currency pair lookups.

๐Ÿ‘ User avatar

Akash Kumar Naik

2

Open Exchange Rates Scraper (166 Currencies)

parseforge/openexchangerates-free-scraper

Get live foreign exchange rates against USD across 170+ currencies from Open Exchange Rates free tier. Capture rate, base, timestamp, currency code, currency name. Export FX data to JSON, CSV, or Excel for finance dashboards, accounting, ecommerce pricing, and treasury analytics.

FX Rates Scraper โ€” ECB Reference Exchange Rates

compute-edge/frankfurter-fx-rates-scraper

Fetch foreign exchange rates published by the European Central Bank. Supports latest spot rates, historical date ranges, custom base currency, and target currency filtering.

exchangerate.host FX Rates Scraper

parseforge/exchangerate-host-scraper

Scrape currency exchange rates from exchangerate.host. Latest, historical, time-series for 170+ currencies. Convert any amount between any pair. No API key required.

Exchange Rate & Currency Converter

moving_beacon-owner1/my-actor-82

Fetch live and historical foreign exchange rates for 160+ world currencies. Convert amounts, build time-series charts, and compare rates across base currencies โ€” all powered by central bank data from the ECB, Federal Reserve, BOJ, and 30+ official sources.

2

Currency Exchange Rate Tracker

ryanclinton/exchange-rate-tracker

Currency Exchange Rate Tracker is an Apify actor that retrieves live foreign exchange rates for over 160 world currencies using the open ExchangeRate-API.

13