Screener Indicators
screener_indicatorsGet available screener indicator keys with units and default value ranges. Optionally narrow to stock-specific indicators by providing a symbol.
Instructions
Get all available screener indicator keys with units and default value ranges. Technical indicators include a tech_values field showing available options (e.g. macd_day: {category:[goldenfork,deadcross], period:[day,week]}). Optional symbol (e.g. AAPL.US) narrows to stock-specific indicators. Returns groups[]{group_name, indicators[]{id, key, name, unit, default_range{min,max}, tech_values?{key:[{value,label},...]}}}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | Optional security symbol to filter indicators for a specific stock, e.g. "AAPL.US" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groups | No | Indicator metadata grouped by category. |