Python, Pandas datareader and Yahoo Error RemoteDataError: Unable to read URL

13,895

This has been answered here already. Since now requires headers, pandas and pandas-datareader must be updated. Other libraries working with pdr might give you issues until gets updated or you modify the part of the code which retreives data.

Have a nice day ;).

pip install --upgrade pandas
pip install --upgrade pandas-datareader
Share:
13,895
Martingale
Author by

Martingale

Updated on June 19, 2022

Comments