行业分类数据巨潮
临时获取巨潮行业分类数据数据,默认不入库。
临时请求巨潮行业分类字典,返回分类树行,默认不入库。
输入参数
| 参数 | 类型 | 必填 | 说明 | 默认值 |
|---|---|---|---|---|
industry_type | string | 否 | 行业分类标准:证监会行业分类标准、巨潮行业分类标准、申银万国行业分类标准、新财富行业分类标准、国资委行业分类标准、巨潮产业细分标准、天相行业分类标准、全球行业分类标准;默认 证监会行业分类标准。巨潮行业分类标准源端当前可能失败。 | "证监会行业分类标准" |
返回字段
| 字段 | 类型 | 说明 |
|---|---|---|
parent_code | string | 父类编码。 |
category_code | string | 类目编码。 |
category_name | string | 类目名称。 |
category_name_en | string | 类目英文名称。 |
end_date | date | 终止日期,格式 YYYYMMDD;仍有效时可能为空。 |
industry_type_code | string | 行业类型编码。 |
industry_type | string | 行业类型。 |
level | integer | 按类目编码长度推导的层级,从 0 开始。 |
调用示例
Python SDK
import axdata as ax
client = ax.AxDataClient()
rows = client.call(
"stock_industry_category_cninfo",
industry_type='008001',
)
HTTP API
POST /v1/request/stock_industry_category_cninfo
Content-Type: application/json
{
"params": {
"industry_type": "008001"
}
}
真实样例快照
展示插件接口目录里的固定 example.response,页面打开不会再次请求源端。
请求参数
{
"industry_type": "008001"
}
响应样例
| parent_code | category_code | category_name | category_name_en | end_date | industry_type_code | industry_type | level |
|---|---|---|---|---|---|---|---|
| 008 | 0 | 中国上市公司协会上市公司行业分类 | CAPCO Industry Classification | 008001 | 中国上市公司协会上市公司行业分类标准 | 0 |
生成时间:2026-07-06T16:54:55+00:00