Skip to content

Commit 7d8803d

Browse files
author
David Stephens
committed
BUG: Update Google URL
1 parent 3062469 commit 7d8803d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas_datareader/google/daily.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class GoogleDailyReader(_DailyBaseReader):
3131

3232
@property
3333
def url(self):
34-
return 'http://www.google.com/finance/historical'
34+
return 'http://finance.google.com/finance/historical'
3535

3636
def _get_params(self, symbol):
3737
params = {

0 commit comments

Comments
 (0)