Skip to main content
Menu

← All endpoints

Currency Exchange Rates API Online

EUR-based exchange rates for PLN, CZK, HUF, USD, GBP, CHF, NOK and UAH, sourced from Frankfurter (ECB), cached 6 hours. No parameters — always returns the full rate table.

GET https://nakordoni.eu/api/v1/data/currency — quota class: cheap

Response fields — inside the data object of the envelope. [] marks a list, so data.items[].name is the name field of each element. A field is null, absent or an empty list when we hold no value for it — never a placeholder.

FieldDescription
data.ratesRate per currency against data.base (EUR = 1): CHF, CZK, GBP, HUF, NOK, PLN, RON, USD, UAH.
data.baseThe currency every rate is quoted against.
data.dateDate of the quoted rates, with source (ECB via Frankfurter). Cached 6 h — not intraday.
data.successfalse = the upstream rate table could not be refreshed and nothing is returned.
curl "https://nakordoni.eu/api/v1/data/currency" \
  -H "Authorization: Bearer NKD-DEV-XXXX-XXXX-XXXX"
🔑 Log in as a developer to try this endpoint live in the sandbox — 50 free test calls a day. Log in