We use cookies for authentication and — with your consent — for analytics. Read more.

Skip to content
KETL Data
DataAppsMCPSign in
  1. Home
  2. Data catalogue
  3. Danmarks Nationalbank
EconomyStandardCC-BY-4.0

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

Example response — /connectors/nationalbanken/inflation
{
  "data": "..."
}

MCP integration

Available MCP tools
nationalbanken.inflasjon
nationalbanken.rente
nationalbanken.valutakurs
Configuration for Claude Desktop / Cursor
{
  "mcpServers": {
    "nationalbanken": {
      "url": "https://data.ketl.no/mcp/nationalbanken",
      "headers": {
        "Authorization": "Bearer $KETL_API_KEY"
      }
    }
  }
}

Analysis apps that use this source

Ready-made tools built on Danmarks Nationalbank data. Use them directly in the browser, or wire the same data into your own analysis via the API below.

Macroeconomics
GDP, inflation, unemployment, policy rate and exchange rates.
Danish procurement
The procurement funnel in Danish public sector — planned, tendered and awarded, with the share awarded without prior competition (VEAT). Built on TED, with values converted to DKK via Nationalbanken.
Nordic policy rates
Compare the policy rates of Norges Bank, the Riksbank (SE) and Nationalbanken (DK) in real time — current rate, latest change and historical trend for all three Nordic central banks.

API endpoints

GET
/inflationDiscontinued

SUNSET (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.

GET
/exchange-rates

Hent 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.

GET
/policy-rate

Hent 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.

Access and pricing

Danmarks Nationalbank is openly available — create an account to get started.

danmarkvalutarentestyringsrentedkknordisk
KETL Data

Nordic open-data and compliance infrastructure. Source, rule and confidence on every answer.

Product links

  • Data
  • Apps
  • MCP
  • Contact

Legal links

  • AI transparency
  • Privacy
  • Terms
  • SLA
  • Cookies
  • Security

© 2026 KETL Data

build 8f3b7512