top_retail
Track over $30B USD/day of individual investors trades.
It gives a daily view into retail activity and sentiment for over 9,500 US traded stocks, ADRs, and ETPs.
Parameters
- standard
- nasdaq
limit
: int
The number of data entries to return.
• Default: 5
• Optional: True
limit
: int
The number of data entries to return.
• Default: 5
• Optional: True
Returns
results
: list[TopRetail]
Serializable results.
provider
: Optional[Literal['nasdaq']]
Provider name.
warnings
: Optional[list[Warning_]]
list of warnings.
chart
: Optional[Chart]
Chart object.
extra
: dict[str, Any]
Extra info.
Data
- standard
- nasdaq
date
: Union[date, str]
The date of the data.
symbol
: str
Symbol representing the entity requested in the data.
activity
: float
Activity of the symbol.
sentiment
: float
Sentiment of the symbol. 1 is bullish, -1 is bearish.
date
: Union[date, str]
The date of the data.
symbol
: str
Symbol representing the entity requested in the data.
activity
: float
Activity of the symbol.
sentiment
: float
Sentiment of the symbol. 1 is bullish, -1 is bearish.