bugfixing
This commit is contained in:
parent
5dc5e30730
commit
66806f6c0b
@ -286,7 +286,7 @@ etf_symbols = [row[0] for row in etf_cursor.fetchall()]
|
|||||||
total_symbols = stocks_symbols + etf_symbols
|
total_symbols = stocks_symbols + etf_symbols
|
||||||
|
|
||||||
|
|
||||||
for symbol in tqdm(['AAPL']):
|
for symbol in tqdm(total_symbols):
|
||||||
try:
|
try:
|
||||||
data = aggregate_data_by_date(symbol)
|
data = aggregate_data_by_date(symbol)
|
||||||
data = prepare_data(data, symbol)
|
data = prepare_data(data, symbol)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user