bugfixing

This commit is contained in:
MuslemRahimi 2025-01-25 20:39:03 +01:00
parent 5dc5e30730
commit 66806f6c0b

View File

@ -286,7 +286,7 @@ etf_symbols = [row[0] for row in etf_cursor.fetchall()]
total_symbols = stocks_symbols + etf_symbols
for symbol in tqdm(['AAPL']):
for symbol in tqdm(total_symbols):
try:
data = aggregate_data_by_date(symbol)
data = prepare_data(data, symbol)