Statistics Finland (StatFin) — full PxWeb ingest. License: Creative Commons Attribution 4.0 (CC BY 4.0) Source: https://stat.fi/en/statistics/ No API key required. Coverage: ~3,000+ tables in the StatFin database: * National accounts (GDP, GNI, output by industry) * Labour force survey (employment,…
Statistics Finland (StatFin) — full PxWeb ingest. License: Creative Commons Attribution 4.0 (CC BY 4.0) Source: https://stat.fi/en/statistics/ No API key required. Coverage: ~3,000+ tables in the StatFin database: * National accounts (GDP, GNI, output by industry) * Labour force survey (employment, unemployment, wages) * Consumer price index * Trade in goods and services * Population and vital statistics * Industrial production * Financial accounts * Housing prices and permits * Energy and environment * Regional statistics PxWeb API: GET {BASE}/{path} → catalog list POST {BASE}/{path}/{id}/ → data (JSON-stat2) Run: python jobs/ingest_statfin.py
{
"@context": "https://schema.org/",
"@type": "Dataset",
"name": "Statistics Finland (Tilastokeskus)",
"description": "annual data, 2007-2025; quarterly data, 2007Q1-2026Q1. Statistics Finland. 1,539 series, from 1900. Free download.",
"url": "https://econdatalibrary.com/statfin",
"identifier": "statfin",
"isAccessibleForFree": true,
"publisher": {
"@type": "Organization",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com"
},
"includedInDataCatalog": {
"@type": "DataCatalog",
"@id": "https://econdatalibrary.com/#catalog",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com/catalog"
},
"creator": {
"@type": "Organization",
"name": "Statistics Finland",
"url": "https://stat.fi/en"
},
"license": "https://creativecommons.org/licenses/by/4.0/",
"keywords": [
"Macroeconomics",
"statfin"
],
"temporalCoverage": "1900-12-31/..",
"creditText": "Source: Statistics Finland, licensed under CC BY 4.0",
"sameAs": [
"https://huggingface.co/datasets/econdatalibrary-statfin",
"https://zenodo.org/communities/econdatalibrary"
],
"distribution": [
{
"@type": "DataDownload",
"name": "statfin — CSV",
"encodingFormat": "text/csv",
"contentUrl": "https://econdatalibrary.com/download.html?source=statfin",
"license": "https://creativecommons.org/licenses/by/4.0/"
}
]
}{
"@context": {
"@language": "en",
"@vocab": "https://schema.org/",
"cr": "http://mlcommons.org/croissant/",
"data": {
"@id": "cr:data",
"@type": "@json"
},
"dataType": {
"@id": "cr:dataType",
"@type": "@vocab"
},
"sc": "https://schema.org/",
"conformsTo": "dct:conformsTo",
"dct": "http://purl.org/dc/terms/"
},
"@type": "sc:Dataset",
"conformsTo": "http://mlcommons.org/croissant/1.0",
"name": "statfin",
"description": "annual data, 2007-2025; quarterly data, 2007Q1-2026Q1. Statistics Finland. 1,539 series, from 1900. Free download.",
"url": "https://econdatalibrary.com/statfin",
"creator": {
"@type": "sc:Organization",
"name": "Statistics Finland",
"url": "https://stat.fi/en"
},
"publisher": {
"@type": "sc:Organization",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com"
},
"license": "https://creativecommons.org/licenses/by/4.0/",
"keywords": [
"Macroeconomics"
],
"distribution": [
{
"@type": "cr:FileObject",
"@id": "statfin-csv",
"name": "statfin-csv",
"description": "Per-series CSV, downloadable with a free API key.",
"contentUrl": "https://econdatalibrary.com/download.html?source=statfin",
"encodingFormat": "text/csv"
}
]
}