v36

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2024-11-1856109168.6 KB

Price Change per Month per Year

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

get/api/seasonality/{ticker}/year-month

Path parameters

tickerstring required

Response

Yearly and monthly price changes for the ticker

Example response

{
  "data": [
    {
      "change": -0.0469,
      "month": 9,
      "year": 2023
    }
  ]
}