screen_indices
Screen CSE sector/headline indices (ASPI, S&P SL20, and industry sub-indices) by the same pre-computed technical criteria as screen_stocks — moving-average position and relative-strength rating. There is no 52-week-range or volume filter here (those are not tracked for indices). Use this to find which sectors are in a sustained uptrend/downtrend, as distinct from get_indices/get_index_data which show a single day's performance. Returns CSV, one row per matching index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | YYYY-MM-DD. Defaults to the latest available trading date. | |
| sort | No | Column to sort by. Default rs_rating. | |
| limit | No | Max results (default 20, max 100). | |
| order | No | Sort direction. Default desc. | |
| above_ema21 | No | Filter by price above/below its 21-day exponential moving average. | |
| above_ema50 | No | Filter by price above/below its 50-day exponential moving average. | |
| above_sma10 | No | Filter by price above/below its 10-day simple moving average. | |
| above_ema200 | No | Filter by price above/below its 200-day exponential moving average (long-term trend filter). | |
| rs_rating_max | No | Maximum relative-strength rating (1-99). | |
| rs_rating_min | No | Minimum relative-strength rating (1-99 percentile rank vs. the whole market). E.g. 80+ for market leaders. | |
| change_pct_max | No | Maximum today's percent change. | |
| change_pct_min | No | Minimum today's percent change. |