量化(二) 使用api获取股票数据读取数据

1. 爬虫方式抓数据

2 使用DataReader()获取股票数据方法

3.DataFrame存储为csv文件方法:dataframe.to_csv('path', columns= , index = True ) 

你可能感兴趣的:(量化(二) 使用api获取股票数据读取数据)