We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
按照平台说明编写实时接口demo:https://tushare.pro/document/2?doc_id=315
报错信息如下: Traceback (most recent call last): File "/mnt/newdisk/data/zhutaipeng/tushare/get_realtime_data.py", line 12, in df = TS_CLIENT.realtime_quote(ts_code='600000.SH') File "/data/app/miniconda3/envs/py39/lib/python3.9/site-packages/tushare/pro/client.py", line 45, in query raise Exception(result['msg']) Exception: 请指定正确的接口名
The text was updated successfully, but these errors were encountered:
No branches or pull requests
按照平台说明编写实时接口demo:https://tushare.pro/document/2?doc_id=315
报错信息如下:
Traceback (most recent call last):
File "/mnt/newdisk/data/zhutaipeng/tushare/get_realtime_data.py", line 12, in
df = TS_CLIENT.realtime_quote(ts_code='600000.SH')
File "/data/app/miniconda3/envs/py39/lib/python3.9/site-packages/tushare/pro/client.py", line 45, in query
raise Exception(result['msg'])
Exception: 请指定正确的接口名
The text was updated successfully, but these errors were encountered: