1

我发现数据阅读器不支持某些证券交易所。例如,新加坡。任何解决方法? query = web.DataReader(("SGX:BLA"), 'google', start, now)返回这样的错误`

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

它适用于 IDX 印度尼西亚 query = web.DataReader(("IDX:CASS"), 'google', start, now)

4

1 回答 1

0

该 URL 是 404 - pandas 没有错,也许只是检查 URL?也许他们在不同的交易所,有不同的谷歌金融支持。

于 2016-04-22T01:59:42.037 回答