Skip to main content

info

ETF Information Overview.

Parameters

symbol: str | list[str]
Symbol to get data for. (ETF) Multiple items allowed for provider(s): fmp, intrinio, tmx, yfinance.


Returns

results: 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

symbol: str
Symbol representing the entity requested in the data. (ETF)

name: str | None
Name of the ETF.

issuer: str | None
Issuer of the ETF.

domicile: str | None
Domicile of the ETF.

website: str | None
Website of the ETF.

description: str | None
Description of the fund.

inception_date: date | None
Inception date of the ETF.