Skip to content

Daily Options

GET
/options

Get tradable options for the day.

Parameters

Header Parameters

X-API-KEY*
Type
string
Required

Query Parameters

option_ticker*
Type
string
Required
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
}

Playground

Headers
Variables
Key
Value

Samples

Powered by VitePress OpenAPI