UnifyAPI
← Back to catalog

frankfurter.latest

mock data$0.001 / call

Frankfurter — 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.

Financeprovider: Frankfurter#frankfurter#finance

Input schema

base

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

string
amount

Amount to convert (default: 1.0). Returns rates scaled to this amount.

number
symbols

Comma-separated target currency codes to return (e.g. USD,GBP,JPY). Omit for all 33 currencies.

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.