Exchange Rates Scraper — ECB via Frankfurter API avatar

Exchange Rates Scraper — ECB via Frankfurter API

Pricing

$5.00 / 1,000 result items

Go to Apify Store
Exchange Rates Scraper — ECB via Frankfurter API

Exchange Rates Scraper — ECB via Frankfurter API

Scrape currency exchange rates from the European Central Bank via the free Frankfurter API. Supports latest rates, historical dates, and date ranges. No API key required. Output includes base currency, date, and rates for requested currencies.

Pricing

$5.00 / 1,000 result items

Rating

0.0

(0)

Developer

Thrifty Kiwi

Thrifty Kiwi

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Scrape currency exchange rates from the European Central Bank via the free Frankfurter API. Supports latest rates, historical dates, and date ranges. No API key required. Output includes base currency, date, and rates for requested currencies.

Input

FieldTypeDefaultDescription
modestring"latest"How to query exchange rates. One of: "latest", "historical", "range".
base_currencystring"EUR"The base currency to get rates for (ISO 4217 code, e.g. EUR, USD, NZD).
target_currenciesstring"NZD,USD,GBP,AUD"Comma-separated list of target currency codes (e.g. NZD,USD,GBP,AUD). Leave empty for all available currencies.
datestring"2026-07-01"Date for historical rates in YYYY-MM-DD format. Only used in 'historical' mode.
start_datestring"2026-07-01"Start date for date range queries in YYYY-MM-DD format. Only used in 'range' mode.
end_datestring"2026-07-07"End date for date range queries in YYYY-MM-DD format. Only used in 'range' mode.

Output

Each record includes: base, date, rates.

Example Input

{
"mode": "latest",
"base_currency": "EUR",
"target_currencies": "NZD,USD,GBP,AUD",
"date": "2026-07-01",
"start_date": "2026-07-01",
"end_date": "2026-07-07"
}

Use Cases

  • Convert prices and invoices between currencies
  • Feed daily FX rates into dashboards and spreadsheets
  • Backtest or analyse historical exchange-rate movements
  • Multi-currency accounting and e-commerce pricing