I followed the example code from this link: https://pandas-datareader.readthedocs.io/en/latest/remote_data.html#google-finance, and it throws an error.
This is the error:
RemoteDataError: Unable to read URL: http://www.google.com/finance/historical?q=F&startdate=Jan+01%2C+2010&enddate=Jan+27%2C+2013&output=csv
Is this method now broken or something? This was working fine yesterday.