Currency Exchange Rates Scraper (ECB / Frankfurter) avatar

Currency Exchange Rates Scraper (ECB / Frankfurter)

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Currency Exchange Rates Scraper (ECB / Frankfurter)

Currency Exchange Rates Scraper (ECB / Frankfurter)

Scrape foreign-exchange rates — latest or historical — from the public Frankfurter API, backed by European Central Bank reference rates. Pick a base currency and targets, or any past date. Great for finance dashboards, invoicing & FX analysis. No login, no key, no proxy.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

thanachit singruang

thanachit singruang

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrape foreign-exchange rates — latest or historical — into one unified dataset using the public Frankfurter API, backed by European Central Bank reference rates. No login, no proxies, no browser, no API key.

Pick a base currency and the targets you want, for today or any past date.

What you get

One row per currency pair (recordType: "rate"):

FieldDescription
basebase currency (e.g. USD)
targetquote currency (e.g. EUR)
ratehow much 1 base buys in target
amountbase amount the rate is quoted for (usually 1)
datethe rate's date (ISO YYYY-MM-DD)

Sample output

{ "recordType": "rate", "base": "USD", "target": "EUR", "rate": 0.85734, "amount": 1, "date": "2026-08-24" }

Input

{
"base": "USD",
"symbols": ["EUR", "GBP", "JPY"],
"dates": ["2025-01-02"]
}
  • base — base currency (3-letter code).
  • symbols — target currencies (empty = all available).
  • dates — historical dates (YYYY-MM-DD); empty returns the latest rates.

Use cases

  • Finance dashboards — a clean, current FX feed for your app or spreadsheet
  • Invoicing & accounting — historical rates for a specific transaction date
  • FX analysis — pull a set of dates to chart a currency's movement
  • E-commerce — convert prices across the currencies you sell in

FAQ

Do I need an API key or login? No. The Frankfurter API is public and key-free.

Is it free to try? Yes — click Try for free and run the prefilled example (USD → EUR/GBP/JPY).

Where does the data come from? European Central Bank reference rates (published on business days).

Can I get historical rates? Yes — pass one or more dates (YYYY-MM-DD).

Pricing

Pay per result — $5 per 1,000 rates. Each currency pair is one result. Runs that return nothing cost nothing.