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": "Statistics Denmark (Danmarks Statistik)",
"description": "Population 1. January; Families purchase of vehicles; Families disposal of vehicles. Statistics Denmark. 1,963 series, from 1769. Free download under CC BY 4.0.",
"url": "https://econdatalibrary.com/dst",
"identifier": "dst",
"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 Denmark",
"url": "https://www.dst.dk/en/"
},
"license": "https://creativecommons.org/licenses/by/4.0/",
"keywords": [
"Macroeconomics",
"dst"
],
"temporalCoverage": "1769-12-31/..",
"creditText": "Source: Statistics Denmark (StatBank Denmark), licensed under CC BY 4.0.",
"sameAs": [
"https://huggingface.co/datasets/econdatalibrary-dst",
"https://zenodo.org/communities/econdatalibrary"
],
"distribution": [
{
"@type": "DataDownload",
"name": "dst — CSV",
"encodingFormat": "text/csv",
"contentUrl": "https://econdatalibrary.com/download.html?source=dst",
"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": "dst",
"description": "Population 1. January; Families purchase of vehicles; Families disposal of vehicles. Statistics Denmark. 1,963 series, from 1769. Free download under CC BY 4.0.",
"url": "https://econdatalibrary.com/dst",
"creator": {
"@type": "sc:Organization",
"name": "Statistics Denmark",
"url": "https://www.dst.dk/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": "dst-csv",
"name": "dst-csv",
"description": "Per-series CSV, downloadable with a free API key.",
"contentUrl": "https://econdatalibrary.com/download.html?source=dst",
"encodingFormat": "text/csv"
}
]
}