中国指数代码列表 (cn_index_instruments)

数据描述: 该表记录了中国A股市场的申万行业指数,包含了日期、指数代码以及行业名称。

文档
数据简介

用例
* 用例1:查询特定日期的全部指数 ``` import dai df = dai.query(""" SELECT date, name, instrument FROM cn_index_instruments""", filters={"date": ['2024-03-01']} ).df() ```
表结构
字段 字段类型 字段描述
instrument string 代码
name string 名称
date timestamp[ns] -

表名cn_index_instruments

起始时间:

最近更新时间: