KSH Hungary (Központi Statisztikai Hivatal) — STADAT tables via toc.json + CSV. License: Free to use with attribution to KSH (www.ksh.hu) Source: https://www.ksh.hu/stadat (the SDMX host is dead; this is the working channel) No API key required. Coverage: all ~1,632 STADAT tables across 27 themes…
KSH Hungary (Központi Statisztikai Hivatal) — STADAT tables via toc.json + CSV. License: Free to use with attribution to KSH (www.ksh.hu) Source: https://www.ksh.hu/stadat (the SDMX host is dead; this is the working channel) No API key required. Coverage: all ~1,632 STADAT tables across 27 themes (ara prices, gdp national accounts, mun labour, nep population, ene energy, ...), English edition. Channel: * Catalog: GET https://www.ksh.hu/stadat_files/toc.json * Data: GET https://www.ksh.hu/stadat_files/{theme}/en/{id}.csv where theme = first 3 chars of the table id. Notes: * KSH's F5 WAF rejects minimal clients → full browser headers are required (this script intentionally does NOT use the library User-Agent). * CSVs are semicolon-delimited presentation tables: title row, one or more header rows (quoted cells may contain newlines), comma decimal separators, space thousands separators, 'x'/'..' placeholders. * Time may live in the first column (Year rows) or in the column headers; both orientations are handled. Tables with no parseable time dimension are logged and skipped. Output: one parquet per theme (first 3 chars of table id), long format {series_key, obs_date, value}; resumable (skips existing parquets). series_key: KSH:{table_id}:{row_label}:{col_label} (separators sanitized). Run: python jobs/ingest_ksh_stadat.py
{
"@context": "https://schema.org/",
"@type": "Dataset",
"name": "Ksh Stadat",
"description": "KSH Hungary (Központi Statisztikai Hivatal) — STADAT tables via toc.json + CSV. License: Free to use with attribution to KSH (www.ksh.hu) Source: https://www.ksh.hu/stadat (the SDMX host is dead; this is the working channel) No API key required. Coverage: all ~1,632 STADAT tables across 27 themes…",
"url": "https://econdatalibrary.com/ksh_stadat.html",
"identifier": "ksh_stadat",
"isAccessibleForFree": false,
"publisher": {
"@type": "Organization",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com"
},
"creator": {
"@type": "Organization",
"name": "Ksh Stadat"
},
"keywords": [
"ksh_stadat"
],
"sameAs": [
"https://huggingface.co/datasets/econdatalibrary-ksh_stadat",
"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": "ksh_stadat",
"description": "KSH Hungary (Központi Statisztikai Hivatal) — STADAT tables via toc.json + CSV. License: Free to use with attribution to KSH (www.ksh.hu) Source: https://www.ksh.hu/stadat (the SDMX host is dead; this is the working channel) No API key required. Coverage: all ~1,632 STADAT tables across 27 themes…",
"url": "https://econdatalibrary.com/ksh_stadat.html",
"creator": {
"@type": "sc:Organization",
"name": "Ksh Stadat"
},
"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."
}