yahoo_finance python api`get_historical`无效

时间:2017-07-04 17:58:11

标签: python yahoo-finance

我想使用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

1 个答案:

答案 0 :(得分:0)

是的,最近似乎 Yahoo finance [关闭historical_data他们的API(link

我发现这个SO topic正在谈论它。

关于 Yahoo finance

之后要使用的内容Quora question