detect_52w_high_low_range
Detect 52-week high and low breakouts across a date range. Scan multi-day periods in one call instead of repeated single-day queries.
Instructions
Scan 52-week high/low breakouts (52週高値/安値) across a date range. All plans.
Use this instead of repeated detect_52w_high_low calls for multi-day queries. Issue one range call — splitting into parallel range calls defeats the purpose. date_from must be within the past 52 weeks. Data available ~17:15 JST on trading days.
[Supported plans] Free / Light / Standard / Premium (cache-only, no API call)
Args: date_from: Range start inclusive (YYYYMMDD or YYYY-MM-DD). Within past 52 weeks. date_to: Range end inclusive (YYYYMMDD or YYYY-MM-DD). code: Optional stock code (bypasses pre-computed cache when set). window_sessions: See detect_52w_high_low (default 252). min_prior_sessions: See detect_52w_high_low (default 60). detail: Include full per-stock data array (default False).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_from | Yes | ||
| date_to | Yes | ||
| code | No | ||
| window_sessions | No | ||
| min_prior_sessions | No | ||
| detail | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||