1、首先需要注册新用户

可以点击邀请链接注册:https://tushare.pro/register?reg=348132

2、从头像上点击用户名,打开个人主页;

3、,点击接口token,点击右边纸张图标,复制;

tushare pro的token凭证码设置

4、在python中进行如下操作即可:

token=‘你复制下来的token’
ts.set_token(token)
pro=ts.pro_api()
df = pro.fund_basic(market='E')
 

 

相关文章:

  • 2021-06-19
  • 2022-12-23
  • 2022-12-23
  • 2021-06-20
  • 2021-10-30
  • 2021-11-17
  • 2021-07-08
猜你喜欢
  • 2021-12-23
  • 2021-08-10
  • 2021-06-15
  • 2022-12-23
  • 2021-07-18
  • 2021-07-26
  • 2022-01-16
相关资源
相似解决方案