Yahoo Finance API Ticker
Jump to navigation
Jump to search
Internal
Overview
Ticker info
returns the current day data, except the closing price, even after the market closed and the price should have been available. To get the closing price, use either Ticker.history()
or download()
.
yf.Ticker('AAPL').history(period='1d')['Close'].iloc[0]
Keys
General
symbol, underlyingSymbol
'FCOM'
longName
'Fidelity MSCI Communication Services Index ETF'
shortName
31 characters?
exchange
'PCX'
category
The sector ('Communications')
currency
'USD'
quoteType
'ETF'
Pricing Data
currentPrice, regularMarketPrice
Did not show up when the market as closed.