I tried with the code below:
stock = yf.Ticker(ticker)
info = stock.info
totalShares = info.get('sharesOutstanding')
totalAssets=info.get('totalAssets')
I can not get total assets.
I tried with the code below:
stock = yf.Ticker(ticker)
info = stock.info
totalShares = info.get('sharesOutstanding')
totalAssets=info.get('totalAssets')
I can not get total assets.