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. SCB Statistikdatabasen
EconomyStandardCC0

SCB Statistikdatabasen

SCB (Statistiska centralbyrån) is Sweden's official statistics bureau. Access to the entire statistics database via PxWebApi v2 — more than 1,500 tables with population data, employment, GDP, foreign trade, house prices and more. Max 150,000 data cells per call. Updated continuously. Issue #502.

—

Data volume

Daily

Updates

3

MCP tools

Example response — /connectors/scb/tables
{
  "data": "..."
}

MCP integration

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

Analysis apps that use this source

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

SCB statistics database
Search and explore more than 1,500 statistical tables from Statistics Sweden (SCB) via SCB's open PxWebApi v2.
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

Søk og list tabeller fra Statistikdatabasen

lang optional
Språk. lang=sv
page optional
Sidenummer (1-indeksert). page=1
pageSize optional
Treff per side (maks 1000). pageSize=100
query optional
Fritekst-filter på tabell-tittel/kode. query=befolkning
pastDays optional
Kun tabeller oppdatert siste N dager. pastDays=30
Show curl example
# GET https://data.ketl.no/api/connectors/scb/tables
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/scb/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

Dimensjoner og variabler for én tabell

Show curl example
# GET https://data.ketl.no/api/connectors/scb/tables/{id}/metadata
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/scb/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 (json-stat2) fra én tabell

Show curl example
# POST https://data.ketl.no/api/connectors/scb/tables/{id}/data
curl -X POST \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/scb/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

SCB Statistikdatabasen is openly available — create an account to get started.

sverigestatistikkbefolkningnæringslivøkonomipxwebnordisk
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