Pandas data reader has some problem recently and has a unofficial fix. How can I update in PA?
https://github.com/pydata/pandas-datareader/issues/315
$ git clone https://github.com/rgkimball/pandas-datareader
$ cd pandas-datareader
$ git checkout fix-yahoo
$ pip install -e