---
title: "Price Change per Month per Year"
method: GET
path: "/api/seasonality/{ticker}/year-month"
---

# Price Change per Month per Year

`GET /api/seasonality/{ticker}/year-month`

Returns the relative price change for all past months over multiple years.

## Path parameters

- `ticker` string, required

## Response `200`

Yearly and monthly price changes for the ticker

- YearMonthResponse
  - `data` YearMonthEntry[]
    - `change` number
    - `close` string
    - `month` integer
    - `open` string
    - `year` integer

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