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
providerLiteral['tmx', 'yfinance']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'tmx' if there is no default.tmxTrue

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.