get_advance_decline_ratio
Assess market overbought/oversold conditions by retrieving the advance/decline ratio for a given date and trailing period, with thresholds at 120 and 70.
Instructions
Return the advance/decline ratio (騰落レシオ) over the last period trading days. All plans.
Use for 騰落レシオ・市場過熱感 queries. >120 = overbought; <70 = oversold (general convention). For daily advance/decline counts use detect_price_change; for sector breakdown use get_sector_performance.
[Supported plans] Free / Light / Standard / Premium (cache-only, no API call)
Args: date: End date (YYYY-MM-DD or YYYYMMDD). period: Trailing trading days to accumulate (default 25).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| period | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||