Skip to main content

Etf Equity Exposure


Implementation details

Class names

Model nameParameters classData class
EtfEquityExposureEtfEquityExposureQueryParamsEtfEquityExposureData

Import Statement

from openbb_core.provider.standard_models.etf_equity_exposure import (
EtfEquityExposureData,
EtfEquityExposureQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
symbolUnion[str, List[str]]Symbol to get data for. (Stock) Multiple items allowed for provider(s): fmp.False
providerLiteral['fmp']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
equity_symbolstrThe symbol of the equity requested.
etf_symbolstrThe symbol of the ETF with exposure to the requested equity.
sharesfloatThe number of shares held in the ETF.
weightfloatThe weight of the equity in the ETF, as a normalized percent.
market_valueUnion[int, float]The market value of the equity position in the ETF.