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.
Parameters
Query Parameters
rootRequired -
The underlying root to list expirations for.
Type: string (Default: AAPL)
Responses
OK
JSON
{
"header": {
"id": 0,
"latency_ms": 0,
"error_type": "string",
"error_msg": "string",
"format": [
"date"
]
},
"response": [
20241011,
20241018
]
}
Sample Code
py