Daily Options
GET
/options
Get tradable options for the day.
Parameters
Header Parameters
X-API-KEY*
Type
Requiredstring
Query Parameters
option_ticker*
Type
Requiredstring
page
Type
integer
page_size
Type
integer
min_strike
Type
string
max_strike
Type
string
min_expiration
Type
string
max_expiration
Type
string
status_overnight
Type
string
include_overnight_options_trading_date
(Optional) Set it to true to get overnight options trading date
Type
boolean
Responses
List of tradable options
application/json
JSON "options": [ { "symbol": "TSLA 251219P00200000", "symbol_root": "TSLA", "expiration": "2025-12-19", "strike": "200", "status_fractional": "active", "status_whole": "active", "type": "put", "contract_multiplier": "100" }, { "symbol": "TSLA 251219C00200000", "symbol_root": "TSLA", "expiration": "2025-12-19", "strike": "200", "status_fractional": "active", "status_whole": "active", "type": "call", "contract_multiplier": "100" }, { "symbol": "TSLA 240621C00683330", "symbol_root": "TSLA", "expiration": "2024-06-21", "strike": "683.33", "status_fractional": "inactive", "status_whole": "active", "type": "call", "contract_multiplier": "100" } ], "page": 1, "page_size": 3
{
}