Skip to main content

Equity Undervalued Growth


Implementation details

Class names

Model nameParameters classData class
EquityUndervaluedGrowthEquityUndervaluedGrowthQueryParamsEquityUndervaluedGrowthData

Import Statement

from openbb_core.provider.standard_models. import (
EquityUndervaluedGrowthData,
EquityUndervaluedGrowthQueryParams,
)

Parameters

sort: Literal['asc', 'desc']

Sort order. Possible values: 'asc', 'desc'. Default: 'desc'.

Default: desc

Optional: True

Data

symbol: str

Symbol representing the entity requested in the data.

name: str

Name of the entity.

price: float

Last price.

change: float

Change in price.

percent_change: float

Percent change.

volume: Union[int, float]

The trading volume.