diff --git a/pandas_datareader/google/daily.py b/pandas_datareader/google/daily.py index b232a072..e80aa703 100644 --- a/pandas_datareader/google/daily.py +++ b/pandas_datareader/google/daily.py @@ -31,7 +31,7 @@ class GoogleDailyReader(_DailyBaseReader): @property def url(self): - return 'http://www.google.com/finance/historical' + return 'http://finance.google.com/finance/historical' def _get_params(self, symbol): params = {