This is the v2 documentation and is no longer maintained. Please use the v3 documentation.
Skip to content

List Expirations ​

FreeValueStandardPro

REQUIRED

The Theta Terminal must be running to access data.

Behavior

Returns all expirations for an underlying root.
This endpoint is updated overnight.
Sample data contains partial output of the request as the full response to the request is too large to display on this webpage.

Sample URL

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

http://127.0.0.1:25510/v2/list/expirations?root=AAPL

Parameters ​

Query Parameters

rootRequired  -

The symbol of the security. Option underlyings for indices might have special tickers.

Type: string
use_csv  -

Output is in comma-separated values if true, legacy JSON if false.

Type: boolean (Default: false)

Responses ​

OK

Sample Code

py