frankfurter.latest
mock data$0.001 / callFrankfurter — Latest ECB Exchange Rates
Get the latest European Central Bank (ECB) reference exchange rates from Frankfurter.dev (api.frankfurter.dev/v1). Returns rates for 33 major currencies relative to a base currency (default EUR). Rates are updated each business day at ~16:00 CET by the ECB. Supports optional base currency override, target currency filter, and amount scaling for instant conversion. No auth required; public domain ECB data. Ideal for FX dashboards, invoicing, and multi-currency apps.
Input schema
Base currency ISO 4217 code to convert from (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). Returns rates scaled to this amount.
Comma-separated target currency codes to return (e.g. USD,GBP,JPY). Omit for all 33 currencies.
Call via REST
curl -X POST https://unifyapi.pro/api/call/frankfurter.latest \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"base":"<base>","amount":0,"symbols":"<symbols>"}'