price_bands
Check a stock's IDX auto-rejection bands (ARA/ARB) and foreign net flow directly from the orderbook payload, with missing fields reported as null instead of zero.
Instructions
The IDX auto-rejection band (ARA/ARB) and the session's foreign flow for a stock.
A stock at its ARA has no seller at any price and one at its ARB has no buyer — "1,200 and rising" means something different when 1,200 IS the ceiling. Costs no extra request: these fields already arrive inside the orderbook response.
A field that was not in the payload is reported as null and named in missing, never as zero — zero is a real value for foreign net flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | IDX ticker, e.g. BBRI |