Unusual Whales UnusualWhales API

Top Volatility Character

GET https://api.unusualwhales.com/api/volatility/character/top

Request

Security: Bearer Auth Authorization: Bearer <token>

Query Parameters

date Optional Market Date optional

A trading date in the format of YYYY-MM-DD. This is optional and by default the last trading date.

Example: 2024-01-18
limit integer optional

Max rows (default 50, max 200).

sort string optional

`half_life` (default), `hurst`, or `neg_entropy`.

dir string optional

`asc` (default) or `desc`.

Responses

200 422 500
Try It GET
Query Parameters

Request Sample
curl -X GET "https://api.unusualwhales.com/api/volatility/character/top" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Accept: application/json"
Response Example 200
{}