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 Finland (Tilastokeskus)
EconomyStandardCC-BY-4.0

Statistics Finland (Tilastokeskus)

Statistics Finland (Tilastokeskus) is Finland's official statistics bureau. The PxWeb API v1 provides access to tables with population data, employment, GDP, the consumer price index, wages and foreign trade. Complements SCB (SE), DST (DK) and SSB (NO) for a complete Nordic statistics picture. CC-BY-4.0, no auth.

—

Data volume

Monthly

Updates

3

MCP tools

Example response — /connectors/stat-fi/tables
{
  "data": "..."
}

MCP integration

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

Analysis apps that use this source

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

Finnish statistics — Tilastokeskus
Curated statistical tables from Tilastokeskus (Statistics Finland) — population, employment, GDP, inflation and trade via PxWebAPI v1.
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 kuraterte tabeller fra Tilastokeskus

Show curl example
# GET https://data.ketl.no/api/connectors/stat-fi/tables
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/stat-fi/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

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

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

GET
/health

Helsesjekk

deep optional
Sett `deep=1` for å få med det fulle probe-objektet (`deepProbe`). Enhver annen verdi gir samme svar som uten parameteren — verdimengden er IKKE lukket, så ruta avviser ingenting (MÅLT 2026-08-30). deep=1
Show curl example
# GET https://data.ketl.no/api/connectors/stat-fi/health
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/stat-fi/health"

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

Access and pricing

Statistics Finland (Tilastokeskus) is openly available — create an account to get started.

finlandstatistikkbefolkningarbeidø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