screener
Find IDX stocks that match your saved Stockbit screen: list saved screen templates, inspect available metrics and index scopes, then run a template to get matching stocks with their metric values.
Instructions
Stockbit's stock screener — the user's own saved screens, and the results of running one.
Call with no arguments to list saved screens; pass template_id (and the type from the listing) to RUN one and get the matching stocks with their metric values. Running a screen is a read: nothing is created, edited or saved.
This is IDX-specific in a way no TradingView screener can match — the metric catalogue includes a Bandarmology group built on broker-level flow. Use catalogue to see what can be screened on, or presets for Stockbit's built-in Guru screens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | From the listing, e.g. TEMPLATE_TYPE_CUSTOM. Must match the template's own. | |
| limit | No | Cap the matches returned | |
| presets | No | Return Stockbit's built-in screens instead | |
| universe | No | Return the index scopes a screen can be limited to | |
| catalogue | No | Return the screenable-metric catalogue instead (large) | |
| template_id | No | Run this saved screen. Omit to list them. |