Statistics Denmark (DST/Danmarks Statistik) — full StatBank ingest. License: Creative Commons Attribution 4.0 (CC BY 4.0) Source: https://www.dst.dk/en/Statistik/statistikbanken No API key required. Coverage: ~2,300 tables in the Danish StatBank: * National accounts (GDP, GNI, output) * Labour…
Statistics Denmark (DST/Danmarks Statistik) — full StatBank ingest. License: Creative Commons Attribution 4.0 (CC BY 4.0) Source: https://www.dst.dk/en/Statistik/statistikbanken No API key required. Coverage: ~2,300 tables in the Danish StatBank: * National accounts (GDP, GNI, output) * Labour force (employment, unemployment, wages) * Consumer and producer prices * Trade in goods and services * Population and demography * Housing prices and construction * Financial statistics * Business statistics * Energy statistics API: GET /v1/tables?lang=en → list all tables GET /v1/tableinfo?id=X&lang=en → table metadata (variables + values) POST /v1/data → data in JSON-stat format Run: python jobs/ingest_dst.py
{
"@context": "https://schema.org/",
"@type": "Dataset",
"name": "Dst",
"description": "Statistics Denmark (DST/Danmarks Statistik) — full StatBank ingest. License: Creative Commons Attribution 4.0 (CC BY 4.0) Source: https://www.dst.dk/en/Statistik/statistikbanken No API key required. Coverage: ~2,300 tables in the Danish StatBank: * National accounts (GDP, GNI, output) * Labour…",
"url": "https://econdatalibrary.com/dst.html",
"identifier": "dst",
"isAccessibleForFree": false,
"publisher": {
"@type": "Organization",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com"
},
"creator": {
"@type": "Organization",
"name": "Dst"
},
"keywords": [
"dst"
],
"sameAs": [
"https://huggingface.co/datasets/econdatalibrary-dst",
"https://zenodo.org/communities/econdatalibrary"
],
"usageInfo": "Metadata-only catalog entry. This source's license does not permit redistribution, so the data itself is not served here; use the provider link to obtain the data under its terms."
}{
"@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": "dst",
"description": "Statistics Denmark (DST/Danmarks Statistik) — full StatBank ingest. License: Creative Commons Attribution 4.0 (CC BY 4.0) Source: https://www.dst.dk/en/Statistik/statistikbanken No API key required. Coverage: ~2,300 tables in the Danish StatBank: * National accounts (GDP, GNI, output) * Labour…",
"url": "https://econdatalibrary.com/dst.html",
"creator": {
"@type": "sc:Organization",
"name": "Dst"
},
"publisher": {
"@type": "sc:Organization",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com"
},
"isAccessibleForFree": false,
"usageInfo": "Metadata-only Croissant record; underlying data is not redistributed under this source's license."
}