Skip to main content

Etf Info


Implementation details

Class names

Model nameParameters classData class
EtfInfoEtfInfoQueryParamsEtfInfoData

Import Statement

from openbb_core.provider.standard_models.etf_info import (
EtfInfoData,
EtfInfoQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
symbolUnion[str, List[str]]Symbol to get data for. (ETF) Multiple items allowed for provider(s): fmp, intrinio, tmx, yfinance.False
providerLiteral['fmp', 'intrinio', 'tmx', 'yfinance']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'fmp' if there is no default.fmpTrue

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.