Skip to main content

ETF Gainers


Implementation details

Class names

Model nameParameters classData class
ETFGainersETFGainersQueryParamsETFGainersData

Import Statement

from openbb_core.provider.standard_models. import (
ETFGainersData,
ETFGainersQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
sortLiteral['asc', 'desc']Sort order. Possible values: 'asc', 'desc'. Default: 'desc'.descTrue
limitintThe number of data entries to return.10True
providerLiteral['wsj']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'wsj' if there is no default.wsjTrue

Data

NameTypeDescription
symbolstrSymbol representing the entity requested in the data.
namestrName of the entity.
last_pricefloatLast price.
percent_changefloatPercent change.
net_changefloatNet change.
volumefloatThe trading volume.
datedateThe date of the data.