Skip to main content

Equity Undervalued Large Caps


Implementation details

Class names

Model nameParameters classData class
EquityUndervaluedLargeCapsEquityUndervaluedLargeCapsQueryParamsEquityUndervaluedLargeCapsData

Import Statement

from openbb_core.provider.standard_models. import (
EquityUndervaluedLargeCapsData,
EquityUndervaluedLargeCapsQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
sortLiteral['asc', 'desc']Sort order. Possible values: 'asc', 'desc'. Default: 'desc'.descTrue
providerLiteral['yfinance']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'yfinance' if there is no default.yfinanceTrue

Data

NameTypeDescription
symbolstrSymbol representing the entity requested in the data.
namestrName of the entity.
pricefloatLast price.
changefloatChange in price value.
percent_changefloatPercent change.
volumefloatThe trading volume.