Last active 1730172743

yfinance-6.py Raw
1import yfinance as yf
2
3tickers = yf.Tickers('msft aapl goog')
4
5# access each ticker using (example)
6tickers.tickers['MSFT'].info
7tickers.tickers['AAPL'].history(period="1mo")
8tickers.tickers['GOOG'].actions