pydata / pandas-datareader

Extract data from a wide range of Internet sources into a pandas DataFrame.

Home Page:https://pydata.github.io/pandas-datareader/stable/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RemoteDataError

higebobo opened this issue · comments

Yesteday I found this error.
I suppose yahoo finace has changed html structure.

[/usr/local/lib/python3.7/dist-packages/pandas_datareader/base.py](https://localhost:8080/#) in _get_response(self, url, params, headers)
    179             msg += "\nResponse Text:\n{0}".format(last_response_text)
    180 
--> 181         raise RemoteDataError(msg)
    182