FX Rates & History
Pricing
from $0.30 / 1,000 results
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
Maintained by CommunityActor 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
| Mode | What you get |
|---|---|
latest | Current reference rates for a base currency |
historical | Rates for one specific past date |
timeseries | One record per currency per business day across a date range |
convert | Convert an amount between two currencies at the latest rate |
Output record
| Field | Description |
|---|---|
base | Base currency (ISO 4217) |
currency | Quote currency |
rate | Exchange rate |
date | Rate reference date (ECB business day) |
amount / converted | Only in convert mode |
fetchedAt | ISO 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.