Naposledy aktivní 1730172743

knox revidoval tento gist 1730172743. Přejít na revizi

1 file changed, 8 insertions

yfinance-6.py(vytvořil soubor)

@@ -0,0 +1,8 @@
1 + import yfinance as yf
2 +
3 + tickers = yf.Tickers('msft aapl goog')
4 +
5 + # access each ticker using (example)
6 + tickers.tickers['MSFT'].info
7 + tickers.tickers['AAPL'].history(period="1mo")
8 + tickers.tickers['GOOG'].actions
Novější Starší