一、首先注册用户,注册地址:Tushare数据与wind、东财等收费数据源相比,tushare是一个python股票数据源,现已升级到tushare pro版本,新版本在数据稳定性和获取速率上大幅提升。
二、安装python3.x,之后通过命令行窗口下的pip安装pandas和tushare,命令如下:
pip install pandas
pip install tushare
三、调用前的配置
import tushare as ts
ts.set_token('your token here')#设置token,只需设置一次
api = ts.pro_api()#初始化接口