frankfurter.series
mock data$0.002 / callFrankfurter — ECB Rate Time Series
Fetch a time series of ECB exchange rates between two dates from Frankfurter.dev. Returns a date-keyed map of rates covering every business day in the range. Coverage starts from 1999-01-04. Omit end_date to get rates through the latest available date. Narrow results to specific currencies with the symbols parameter to reduce response size. Use for trend analysis, backtesting, historical P&L calculations, and charting FX movements. No auth required; public domain ECB data.
Input schema
Base currency ISO 4217 code (default: EUR). Supported: AUD,BRL,CAD,CHF,CNY,CZK,DKK,EUR,GBP,HKD,HUF,IDR,ILS,INR,ISK,JPY,KRW,MXN,MYR,NOK,NZD,PHP,PLN,RON,SEK,SGD,THB,TRY,USD,ZAR
Amount to convert (default: 1.0).
Comma-separated target currency codes (e.g. USD,GBP,JPY). Omit for all 33 currencies. Use specific symbols to reduce response size.
End date of the time series in YYYY-MM-DD format. Defaults to the latest available date.
Start date of the time series in YYYY-MM-DD format. ECB data available from 1999-01-04.
Call via REST
curl -X POST https://unifyapi.pro/api/call/frankfurter.series \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"base":"<base>","amount":0,"symbols":"<symbols>","end_date":"<end_date>","start_date":"<start_date>"}'