detect_consecutive_dividend_increase
Screen Japanese stocks for consecutive annual dividend increases. Specify minimum years and optional cutoff date for lookahead-free backtesting.
Instructions
Screen for stocks with consecutive annual dividend increases (連続増配). All plans.
Use for 連続増配・dividend growth・増配継続 queries. NOTE: consecutive dividend growth alone does NOT guarantee outperformance on a risk-adjusted basis. Consider combining results with yield and payout ratio filters for investment decisions.
[Supported plans] Free / Light / Standard / Premium (cache-only, no API call)
Args: min_years: Minimum number of consecutive years of dividend increase (default 10). as_of_date: Cut-off date for disclosures (YYYY-MM-DD or YYYYMMDD). Disclosures after this date are excluded, enabling lookahead-free back-testing. Defaults to all available data.
Returns: Matching stocks sorted by consecutive_years descending. Each item contains code, name, consecutive_years, latest_div_ann (split-adjusted, current per-share), latest_fy_end, and a history list of recent years.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_years | No | ||
| as_of_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||