VOOZH about

URL: https://apify.com/jasondev/currency-exchange

โ‡ฑ Currency Exchange ยท Apify


Pricing

$0.10 / 1,000 results

Go to Apify Store

This Apify Actor fetches real-time and historical currency exchange rates for 200+ currencies including cryptocurrencies.

Pricing

$0.10 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Jason Giang

Jason Giang

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 months ago

Last modified

Share

Currency Exchange Rates Actor

This Apify Actor fetches real-time and historical currency exchange rates for 200+ currencies including cryptocurrencies.

๐ŸŒŸ Features

  • ๐Ÿ’ฑ 200+ currencies - Fiat currencies, cryptocurrencies (BTC, ETH, etc.), and metals
  • ๐Ÿ“… Historical rates - Get rates for any past date
  • ๐Ÿ”„ Flexible conversions - Single conversion or all rates at once
  • ๐Ÿ’ฐ Amount calculation - Convert any amount automatically
  • ๐Ÿš€ Blazing fast - CDN-delivered with automatic fallback
  • ๐Ÿ†“ Free & unlimited - No API keys or rate limits
  • โšก Auto-fallback - Built-in fallback mechanism for 99.9% uptime

๐Ÿ“ฅ Input

The actor accepts the following input parameters:

{
"from":"usd",
"to":"eur",
"amount":100,
"date":"latest",
"listCurrencies":false
}

Input Parameters

ParameterTypeDefaultDescription
fromstring"usd"Source currency code (e.g., usd, eur, btc, eth) - case-insensitive
tostringnullTarget currency code (optional - leave empty for all rates)
amountnumber1Amount to convert
datestring"latest"Date in YYYY-MM-DD format or "latest" for current rates
listCurrenciesbooleanfalseGet list of all 200+ supported currencies

๐Ÿ“ค Output

Example 1: Single Conversion

Input:

{
"from":"usd",
"to":"eur",
"amount":100,
"date":"latest"
}

Output:

{
"type":"single_conversion",
"from":"USD",
"to":"EUR",
"date":"2024-03-06",
"rate":0.923456,
"amount":100,
"convertedAmount":92.3456,
"message":"100 USD = 92.3456 EUR"
}

Example 2: All Rates for Base Currency

Input:

{
"from":"btc",
"amount":1,
"date":"latest"
}

Output:

{
"type":"all_rates",
"baseCurrency":"BTC",
"date":"2024-03-06",
"rates":{
"usd":65432.10,
"eur":60123.45,
"gbp":51234.56,
"eth":23.456,
"...":"..."
},
"amount":1,
"convertedAmounts":{
"USD":65432.10,
"EUR":60123.45,
"GBP":51234.56,
"ETH":23.456,
"...":"..."
}
}

Example 3: List All Currencies

Input:

{
"listCurrencies":true
}

Output:

{
"type":"currency_list",
"totalCurrencies":200,
"currencies":{
"usd":"United States Dollar",
"eur":"Euro",
"btc":"Bitcoin",
"eth":"Ethereum",
"gbp":"British Pound Sterling",
"...":"..."
}
}

๐Ÿ’ก Usage Examples

Convert USD to EUR

{
"from":"usd",
"to":"eur",
"amount":100
}

Get Bitcoin price in all currencies

{
"from":"btc",
"amount":1
}

Historical rate (USD to GBP on a specific date)

{
"from":"usd",
"to":"gbp",
"amount":500,
"date":"2024-01-15"
}

Convert Ethereum to USD

{
"from":"eth",
"to":"usd",
"amount":5
}

List all supported currencies

{
"listCurrencies":true
}

๐ŸŒ Supported Currencies

Fiat Currencies: USD, EUR, GBP, JPY, AUD, CAD, CHF, CNY, INR, and 100+ more

Cryptocurrencies: BTC, ETH, BNB, XRP, ADA, SOL, DOGE, and many more

Metals & Commodities: XAU (Gold), XAG (Silver), XPT (Platinum), etc.

Total: 200+ currencies

โš™๏ธ How It Works

The actor:

  • Delivers data via CDN for blazing-fast response
  • Updates daily with fresh exchange rates
  • Includes automatic fallback mechanism if primary source fails
  • Requires no authentication or API keys
  • Has no rate limits

๐Ÿ“Š Data Source

  • Delivery: CDN with automatic fallback
  • Update Frequency: Daily
  • Coverage: 200+ currencies including fiat, crypto, and metals
  • Authentication: None required

Made with โค๏ธ using Apify

You might also like

Currency Tracker Plus

aurumworks/currency-tracker-plus

Track currency exchange rates with historical context

Crypto Currency Exchange Price Scraper

clemlobe87/crypto-currency-exchange-price-scraper

Crypto Currency Exchange Price Scraper

๐Ÿ‘ User avatar

Allison Macmurtrie

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

Forex Currency Exchange

benthepythondev/forex-exchange-intelligence

Track real-time currency exchange rates from the European Central Bank. Get forex rates for USD, EUR, GBP, JPY, CHF, and 30+ world currencies. Historical rate lookup, currency conversion, and cross-rate calculations.

๐Ÿ’ฑ Currency Exchange Rates โ€” Real-Time FX Data

nexgendata/currency-exchange-rates

Real-time & historical exchange rates for 150+ currencies. Open Exchange Rates, Fixer.io & CurrencyLayer alternative for fintech apps, FX dashboards and international pricing tools. No API key needed. Pay per result.

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.