Statistics Norway (SSB) — full PxWeb ingest. License: Norwegian Licence for Open Government Data (NLOD) + CC BY 4.0 Source: https://www.ssb.no/en/statbank/ No API key required. Coverage: ~10,000+ tables in the SSB statistical database: * National accounts and GDP * Labour force and wages * Consumer…
Statistics Norway (SSB) — full PxWeb ingest. License: Norwegian Licence for Open Government Data (NLOD) + CC BY 4.0 Source: https://www.ssb.no/en/statbank/ No API key required. Coverage: ~10,000+ tables in the SSB statistical database: * National accounts and GDP * Labour force and wages * Consumer prices and inflation * Trade in goods * Population and demography * Housing prices and construction * Financial accounts * Energy statistics * Environmental accounts * Regional statistics PxWeb API: GET {BASE}/{path} → catalog list POST {BASE}/{path}/{id}/ → data (JSON-stat2) Run: python jobs/ingest_ssb.py
{
"@context": "https://schema.org/",
"@type": "Dataset",
"name": "Statistics Norway (Statistisk sentralbyrå, SSB)",
"description": "06307: Forest properties, by size class (decares) (C) 2005. Statistics Norway. 5,568 series, from 1769. Free download.",
"url": "https://econdatalibrary.com/ssb",
"identifier": "ssb",
"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 Norway",
"url": "https://www.ssb.no/en"
},
"license": "https://creativecommons.org/licenses/by/4.0/",
"keywords": [
"Macroeconomics",
"ssb"
],
"temporalCoverage": "1769-12-31/..",
"creditText": "Source: Statistics Norway (Statistisk sentralbyrå, SSB)",
"sameAs": [
"https://huggingface.co/datasets/econdatalibrary-ssb",
"https://zenodo.org/communities/econdatalibrary"
],
"distribution": [
{
"@type": "DataDownload",
"name": "ssb — CSV",
"encodingFormat": "text/csv",
"contentUrl": "https://econdatalibrary.com/download.html?source=ssb",
"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": "ssb",
"description": "06307: Forest properties, by size class (decares) (C) 2005. Statistics Norway. 5,568 series, from 1769. Free download.",
"url": "https://econdatalibrary.com/ssb",
"creator": {
"@type": "sc:Organization",
"name": "Statistics Norway",
"url": "https://www.ssb.no/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": "ssb-csv",
"name": "ssb-csv",
"description": "Per-series CSV, downloadable with a free API key.",
"contentUrl": "https://econdatalibrary.com/download.html?source=ssb",
"encodingFormat": "text/csv"
}
]
}