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.
Example response
[
{
"date": "2023-09-08",
"values": [
[
"2024-03-04",
"473"
],
[
"2024-03-05",
"472"
]
]
}
]