Skip to content

Commit

Permalink
MAINT: Updated yahoo url for SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
richafrank committed Mar 5, 2017
1 parent f90cd1c commit b965eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zipline/data/benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def format_yahoo_index_url(symbol, start_date, end_date):
Format a URL for querying Yahoo Finance for Index data.
"""
return (
'http://ichart.finance.yahoo.com/table.csv?' + urlencode({
'https://ichart.finance.yahoo.com/table.csv?' + urlencode({
's': symbol,
# start_date month, zero indexed
'a': start_date.month - 1,
Expand Down

0 comments on commit b965eb9

Please sign in to comment.