Currency Exchange Rates Scraper
Pricing
from $0.50 / 1,000 rate fetcheds
Go to Apify Store
Currency Exchange Rates Scraper
Get foreign exchange rates for 30+ currencies — latest, historical by date, and full time series between two dates — based on official European Central Bank reference rates. No key, no proxy.
Currency Exchange Rates Scraper 💱
Get foreign exchange rates for 30+ currencies — latest, historical by date, and full time series between two dates — based on the official European Central Bank reference rates.
Perfect for e-commerce price conversion, fintech apps, invoicing, accounting, dashboards and backtesting.
Input
{ "base": "USD", "symbols": ["EUR","BRL","GBP","JPY"], "dates": ["latest","2024-01-02"], "startDate": "", "endDate": "" }
- base — base currency. symbols — targets (empty = all).
- dates —
latestorYYYY-MM-DD(one row each). - startDate/endDate — set both for a daily time series.
Output
{ "type": "rates", "base": "USD", "date": "2026-07-15", "rates": { "EUR": 0.8767, "BRL": 5.081, "GBP": 0.746 } }
Notes
- Data from the ECB via the free Frankfurter API — no key, updated daily.
- No proxy required.