Python+pandas+每天股票涨了多少
第一步:得到某支股票历年来的交易数据方法见:https://blog.csdn.net/zwy_0309/article/details/108217342在此,我使用以下脚本得到股票(代码:688022)从开始时间至现在的行情信息:【脚本】import tushare as tsframe = ts.get_k_data('688022', start='2019-07-22')print(frame)【结果】date open close high low v