Statistics Sweden (SCB) — full PxWeb ingest. License: Creative Commons Attribution 4.0 (CC BY 4.0) Source: https://www.scb.se/en/services/open-data-api/api-for-the-statistical-database/ No API key required. Coverage: ~10,000+ tables in the SCB statistical database: * National accounts (GDP, GNI,…
Statistics Sweden (SCB) — full PxWeb ingest. License: Creative Commons Attribution 4.0 (CC BY 4.0) Source: https://www.scb.se/en/services/open-data-api/api-for-the-statistical-database/ No API key required. Coverage: ~10,000+ tables in the SCB statistical database: * National accounts (GDP, GNI, output by industry) * Labour force survey (employment, unemployment, wages) * Consumer/Producer price indices * Trade in goods and services * Population and demography * Industrial and business surveys * Financial accounts and public sector * Housing and construction PxWeb API: GET {BASE}/{path} → catalog list POST {BASE}/{path}/{tableId}/ → data (JSON-stat2) Run: python jobs/ingest_scb.py
{
"@context": "https://schema.org/",
"@type": "Dataset",
"name": "Statistics Sweden (Statistiska centralbyrån, SCB)",
"description": "Statistics Sweden (Statistiska centralbyrån, SCB). 2,550 series, from 1749. Free download under CC0.",
"url": "https://econdatalibrary.com/scb",
"identifier": "scb",
"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 Sweden",
"url": "https://www.scb.se/en/"
},
"license": "https://creativecommons.org/publicdomain/zero/1.0/",
"keywords": [
"Macroeconomics",
"scb"
],
"temporalCoverage": "1749-01-01/..",
"sameAs": [
"https://huggingface.co/datasets/econdatalibrary-scb",
"https://zenodo.org/communities/econdatalibrary"
],
"distribution": [
{
"@type": "DataDownload",
"name": "scb — CSV",
"encodingFormat": "text/csv",
"contentUrl": "https://econdatalibrary.com/download.html?source=scb",
"license": "https://creativecommons.org/publicdomain/zero/1.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": "scb",
"description": "Statistics Sweden (Statistiska centralbyrån, SCB). 2,550 series, from 1749. Free download under CC0.",
"url": "https://econdatalibrary.com/scb",
"creator": {
"@type": "sc:Organization",
"name": "Statistics Sweden",
"url": "https://www.scb.se/en/"
},
"publisher": {
"@type": "sc:Organization",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com"
},
"license": "https://creativecommons.org/publicdomain/zero/1.0/",
"keywords": [
"Macroeconomics"
],
"distribution": [
{
"@type": "cr:FileObject",
"@id": "scb-csv",
"name": "scb-csv",
"description": "Per-series CSV, downloadable with a free API key.",
"contentUrl": "https://econdatalibrary.com/download.html?source=scb",
"encodingFormat": "text/csv"
}
]
}