深交所股票清单列表数据API接口
|
|
| # Restful API
|
| https://tsanghi.com/api/fin/stock/XSHE/list?token={token}
|
|
|
| 更新时间:收盘后3~4小时。
|
| 更新周期:每天。
|
| 请求方式:GET。
|
|
|
| # 测试:返回不超过10条数据(2年历史)
|
| https://tsanghi.com/api/fin/stock/XSHE/list?token=demo
|
|
|
| Request请求参数
|
|
|
|
|
| Response响应参数
|
|
|
|
|
| Python示例
|
|
|
| import requests
|
|
|
| url = f"https://tsanghi.com/api/fin/stock/XSHE/list?token=demo"
|
| data = requests.get(url).json()
|
| print(data)
|
|
|
| Response示例
|
| /ignore-error/1" width="319" height="388" style="margin-left: 0px; margin-top: 0px; width: 319px; height: 388px;" data-src="https://image.tgb.cn/img/2024/03/10/6jwf40fq62fc.png">
|
|
|
| # 更多详情
|
| https://tsanghi.com
|