pandas-datareader downloading from Yahoo Finance is broken

175 views
Skip to first unread message

beli...@aol.com

unread,
May 16, 2017, 5:45:03 PM5/16/17
to PyData
My Python program that gets historical quotes from Yahoo Finance with a call 

from pandas_datareader.data import DataReader
f = DataReader(stocks,"yahoo",start,end)

used to work but is now broken. So is my R program that accesses Yahoo Finance, because Yahoo has changed the format of the web pages, as discussed at https://stat.ethz.ch/pipermail/r-sig-finance/2017q2/014274.html . The R package has been updated to fix the problem. I just tried updating pandas and pandas-datareader with conda, but my Python program still does not work.

Is anyone able to download data from Yahoo Finance using Python?
Reply all
Reply to author
Forward
0 new messages