Statistics Iceland (Hagstofa Íslands) — PxWeb ingest. License: Creative Commons Attribution 4.0 (CC BY 4.0) Source: https://www.statice.is/ No API key required. Coverage: All databases in the Statistics Iceland PxWeb system: * Efnahagur (Economy): GDP, trade, prices, public finance * Atvinnuvegir…
Statistics Iceland (Hagstofa Íslands) — PxWeb ingest. License: Creative Commons Attribution 4.0 (CC BY 4.0) Source: https://www.statice.is/ No API key required. Coverage: All databases in the Statistics Iceland PxWeb system: * Efnahagur (Economy): GDP, trade, prices, public finance * Atvinnuvegir (Industry): fishing, agriculture, manufacturing * Ibuar (Population): demographics, births, deaths, migration * Samfelag (Society): education, health, housing PxWeb multi-database: GET {BASE}/en → list databases GET {BASE}/en/{db}/{path} → catalog or table POST {BASE}/en/{db}/{path}/{id}/ → data (JSON-stat2) Run: python jobs/ingest_hagstofa.py
{
"@context": "https://schema.org/",
"@type": "Dataset",
"name": "Statistics Iceland (Hagstofa Íslands)",
"description": "from January 2008; from January 2005. Statistics Iceland. 1,068 series, from 1900. Free download.",
"url": "https://econdatalibrary.com/hagstofa",
"identifier": "hagstofa",
"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 Iceland",
"url": "https://www.statice.is"
},
"license": "https://creativecommons.org/licenses/by/4.0/",
"keywords": [
"Macroeconomics",
"hagstofa"
],
"temporalCoverage": "1900-12-31/..",
"creditText": "Source: Statistics Iceland (Hagstofa Íslands). Licensed under CC BY 4.0.",
"sameAs": [
"https://huggingface.co/datasets/econdatalibrary-hagstofa",
"https://zenodo.org/communities/econdatalibrary"
],
"distribution": [
{
"@type": "DataDownload",
"name": "hagstofa — CSV",
"encodingFormat": "text/csv",
"contentUrl": "https://econdatalibrary.com/download.html?source=hagstofa",
"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": "hagstofa",
"description": "from January 2008; from January 2005. Statistics Iceland. 1,068 series, from 1900. Free download.",
"url": "https://econdatalibrary.com/hagstofa",
"creator": {
"@type": "sc:Organization",
"name": "Statistics Iceland",
"url": "https://www.statice.is"
},
"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": "hagstofa-csv",
"name": "hagstofa-csv",
"description": "Per-series CSV, downloadable with a free API key.",
"contentUrl": "https://econdatalibrary.com/download.html?source=hagstofa",
"encodingFormat": "text/csv"
}
]
}