index_stock_cons_weight_csindex
Retrieves current constituent stock weights for a given Chinese stock index from the official CSI website. Returns a pandas DataFrame of index components and their weightings.
Instructions
中证指数网站-样本权重 https://www.csindex.com.cn/zh-CN/indices/index-detail/000300 :param symbol: 指数代码, 可以通过 ak.index_stock_info() 接口获取 :type symbol: str :return: 最新指数的成份股权重 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | 000300 |