Skip to main content

info

ETF Information Overview.

Examples

from openbb import obb
obb.etf.info(symbol='SPY', provider='fmp')
# This function accepts multiple tickers.
obb.etf.info(symbol='SPY,IWM,QQQ,DJIA', provider='fmp')

Parameters

NameTypeDescriptionDefaultOptional
symbolUnion[str, List[str]]Symbol to get data for. (ETF) Multiple items allowed for provider(s): fmp, intrinio, tmx, yfinance.False

Returns

OBBject
results : List[EtfInfo]
Serializable results.

provider : Optional[Literal['fmp', 'intrinio', 'tmx', 'yfinance']]
Provider name.

warnings : Optional[List[Warning_]]
List of warnings.

chart : Optional[Chart]
Chart object.

extra : Dict[str, Any]
Extra info.

Data

NameTypeDescription
symbolstrSymbol representing the entity requested in the data. (ETF)
namestrName of the ETF.
descriptionstrDescription of the fund.
inception_datestrInception date of the ETF.