Options positions with positive days-until-expiry (DTE). date is optional
(YYYY-MM-DD); omit it to get all open positions regardless of record date.
Request
No request body.
Response
[
{
"exp_date_str": "09-18-2026",
"record_date_str": "08-07-2026",
"dte": 19,
"record_date": "2026-08-07",
"exp_date": "2026-09-18",
"ticker": "INDI",
"symbol": "INDI260918P00004000",
"strike": 4.0,
"volume": 2.0,
"open_interest": 3.0,
"implied_volatility": 0.811,
"bs_sigma": 0.375,
"bs_call": 0.2,
"bs_put": 0.2,
"spec_perc_move": -0.01,
"bs_iv_call": 0.41,
"bs_iv_put": 0.35,
"last_option_price": 0.61,
"last_underlying_price": 4.04,
"side": "PUT",
"bias": "Long"
},
...
]