China Department Statistics
ext_cn_departmentQuery China National Bureau of Statistics data by department (finance, industry, trade, etc.) with optional indicator keywords, page size, and fetch-all option for comprehensive sector statistics.
Instructions
查询各部门在国家统计局发布的统计数据。涵盖财政、工业、商务、农业、货币金融、社会保障、房地产、能源等。
Args:
department (string): 部门键
indicator (string): 具体指标关键词(可选,不填则用部门默认首个关键词)
pageSize (number): 返回数量,默认 20
fetchAll (boolean): 是否获取该部门所有关键词数据(较慢),默认 false
可用部门: finance(财政)| industry(工业)| trade(商务)| agriculture(农业)| monetary(货币金融)| social_security(社保)| housing(房地产)| energy(能源)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| department | Yes | 部门键 | |
| indicator | No | 具体指标关键词,如 "财政收入" | |
| pageSize | No | 返回数量 | |
| fetchAll | No | 是否获取该部门所有关键词数据 |