首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >yahoo_finance python `get_historical`不工作

yahoo_finance python `get_historical`不工作
EN

Stack Overflow用户
提问于 2017-07-04 17:58:11
回答 1查看 1.3K关注 0票数 0

我想使用yahoo_finance get_historical特性来收集历史股票价格。下面的test很好,但是test2被打印成一个空数组。有什么想法吗?

代码语言:javascript
复制
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
EN

回答 1

Stack Overflow用户

发布于 2017-07-04 19:33:01

是的,雅虎最近似乎关闭了API的historical_data (链接)。

我发现这个所以话题在谈论它。

这个关于雅虎财务之后该使用什么的Quora问题

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/44911843

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档