Last active 1730172743

Revision 2cc05986609254f0f2f82377efbd0e3c0bd1d7e6

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