请问老师除了能在查到雅虎股票信息,可以通过f_csvsave = web.DataReader('601233.SS','yahoo',datetime.datetime(2017,1,7),datetime.datetime.today())这行代码查到别的比如说是同花顺网内的股票信息吗?
?????
?????
2019-08-07
https://pandas-datareader.readthedocs.io/en/latest/readers/index.html
pandas_datareader只能获取指定数据网站的数据,应该没有同花顺网站,具体参考以上网站文档。
举报