tushare是获取行情数据的一款免费软件使用方法很简单,先安装:pip install tushare然后import tushare as ts即可。 data = ts.get_k_data("600000", ktype='60')