seasonality
Get month-by-month seasonal price behavior for one IDX stock across a fixed ten-year lookback in a single request. Identify historical calendar-month patterns to inform your analysis.
Instructions
Month-by-month seasonal price behaviour for one IDX stock: how it has done in each calendar month across Stockbit's fixed ten-year lookback, in ONE request.
year is the END of that lookback, not a number of years — omit it and the current year is sent, because the endpoint rejects the request outright without one.
back_year is passed through unchanged. Stockbit's own client sends it and this project has not observed whether it means a start year or a count of years back, so do not read meaning into it; it is accepted so the parameter is reachable, not because its effect is known.
PENDING: the response shape is unverified, so nothing is renamed — data is exactly what Stockbit returned. Read the field names out of it rather than assuming any. An empty or null data means Stockbit has no seasonality series for that symbol and year, which is normal for recently listed companies; it is not an error and not a reading of zero.
This is a price-history statistic, not a forecast, and it says nothing about why a month was strong.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | End year of the ten-year lookback (default: current year) | |
| symbol | Yes | IDX ticker, e.g. BBRI | |
| back_year | No | Stockbit's back_year parameter, passed through as given |