Exchange Rate Scraper avatar

Exchange Rate Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Exchange Rate Scraper

Exchange Rate Scraper

Scrape real-time exchange rates for 150+ currencies. Convert amounts between currencies. Get latest forex data from free APIs with no API key required.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Scrape real-time exchange rates for 150+ currencies from free forex APIs. Convert amounts between currencies or get all latest rates for a base currency.

Modes

ModeDescription
latestGet all exchange rates for a base currency
convertConvert a specific amount between currencies

Output Fields

Latest Mode

FieldDescription
baseCurrencyBase currency code (e.g. USD)
targetCurrencyTarget currency code (e.g. EUR)
rateExchange rate (1 base = rate target)
inverseRateInverse rate (1 target = inverseRate base)
dateRate date
sourceUrlAPI source URL
scrapedAtISO timestamp

Convert Mode

FieldDescription
fromSource currency
toTarget currency
amountInput amount
resultConverted amount
rateExchange rate used

Use Cases

  • Forex tracking: Monitor currency rates daily
  • E-commerce: Convert prices across markets
  • Travel: Calculate exchange rates for trip planning
  • Financial analysis: Build historical rate datasets
  • Arbitrage: Compare rates across currency pairs

Supported Currencies

150+ currencies including USD, EUR, GBP, JPY, CHF, AUD, CAD, CNY, INR, BRL, MXN, KRW, SGD, HKD, NOK, SEK, DKK, NZD, ZAR, TRY, and many more.

Example Input

{
"mode": "latest",
"baseCurrency": "USD",
"targetCurrencies": ["EUR", "GBP", "JPY", "CAD"]
}

Example Output

{
"baseCurrency": "USD",
"targetCurrency": "EUR",
"rate": 0.9234,
"inverseRate": 1.0830,
"date": "2026-04-26",
"sourceUrl": "https://api.exchangerate-api.com/v4/latest/USD",
"scrapedAt": "2026-04-26T12:00:00.000Z"
}

Notes

  • No API key required — uses free public exchange rate APIs
  • Rates are updated daily by the data providers
  • Automatic fallback between multiple APIs for reliability
  • In convert mode with no target currencies specified, converts to top 20 currencies

Run on Apify

This scraper runs on the Apify platform — a full-stack web scraping and automation cloud. Sign up for a free account to get started with 30-day trial of all features.

Try Apify free →