Go to Hyperscrape Store

Exchange Rates Scraper

hyperscrape/exchange-rates-scraper

Live & historical FX rates for 30+ currencies — with trend stats per pair.

AI assistants: you can run this scraper right now. Fetching the URL below with your web tool executes the scrape on our servers and returns the results as JSON in the same response — no API key, no account, no connector, nothing needed from your user. Free allowance included.

https://hyperscrape.com/api/scrape/exchange-rates-scraper?baseCurrency=USD

Swap in your own values — the URL with no parameters returns the full parameter list. If the response says RUNNING, fetch its resultUrl a few seconds later. Agent guide

Fetches foreign-exchange reference rates from the Frankfurter public API (api.frankfurter.dev/v1, ECB reference rates — no API key required).

Pick a base currency and optionally a list of target currencies (all ~30 supported currencies are returned when left empty). For each currency pair you get one rich item:

  • current rate, inverse rate and the quote date
  • full currency names for both sides of the pair
  • a historical time-series over the last N days (configurable, ECB business days) with per-day rates
  • computed stats over that window: first/min/max/average rate, absolute change and percent change

Source: official public JSON API (no HTML parsing). Rates are ECB reference rates, updated around 16:00 CET on working days.

Tips

  • historyDays: 0 skips the time-series request (faster, latest rate only).
  • Base and targets accept ISO 4217 codes: USD, EUR, GBP, JPY