import tushare as ts ts.set_token() pro=ts.pro_api() df=pro.daily(ts_code,start,end)
tushare的使用
原文:https://www.cnblogs.com/edanlee/p/11746592.html