Skip to content

Commit efaa221

Browse files
Merge pull request #73 from MLT-OSS/feat/add-argentina-chile
feat: add Argentina INDEC and Chile INE data sources
2 parents c4cde27 + 36e84a3 commit efaa221

2 files changed

Lines changed: 99 additions & 0 deletions

File tree

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"id": "argentina-indec",
3+
"name": {
4+
"en": "National Institute of Statistics and Censuses (INDEC)",
5+
"zh": "阿根廷国家统计与普查局"
6+
},
7+
"description": {
8+
"en": "Official statistical agency of Argentina providing demographic, economic, and social data",
9+
"zh": "阿根廷官方统计机构,提供人口、经济和社会数据"
10+
},
11+
"website": "https://www.indec.gob.ar",
12+
"data_url": "https://www.indec.gob.ar/indec/web/Nivel3-Tema-3-35",
13+
"api_url": "https://apis.datos.gob.ar/series/api/",
14+
"authority_level": "government",
15+
"country": "AR",
16+
"geographic_scope": "national",
17+
"update_frequency": "monthly",
18+
"domains": [
19+
"demographics",
20+
"economics",
21+
"trade",
22+
"employment",
23+
"social"
24+
],
25+
"tags": [
26+
"statistics",
27+
"argentina",
28+
"south-america",
29+
"government-data",
30+
"census"
31+
],
32+
"data_content": {
33+
"en": [
34+
"National Census - population, housing, economic census",
35+
"Consumer Price Index (IPC) and inflation statistics",
36+
"Foreign trade - imports and exports by product and partner",
37+
"Labour market - employment, unemployment, wages",
38+
"National accounts - GDP, industrial production",
39+
"Poverty and income distribution"
40+
],
41+
"zh": [
42+
"国家普查 - 人口、住房、经济普查",
43+
"消费者价格指数(IPC)和通胀统计",
44+
"对外贸易 - 按产品和伙伴分类的进出口",
45+
"劳动力市场 - 就业、失业、工资",
46+
"国民账户 - GDP、工业生产",
47+
"贫困和收入分配"
48+
]
49+
}
50+
}
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"id": "chile-ine",
3+
"name": {
4+
"en": "National Statistics Institute of Chile (INE)",
5+
"zh": "智利国家统计局"
6+
},
7+
"description": {
8+
"en": "Official statistical agency of Chile providing demographic, economic, and social statistics",
9+
"zh": "智利官方统计机构,提供人口、经济和社会统计数据"
10+
},
11+
"website": "https://www.ine.gob.cl",
12+
"data_url": "https://www.ine.gob.cl/estadisticas",
13+
"api_url": null,
14+
"authority_level": "government",
15+
"country": "CL",
16+
"geographic_scope": "national",
17+
"update_frequency": "monthly",
18+
"domains": [
19+
"demographics",
20+
"economics",
21+
"employment",
22+
"social",
23+
"environment"
24+
],
25+
"tags": [
26+
"statistics",
27+
"chile",
28+
"south-america",
29+
"government-data"
30+
],
31+
"data_content": {
32+
"en": [
33+
"Population Census and demographic projections",
34+
"Consumer Price Index (IPC) and inflation",
35+
"Employment and labour force surveys",
36+
"Economic activity indicators",
37+
"Environmental statistics",
38+
"Gender and social statistics"
39+
],
40+
"zh": [
41+
"人口普查和人口预测",
42+
"消费者价格指数(IPC)和通胀",
43+
"就业和劳动力调查",
44+
"经济活动指标",
45+
"环境统计",
46+
"性别和社会统计"
47+
]
48+
}
49+
}

0 commit comments

Comments
 (0)