Skip to content

Commit

Permalink
BUG: Update Google URL
Browse files Browse the repository at this point in the history
  • Loading branch information
David Stephens committed Oct 1, 2017
1 parent 3062469 commit 7d8803d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas_datareader/google/daily.py
Original file line number Diff line number Diff line change
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

2 comments on commit 7d8803d

@matheuscouto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@MaricheloGv
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Please sign in to comment.