v36

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2024-11-1856109168.6 KB

Retrieve Expiry Breakdown

Returns all expirations for the given trading day for a ticker.

get/api/stock/{ticker}/expiry-breakdown

Path parameters

tickerstring required
Example:AAPL

The ticker symbol.

Query parameters

datestring date
Example:2024-01-18

A trading date in the format YYYY-MM-DD. Defaults to the last trading date.

Response

Successful response with expiry breakdown data.

Example response

{
  "data": [
    {
      "chains": 12223,
      "expiry": "2023-12-22T00:00:00.000Z",
      "open_interest": 12223,
      "volume": 12223
    }
  ]
}