Unusual Trades Aggregate Stats
GET
https://api.unusualwhales.com/api/congress/unusual-trades/stats
Request
Security:
Bearer Auth
Authorization: Bearer <token>
Responses
200 422 500Response Body 200 OK
data
object
Aggregated unusual-trade statistics. Includes top politicians, party/chamber breakdowns, committee groups, industry groups, top tickers, biggest trades, and per-day trade volumes (with SPY benchmark).
date
string
type
string
Example:
overview
Try It
GET
Request Sample
curl -X GET "https://api.unusualwhales.com/api/congress/unusual-trades/stats" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"
Response Example
200
{
"data": null,
"date": "string",
"type": "overview"
}