Add file containing list of all symbols currently being stored in OHLC table
This commit is contained in:
parent
3381e43250
commit
8f4c03e59b
15
ohlc/symbols_and_timeframes.py
Normal file
15
ohlc/symbols_and_timeframes.py
Normal file
@ -0,0 +1,15 @@
|
||||
symbols_and_timeframes = [
|
||||
('SPX.XO', '5m'),
|
||||
('SPX.XO', '1d'),
|
||||
('SPY', '5m'),
|
||||
('SPY', '1d'),
|
||||
('VIX.XO', '5m'),
|
||||
('VIX.XO', '1d'),
|
||||
('VVIX.XO', '5m'),
|
||||
('VVIX.XO', '1d'),
|
||||
('VIX1D.XO', '1d'),
|
||||
('VIX9D.XO', '1d'),
|
||||
('VIX3M.XO', '1d'),
|
||||
('VIX6M.XO', '1d'),
|
||||
('VIX1Y.XO', '1d')
|
||||
]
|
Loading…
Reference in New Issue
Block a user