Skip to content

Commit

Permalink
Issue #394: Fixed google url
Browse files Browse the repository at this point in the history
  • Loading branch information
soon committed Sep 21, 2017
1 parent 331e389 commit eac67a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas_datareader/google/daily.py
Expand Up @@ -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 = {
Expand Down

0 comments on commit eac67a4

Please sign in to comment.