You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with latest akshare version, looks stock_individual_spot_xq can't work as expected, please help to check.
C:\Users\tester\akshare>python3
Python 3.12.7 (tags/v3.12.7:0b05ead, Oct 1 2024, 03:06:41) [MSC v.1941 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
import akshare as ak
data = ak.stock_individual_spot_xq(symbol="SZ300760")
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\chenyu\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\akshare\stock\stock_xq.py", line 101, in stock_individual_spot_xq
temp_df = pd.json_normalize(json_data["data"]["quote"])
~~~~~~~~~^^^^^^^^
KeyError: 'data'
The text was updated successfully, but these errors were encountered:
with latest akshare version, looks stock_individual_spot_xq can't work as expected, please help to check.
C:\Users\tester\akshare>python3 Python 3.12.7 (tags/v3.12.7:0b05ead, Oct 1 2024, 03:06:41) [MSC v.1941 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information.
import akshare as ak
data = ak.stock_individual_spot_xq(symbol="SZ300760")
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\chenyu\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\akshare\stock\stock_xq.py", line 101, in stock_individual_spot_xq
temp_df = pd.json_normalize(json_data["data"]["quote"])
with latest akshare version, looks stock_individual_spot_xq can't work as expected, please help to check.
C:\Users\tester\akshare>python3
Python 3.12.7 (tags/v3.12.7:0b05ead, Oct 1 2024, 03:06:41) [MSC v.1941 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
The text was updated successfully, but these errors were encountered: