forked from MLT-OSS/FirstData
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathus-bls.json
More file actions
102 lines (102 loc) · 5.32 KB
/
us-bls.json
File metadata and controls
102 lines (102 loc) · 5.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"id": "us-bls",
"name": {
"en": "Bureau of Labor Statistics",
"zh": "美国劳工统计局"
},
"description": {
"en": "The Bureau of Labor Statistics (BLS) is the principal federal agency responsible for measuring labor market activity, working conditions, and price changes in the economy of the United States. BLS collects, processes, analyzes, and disseminates essential statistical data to the American public, Congress, other Federal agencies, State and local governments, business, and labor. The BLS also serves as a statistical resource to the U.S. Department of Labor and conducts research into employment, labor economics, and price levels.",
"zh": "美国劳工统计局(BLS)是负责衡量美国经济中劳动力市场活动、工作条件和价格变化的主要联邦机构。BLS收集、处理、分析并向美国公众、国会、其他联邦机构、州和地方政府、企业和劳工组织传播重要的统计数据。BLS还为美国劳工部提供统计资源服务,并开展就业、劳动经济学和价格水平方面的研究。"
},
"website": "https://www.bls.gov",
"data_url": "https://www.bls.gov/data/",
"api_url": "https://www.bls.gov/developers/",
"authority_level": "government",
"country": "US",
"geographic_scope": "national",
"domains": [
"employment",
"unemployment",
"labor force",
"wages",
"earnings",
"prices",
"inflation",
"consumer expenditures",
"productivity",
"workplace safety",
"occupational statistics",
"industry statistics"
],
"update_frequency": "monthly",
"tags": [
"employment",
"unemployment",
"labor-market",
"wages",
"earnings",
"inflation",
"cpi",
"consumer-price-index",
"ppi",
"producer-price-index",
"productivity",
"labor-statistics",
"occupational-data",
"workplace-safety",
"job-openings",
"jolts",
"consumer-expenditure",
"time-use",
"labor-force",
"employment-projections",
"us-government",
"economic-indicators",
"美国劳工",
"就业数据",
"失业率",
"通货膨胀",
"消费者物价指数",
"生产者物价指数",
"工资统计",
"劳动力市场"
],
"data_content": {
"en": [
"Employment - Total nonfarm employment, establishment and household survey data, job openings and labor turnover",
"Unemployment - Unemployment rates by demographic groups, duration of unemployment, unemployment insurance claims",
"Consumer Price Index (CPI) - Measures changes in prices paid by consumers for goods and services, inflation tracking",
"Producer Price Index (PPI) - Measures average changes in selling prices received by domestic producers",
"Wages and Earnings - Average hourly and weekly earnings, employment cost index, real earnings",
"Productivity - Labor productivity, multifactor productivity, unit labor costs by industry and sector",
"Occupational Employment and Wages - Employment and wage estimates for over 800 occupations",
"Employment Projections - 10-year projections of occupational employment, industry output, and labor force",
"Job Openings and Labor Turnover Survey (JOLTS) - Job openings, hires, and separations data",
"Consumer Expenditure Survey - Household spending patterns, income, and demographic characteristics",
"Workplace Injuries and Illnesses - Occupational safety and health statistics, injury and illness rates",
"International Labor Comparisons - Cross-country comparisons of labor force, employment, unemployment, and productivity",
"Mass Layoffs and Plant Closings - Large-scale employment cutbacks and business closures",
"Time Use Survey - How Americans spend their time on daily activities",
"Import/Export Price Indexes - Price changes for goods and services traded internationally",
"Business Employment Dynamics - Job creation and destruction, establishment births and deaths"
],
"zh": [
"就业 - 非农就业总人数、企业和家庭调查数据、职位空缺和劳动力流动",
"失业 - 按人口群体分类的失业率、失业持续时间、失业保险申请",
"消费者物价指数(CPI)- 衡量消费者支付商品和服务价格的变化、通货膨胀跟踪",
"生产者物价指数(PPI)- 衡量国内生产者销售价格的平均变化",
"工资和收入 - 平均时薪和周薪、就业成本指数、实际收入",
"生产力 - 劳动生产率、多要素生产率、按行业和部门分类的单位劳动成本",
"职业就业和工资 - 超过800种职业的就业和工资估算",
"就业预测 - 职业就业、行业产出和劳动力的10年预测",
"职位空缺和劳动力流动调查(JOLTS)- 职位空缺、雇用和离职数据",
"消费者支出调查 - 家庭支出模式、收入和人口特征",
"工作场所伤害和疾病 - 职业安全与健康统计、伤害和疾病率",
"国际劳动力比较 - 劳动力、就业、失业和生产率的跨国比较",
"大规模裁员和工厂关闭 - 大规模就业削减和企业关闭",
"时间使用调查 - 美国人如何在日常活动中分配时间",
"进出口价格指数 - 国际贸易商品和服务的价格变化",
"企业就业动态 - 就业创造和破坏、企业新生和死亡"
]
}
}