熊猫:datareader无法获取历史库存数据

时间:2016-04-20 15:52:27

标签: python-2.7 pandas datareader google-finance pandas-datareader

我发现datareader不支持某些证券交易所。例如,新加坡。任何解决方法? IOError: after 3 tries, Google did not return a 200 for url 'http://www.google.com/finance/historical?q=SGX%3ABLA&startdate=Jan+01%2C+2015&enddate=Apr+20%2C+2016&output=csv返回此类错误。

query = web.DataReader(("IDX:CASS"), 'google', start, now)

适用于IDX印度尼西亚 super()

1 个答案:

答案 0 :(得分:0)

那个URL是404 - 熊猫没有错,也许只是检查一下URL?也许他们与不同的谷歌财务支持进行不同的交流。