一部の証券取引所では、datareader がサポートされていないことがわかりました。たとえば、シンガポール。回避策はありますか?
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)