List Strikes
FreeValueStandardPro
REQUIRED
The Theta Terminal must be running to access data.
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.
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 (Default: SPX)
expRequired -
The expiration date of the option contract formatted as YYYYMMDD.
Type: integer (Default: 20231103)
start_date -
The start date (inclusive) of the request formatted as YYYYMMDD.
Type: integer (Default: 20230915)
end_date -
The end date (inclusive) of the request formatted as YYYYMMDD.
Type: integer (Default: 20230915)
use_csv -
Uses CSV if true
, legacy JSON if false
.
Type: boolean (Default: false)
Sample Code
py