GET
/api/index_basic 去调试
| 参数名 | 类型 | 必填 | 说明 |
|---|---|---|---|
| index_code | str | 否 | 指数代码 |
| name | str | 否 | 简称 |
| publisher | str | 否 | 发布方 |
| category | str | 否 | 指数类别 |
| 字段名 | 类型 | 说明 | 默认展示 |
|---|---|---|---|
| index_code | str | 指数代码 | 是 |
| name | str | 简称 | 是 |
| fullname | str | 指数全称 | 是 |
| market | str | 市场 | 是 |
| publisher | str | 发布方 | 是 |
| index_type | str | 指数风格 | 是 |
| category | str | 指数类别 | 是 |
| base_date | str | 基期 | 是 |
| base_point | float | 基点 | 是 |
| list_date | str | 发布日期 | 是 |
| weight_rule | str | 加权方式 | 是 |
| desc | str | 描述 | 是 |
| exp_date | str | 终止日期 | 否 |
{
"msg": "ok",
"code": 0,
"data": [
{
"desc": "基于长江证券公布的行业分类标准编制的行业指数。",
"name": "能源(长江)",
"market": "OTH",
"category": "行业指数",
"fullname": "长江证券能源指数",
"base_date": "20021231",
"list_date": "20200910",
"publisher": "长江证券股份有限公司",
"base_point": "1000.0000",
"index_code": "000001.CJ",
"index_type": null,
"weight_rule": "其他"
},
{
"desc": "上证综合指数由在上海证券交易所上市的符合条件的股票与存托凭证组成样本,反映上海证券交易所上市公司的整体表现。",
"name": "上证指数",
"market": "SSE",
"category": "综合指数",
"fullname": "上证综合指数",
"base_date": "19901219",
"list_date": "19910715",
"publisher": "中证指数有限公司",
"base_point": "100.0000",
"index_code": "000001.SH",
"index_type": null,
"weight_rule": "其他"
}
],
"count": 2
}