FX Rates & History avatar

FX Rates & History

Pricing

from $0.30 / 1,000 results

Go to Apify Store
FX Rates & History

FX Rates & History

Latest and historical foreign exchange rates (ECB reference data) as clean, typed dataset records. Timeseries, single-date, and conversion modes. No API key required.

Pricing

from $0.30 / 1,000 results

Rating

0.0

(0)

Developer

Cynix Dev

Cynix Dev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Latest and historical foreign exchange rates as clean, typed dataset records — powered by ECB reference data. No API key, no signup, no scraping.

Perfect for finance dashboards, backtesting pipelines, pricing engines, ETL jobs, and AI agents that need grounded FX data via MCP.

Modes

ModeWhat you get
latestCurrent reference rates for a base currency
historicalRates for one specific past date
timeseriesOne record per currency per business day across a date range
convertConvert an amount between two currencies at the latest rate

Output record

FieldDescription
baseBase currency (ISO 4217)
currencyQuote currency
rateExchange rate
dateRate reference date (ECB business day)
amount / convertedOnly in convert mode
fetchedAtISO timestamp of the fetch

Example inputs

Latest USD rates:

{ "mode": "latest", "base": "USD", "symbols": ["EUR", "GBP", "JPY"] }

EUR/USD daily series for backtesting:

{ "mode": "timeseries", "base": "EUR", "symbols": ["USD"], "startDate": "2025-01-01", "endDate": "2025-12-31" }

Data source & compliance

Rates are ECB (European Central Bank) reference rates served via the free Frankfurter API. Rates update once per business day around 16:00 CET. This is public, non-personal, freely redistributable reference data.

Note: these are daily reference rates, not live tradable ticks — ideal for reporting, analytics, and backtests, not HFT.