Skip to main content

gainers

Get the top price gainers in the stock market.

Parameters

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

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

Default: desc

Optional: True


Returns

results: list[EquityGainers]

Serializable results.


provider: Optional[Literal['tmx', 'yfinance']]

Provider name.


warnings: Optional[list[Warning_]]

list of warnings.


chart: Optional[Chart]

Chart object.


extra: dict[str, Any]

Extra info.


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.