Stock OI Change
Returns the tickers contracts' OI change data ordered by absolute OI change.
get/api/stock/{ticker}/oi-change
Path parameters
tickerstring required
Query parameters
datestring date
limitinteger
order'desc' | 'asc'
Response
A list of option contracts with their OI change relative to the previous day.
Example response
[
{
"avg_price": "30.0543738131838322",
"curr_date": "2024-01-09",
"curr_oi": 35207,
"last_ask": "34.00",
"last_bid": "32.90",
"last_date": "2024-01-08",
"last_fill": "33.50",
"last_oi": 2119,
"oi_change": "15.6149126946672959",
"oi_diff_plain": 33088,
"option_symbol": "MSFT240315C00350000",
"percentage_of_total": "0.08879378869021333312",
"prev_ask_volume": 32861,
"prev_bid_volume": 235,
"prev_mid_volume": 81,
"prev_multi_leg_volume": 32762,
"prev_neutral_volume": 81,
"prev_total_premium": "99711396.00",
"rnk": 74,
"trades": 187,
"underlying_symbol": "MSFT",
"volume": 33177
}
]