ETF Losers
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
ETFLosers | ETFLosersQueryParams | ETFLosersData |
Import Statement
from openbb_core.provider.standard_models. import (
ETFLosersData,
ETFLosersQueryParams,
)
Parameters
- standard
- wsj
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
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
Data
- standard
- wsj
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.
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.
bluegrass_channel
: str
Bluegrass channel.
country
: str
Country of the entity.
mantissa
: int
Mantissa.
type
: str
Type of the entity.
formatted_price
: str
Formatted price.
formatted_volume
: str
Formatted volume.
formatted_price_change
: str
Formatted price change.
formatted_percent_change
: str
Formatted percent change.
url
: str
The source url.