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
}
]
}