---
title: "Month Performers"
method: GET
path: "/api/seasonality/{month}/performers"
---

# Month Performers

`GET /api/seasonality/{month}/performers`

Returns the tickers with the highest performance in terms of price change in the given month.

## Path parameters

- `month` integer, required

## Query parameters

- `limit` integer
- `min_oi` integer
- `min_years` integer
- `order` 'ticker' | 'month' | 'positive_closes' | 'years' | 'positive_months_perc' | 'median_change' | 'avg_change' | 'max_change' | 'min_change'
- `order_direction` 'asc' | 'desc'
- `s_p_500_nasdaq_only` boolean
- `ticker_for_sector` string

## Response `200`

Tickers with highest performance for the month

- MonthPerformersResponse
  - `data` MonthPerformerEntry[]
    - `avg_change` number
    - `marketcap` string
    - `max_change` number
    - `median_change` number
    - `min_change` number
    - `month` integer
    - `positive_closes` integer
    - `positive_months_perc` number
    - `sector` 'Basic Materials' | 'Communication Services' | 'Consumer Cyclical' | 'Consumer Defensive' | 'Energy' | 'Financial Services' | 'Healthcare' | 'Industrials' | 'Real Estate' | 'Technology' | 'Utilities'
    - `ticker` string
    - `years` number

## 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)
