Skip to main content

Equity Gainers


Implementation details

Class names

Model nameParameters classData class
EquityGainersEquityGainersQueryParamsEquityGainersData

Import Statement

from openbb_core.provider.standard_models. import (
EquityGainersData,
EquityGainersQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
sortLiteral['asc', 'desc']Sort order. Possible values: 'asc', 'desc'. Default: 'desc'.descTrue

Data

NameTypeDescription
symbolstrSymbol representing the entity requested in the data.
namestrName of the entity.
pricefloatLast price.
changefloatChange in price.
percent_changefloatPercent change.
volumeUnion[int, float]The trading volume.