Skip to content

Commit bbf1abf

Browse files
Merge pull request #55 from MLT-OSS/feat/add-spain-italy
feat: add spain-ine 🇪🇸 and italy-istat 🇮🇹 data sources
2 parents 8219d49 + b944d86 commit bbf1abf

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"id": "italy-istat",
3+
"name": {
4+
"en": "Italian National Institute of Statistics",
5+
"zh": "意大利国家统计局"
6+
},
7+
"description": {
8+
"en": "Italy's official statistical agency producing national accounts, population census, labor market, and regional statistics.",
9+
"zh": "意大利官方统计机构,发布国民账户、人口普查、劳动力市场和区域统计数据。"
10+
},
11+
"website": "https://www.istat.it",
12+
"data_url": "https://esploradati.istat.it/databrowser/",
13+
"api_url": "https://esploradati.istat.it/SDMXWS/rest",
14+
"data_content": {
15+
"en": ["National accounts and GDP", "Population census", "Labor market statistics", "Consumer price index", "Regional economic indicators"],
16+
"zh": ["国民账户与GDP", "人口普查", "劳动力市场统计", "消费者价格指数", "区域经济指标"]
17+
},
18+
"authority_level": "government",
19+
"update_frequency": "monthly",
20+
"coverage": "national",
21+
"country_code": "IT",
22+
"domains": ["economics", "demographics", "employment"],
23+
"tags": ["italy", "statistics", "gdp", "census", "labor"],
24+
"license": "open"
25+
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"id": "spain-ine",
3+
"name": {
4+
"en": "National Statistics Institute of Spain",
5+
"zh": "西班牙国家统计局"
6+
},
7+
"description": {
8+
"en": "Spain's national statistical office producing official statistics on demographics, economy, labor market, and social conditions.",
9+
"zh": "西班牙国家统计机构,发布人口、经济、劳动力市场和社会状况的官方统计数据。"
10+
},
11+
"website": "https://www.ine.es",
12+
"data_url": "https://www.ine.es/dyngs/INEbase/listaoperaciones.htm",
13+
"api_url": "https://servicios.ine.es/wstempus/js",
14+
"data_content": {
15+
"en": ["CPI and inflation", "Labor force survey", "Population census", "GDP and national accounts", "Industrial production index"],
16+
"zh": ["消费者价格指数与通胀", "劳动力调查", "人口普查", "GDP与国民账户", "工业生产指数"]
17+
},
18+
"authority_level": "government",
19+
"update_frequency": "monthly",
20+
"coverage": "national",
21+
"country_code": "ES",
22+
"domains": ["economics", "demographics", "employment"],
23+
"tags": ["spain", "statistics", "cpi", "labor", "gdp"],
24+
"license": "open"
25+
}

0 commit comments

Comments
 (0)