Closed chennanoka closed 4 years ago
同样遇到这个问题,应该咋解决呢 我注册后100积分,可以获取日线数据,但是stock_basic这个不能访问
Traceback (most recent call last): File "/Users/xxx/PycharmProjects/xxx/test.py", line 14, in
a = pro.stock_basic(exchange='', list_status='L', fields='ts_code,symbol,name,area,industry,list_date') File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/tushare/pro/client.py", line 43, in query raise Exception(result['msg']) Exception: 抱歉,您没有访问该接口的权限,权限的具体详情访问:https://tushare.pro/document/1?doc_id=108。
旧版接口是可以访问的
import tushare as ts
ts.get_stock_basics()
code name industry area pe ... profit gpr npr holders
603719 N良品 食品 湖北 16.39 ... 0.00 32.50 5.76 43668.0 688159 有方科技 软件服务 深圳 183.07 ... 0.00 22.89 5.66 19486.0 688298 东方生物 生物制药 浙江 155.93 ... 0.00 47.01 22.25 26553.0 688058 宝兰德 软件服务 北京 265.38 ... 0.00 0.00 29.20 11488.0 688300 联瑞新材 矿物制品 江苏 83.90 ... 0.00 46.22 23.55 20390.0 ... ... ... ... ... ... ... ... ... ... 603948 建业股份 化工原料 浙江 0.00 ... -27.85 18.32 8.51 0.0 601696 中银证券 证券 上海 0.00 ... 0.00 0.00 36.36 0.0 600610 ST毅达 建筑工程 上海 0.00 ... 4.45 0.00 0.00 69536.0 600074 ST保千 IT设备 江苏 0.00 ... 14.92 37.35 -294.40 92835.0 300819 聚杰微纤 化纤 江苏 0.00 ... 0.00 26.30 11.18 0.0[3800 rows x 22 columns]
哈哈,解决了,积分需求是120分,https://tushare.pro/document/1?doc_id=108 这里没写,改下个人信息+20积分就可以了
OK
Thanks!!
刚注册的用户无法访问 stock_basic 提示没有权限。 在https://tushare.pro/document/1?doc_id=108 并没有看到有积分要求。 是因为这个接口需要积分了? 或是刚注册需要等系统更新?或是因为IP地址不是在境内?
谢谢