akfamily / akshare

AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
https://akshare.akfamily.xyz
MIT License
9.36k stars 1.89k forks source link

AKShare 接口问题报告 #5179

Closed HolyLl closed 1 month ago

HolyLl commented 1 month ago

stock_zh_a_hist这个接口无法获取沪深300的数据,这是一个指数数据,现在的接口访问000300会直接报错,腾讯的接口可以通过sh000300获取到沪深300数据,但是每天更新的很慢 stock_zh_a_hist_tx_df = ak.stock_zh_a_hist_tx(symbol="sh000300", start_date="20240911", end_date="20240911", adjust="qfq")

stock_zh_a_hist_df = ak.stock_zh_a_hist(symbol="000300", period="daily", start_date="20240911", end_date="20240911",
                                        adjust="qfq")

获取000300数据 普通历史数据 腾讯获取000300 指数历史数据 希望可以新增https://quote.eastmoney.com/zs000300.html东财的指数历史股票数据接口

HolyLl commented 1 month ago

https://quote.eastmoney.com/zs000300.html 是这个连接

albertandking commented 1 month ago

stock_zh_a_hist这个接口无法获取沪深300的数据,这是一个指数数据,现在的接口访问000300会直接报错,腾讯的接口可以通过sh000300获取到沪深300数据,但是每天更新的很慢 stock_zh_a_hist_tx_df = ak.stock_zh_a_hist_tx(symbol="sh000300", start_date="20240911", end_date="20240911", adjust="qfq")

stock_zh_a_hist_df = ak.stock_zh_a_hist(symbol="000300", period="daily", start_date="20240911", end_date="20240911",
                                        adjust="qfq")

获取000300数据 普通历史数据 腾讯获取000300 指数历史数据 希望可以新增https://quote.eastmoney.com/zs000300.html东财的指数历史股票数据接口

请按 issues 格式提交