Month Performers
Returns the tickers with the highest performance in terms of price change in the given month.
get/api/seasonality/{month}/performers
Path parameters
monthinteger required
Query parameters
limitinteger
min_oiinteger
min_yearsinteger
order'ticker' | 'month' | 'positive_closes' | 'years' | 'positive_months_perc' | 'median_change' | 'avg_change' | 'max_change' | 'min_change'
Example:ticker
order_direction'asc' | 'desc'
s_p_500_nasdaq_onlyboolean
ticker_for_sectorstring
Response
Tickers with highest performance for the month
Example response
{
"data": [
{
"avg_change": 0.0592,
"marketcap": "19427901578",
"max_change": 0.1104,
"median_change": 0.0639,
"min_change": 0.0091,
"month": 5,
"positive_closes": 11,
"positive_months_perc": 1.1,
"sector": "Healthcare",
"ticker": "ICLR",
"years": 10
}
]
}