Skip to content

Strikes (v3)

FreeValueStandardPro

REQUIRED

The v3 Theta Terminal must be running to access data.

Lists all strikes that are available for an option with a given symbol and expiration date.
This endpoint is updated overnight.

Sample URL

Paste the URL below into your browser while the Theta Terminal is running.

List all strikes for an option with a given symbol and expiration date
http://localhost:25503/v3/option/list/strikes?symbol=AAPL&expiration=20220930

Query Parameters

symbolRequired  -

The stock or index symbol, or underlying symbol for options. Specify '*' for all symbols or a comma separated list when appropriate.

Type: array
expirationRequired  -

The expiration of the contract in YYYY-MM-DD or YYYYMMDD format.

Type: string
format  -

The format of the data when returned to the user.

Type: string (Default: csv)
Enumcsv, json, ndjson

Sample Code

py