-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AKShare 接口问题报告 #4472
Comments
已修复,升级到 AKShare 1.12.45 使用 |
好像没有修复,我用1.12.45和1.12.52都是这个报错 |
雪球屏蔽抓取 |
已修复,升级到 AKShare 1.12.73 使用 |
已修复,升级到 AKShare 1.12.73 使用 |
遇到任何问题,请先确认您的 AKShare 版本是最新的
描述遇到的问题
import akshare as ak
stock_individual_spot_xq_df = ak.stock_individual_spot_xq(symbol="SH600000")
print(stock_individual_spot_xq_df.dtypes)
line 3, in
stock_individual_spot_xq_df = ak.stock_individual_spot_xq(symbol="SH600000")
File "D:\pythonProject6\venv\lib\site-packages\akshare\stock\stock_xq.py", line 79, in stock_individual_spot_xq
json_data = r.json()["data"]["quote"]
KeyError: 'data'
The text was updated successfully, but these errors were encountered: