Danmarks Nationalbank
Danmarks Nationalbank exposes exchange rates and policy-rate data via the statistics-bank API (nationalbanken.statistikbank.dk). No authentication required. Licence: CC-BY-4.0. Issue #1185.
—
Data volume
Daily
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/inflationDiscontinuedSUNSET (410) — PRIS1-serien finnes ikke i Nationalbanken statistikbank v1
PRIS1 (DK CPI) finnes ikke i Nationalbanken statistikbank v1 — ruten svarer 410 api_sunset. Bruk dk-statbank: /api/connectors/dk-statbank/tables/PRIS1/data.
Show curl example
# GET https://data.ketl.no/api/connectors/nationalbanken/inflation
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/nationalbanken/inflation"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/exchange-ratesHent valutakurser (DKVALUTA)
- currency optional
- ISO 4217-kode (f.eks. USD, EUR, NOK). Default: alle publiserte kurser.
currency=USD - from optional
- Startdato YYYY-MM-DD.
from=2024-01-01 - to optional
- Sluttdato YYYY-MM-DD.
to=2024-12-31
Show curl example
# GET https://data.ketl.no/api/connectors/nationalbanken/exchange-rates
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/nationalbanken/exchange-rates"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/policy-rateHent styringsrente (DNRENTA)
- from optional
- Startdato YYYY-MM-DD. Utelates: hele serien fra 2009.
from=2024-01-01 - to optional
- Sluttdato YYYY-MM-DD. Utelates: siste publiserte observasjon.
to=2024-12-31
Show curl example
# GET https://data.ketl.no/api/connectors/nationalbanken/policy-rate
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/nationalbanken/policy-rate"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.