---
title: "Average Return per Month"
method: GET
path: "/api/seasonality/{ticker}/monthly"
---

# Average Return per Month

`GET /api/seasonality/{ticker}/monthly`

Returns the average return by month for the given ticker.

## Path parameters

- `ticker` string, required

## Response `200`

Monthly average returns for the ticker

- MonthlyAverageResponse
  - `data` MonthlyAverageEntry[]
    - `avg_change` number
    - `max_change` number
    - `median_change` number
    - `min_change` number
    - `month` integer
    - `positive_closes` integer
    - `positive_months_perc` number
    - `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)
