ww-hub-user
Results
1
comments of
ww-hub-user
I found that when running the following code on EC2: `stockNames = ['A', 'AAA', 'AAPL', 'NVDA', 'CNQ', 'SNA', 'META'] for stockName in stockNames: Ticker = yf.Ticker(stockName) # Get dividend and...