Is there a way to do it on tfinance like something like this...
import yfinance as yf
data = yf.download(tickers='ALL')
I would like them all in a list and would like to get the most up to date ticker symbols
Cheers
Is there a way to do it on tfinance like something like this...
import yfinance as yf
data = yf.download(tickers='ALL')
I would like them all in a list and would like to get the most up to date ticker symbols
Cheers