v36

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

Max Pain

Returns the max pain for all expirations for the given ticker for the last 120 days.

get/api/stock/{ticker}/max-pain

Path parameters

tickerstring required

Response

A list of max pain values for the given ticker.

datestring date

Example response

[
  {
    "date": "2023-09-08",
    "values": [
      [
        "2024-03-04",
        "473"
      ],
      [
        "2024-03-05",
        "472"
      ]
    ]
  }
]