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. Statistics Denmark StatBank
EconomyStandardCC0

Statistics Denmark StatBank

Statistics Denmark is Denmark's official statistics bureau. The StatBank API provides access to thousands of tables with population data, employment, GDP, foreign trade, house prices and more. Uses Statistics Denmark's REST JSON API. Issue #503.

—

Data volume

Daily

Updates

3

MCP tools

Example response — /connectors/dk-statbank/tables
{
  "data": "..."
}

MCP integration

Available MCP tools
dk.tables.data
dk.tables.list
dk.tables.metadata
Configuration for Claude Desktop / Cursor
{
  "mcpServers": {
    "dk-statbank": {
      "url": "https://data.ketl.no/mcp/dk-statbank",
      "headers": {
        "Authorization": "Bearer $KETL_API_KEY"
      }
    }
  }
}

Analysis apps that use this source

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

Nordic democracy
Compare the Norwegian, Swedish and Danish parliaments side by side — seat distribution derived live from the member registers, with majority threshold, fragmentation and smallest majority coalition, plus election results and concurrent legislation across Norway, Sweden and Denmark.
Statistics Denmark StatBank
Search and explore statistical tables from Statistics Denmark via StatBank's open API.
Nordic statistics
Search statistical tables from SSB (NO), SCB (SE), Statistics Denmark (DK), Tilastokeskus (FI) and Hagstofa Íslands (IS) — find and explore official Nordic statistics on business, the economy, population and more.

API endpoints

GET
/tables

List alle tilgjengelige tabeller

lang optional
Språk. lang=da
Show curl example
# GET https://data.ketl.no/api/connectors/dk-statbank/tables
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/dk-statbank/tables"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

GET
/tables/{id}/metadata

Variabler og verdier for én tabell

lang optional
Språk for etiketter. Annen verdi faller stille tilbake til `da` (ingen 400). lang=da
Show curl example
# GET https://data.ketl.no/api/connectors/dk-statbank/tables/{id}/metadata
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/dk-statbank/tables/{id}/metadata"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

POST
/tables/{id}/data

Data-uttrekk fra én tabell (JSON-stat)

Show curl example
# POST https://data.ketl.no/api/connectors/dk-statbank/tables/{id}/data
curl -X POST \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/dk-statbank/tables/{id}/data"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

Access and pricing

Statistics Denmark StatBank is openly available — create an account to get started.

danmarkstatistikkbefolkningnæringslivøkonominordisk
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