List Strikes
FreeValueStandardPro
REQUIRED
The Theta Terminal must be running to access data.
Behavior
List all strike prices that are traded for an underlying root and expiration date. The strike price in 1/10th of a cent. A $140.00 strike price would be 140000.
This endpoint is updated overnight.
Sample URL
Paste the URL below into your browser while the Theta Terminal is running.
http://127.0.0.1:25510/v2/list/strikes?root=AAPL&exp=20220930
Parameters
Query Parameters
rootRequired -
The symbol of the security. Option underlyings for indices might have special tickers.
Type: string
expRequired -
The expiration date of the option contract formatted as YYYYMMDD.
Type: integer
use_csv -
Output is in comma-separated values if true
, legacy JSON if false
.
Type: boolean (Default: false)
Responses
OK
Sample Code
py