detect_price_limit
Find stocks that hit the daily price limit (upper or lower) on a given trading date. Optionally filter by stock code to inspect its limit status.
Instructions
Find stocks that hit the daily price limit (ストップ高/安) on a trading day. All plans.
Use for ストップ高・ストップ安・値幅制限 queries. UL=1 → upper limit touched; LL=1 → lower. For volume spikes use detect_volume_surge; for VWAP pressure use compare_close_vs_vwap. Data available ~17:15 JST on trading days.
[Supported plans] Free / Light / Standard / Premium (cache-only, no API call)
Args: date: Trading date (YYYYMMDD or YYYY-MM-DD). code: Optional stock code. Omit to scan all stocks (returns only triggered rows). When a code is given, that stock's row is always returned, even if it did not hit the limit, so callers can read its UL/LL state directly. detail: Include full per-stock data array (default False).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| code | No | ||
| detail | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||