v1

latestOpenAPI 3.1.02026-07-2655154175.6 KB
Flow

Strike-level flow concentration

Where the directional money is going for {ticker}. Top-N strikes by selected ordering (premium, net premium, volume, etc.) with bullish/bearish premium split, ask/bid mix, and OI context. Includes a top-3 concentration summary.

get/v1/flow/{ticker}/strikes

Path parameters

tickerstring required
Example:SPY

Underlying ticker symbol (uppercase, e.g. SPY, AAPL).

Query parameters

start_timestring required
Example:2026-05-27T13:30:00Z

Lower bound of the window. Accepts RFC 3339 (2026-05-27T13:30:00Z) or Unix seconds.

end_timestring required
Example:2026-05-27T20:00:00Z

Upper bound of the window (RFC 3339 or Unix seconds).

top_ninteger

Number of strikes to return.

right'call' | 'put'

Restrict to calls or puts only.

min_premiumnumber double
order_by'net_premium' | 'total_premium' | 'volume'
min_dteinteger
max_dteinteger

Response

Top-N strike rollup.

Example response

{
  "meta": {
    "requestId": "d7574836"
  }
}