Skip to main content

active

Get the most active ETFs.

Parameters

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

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

Default: desc

Optional: True


limit: int

The number of data entries to return.

Default: 10

Optional: True


Returns

results: list[ETFActive]

Serializable results.


provider: Optional[Literal['wsj']]

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.

last_price: float

Last price.

percent_change: float

Percent change.

net_change: float

Net change.

volume: float

The trading volume.

date: Union[date, str]

The date of the data.