我想使用yahoo_finance get_historical
功能收集历史股票价格。下面的test
很好,但test2
打印为空数组。有什么想法吗?
from yahoo_finance import Share
test = (Share('AAPL').get_open())
print test
test2 = (Share('AAPL').get_historical('2017-01-30', '2017-02-15'))
print test2
答案 0 :(得分:0)
是的,最近似乎 Yahoo finance [关闭historical_data
他们的API(link)
我发现这个SO topic正在谈论它。
关于 Yahoo finance
之后要使用的内容Quora question