---
title: "Max Pain"
method: GET
path: "/api/stock/{ticker}/max-pain"
---

# Max Pain

`GET /api/stock/{ticker}/max-pain`

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

## Path parameters

- `ticker` string, required

## Response `200`

A list of max pain values for the given ticker.

- MaxPainEntry[]
  - `date` string, date
  - `values` array[]
    - string[]

## Other responses

- `422` — Validation Error
- `500` — Server Error

---

[API](https://skmtc.net/the-unnatural-group--llc/apis/tradesignals-api.md) · [All operations](https://skmtc.net/the-unnatural-group--llc/apis/tradesignals-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/the-unnatural-group--llc/tradesignals-api/revisions/0b37cadfb125/schema)
