aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/import_quotes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/import_quotes.py b/python/import_quotes.py
index a76fb261..de1bbf6a 100644
--- a/python/import_quotes.py
+++ b/python/import_quotes.py
@@ -17,7 +17,7 @@ def convert(x):
except ValueError:
return None
-index_list = ['HY9', 'HY10'] + ['HY' + str(s) for s in range(15, 25)] + ['IG9'] + \
+index_list = ['HY9', 'HY10'] + ['HY' + str(s) for s in range(15, 26)] + ['IG9'] + \
['IG' + str(s) for s in range(16, 26)] + ['XO22', 'XO23', 'EU9'] + \
['EU' +str(s) for s in range(19, 25)]