stock_info_sh_name_code
Fetch stock names and codes from the Shanghai Stock Exchange. Filter by board type: main board A-shares, B-shares, or STAR Market.
Instructions
上海证券交易所-股票列表 https://www.sse.com.cn/assortment/stock/list/share/ :param symbol: choice of {"主板A股": "1", "主板B股": "2", "科创板": "8"} :type symbol: str :return: 指定 indicator 的数据 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | 主板A股 |