get_value_stock_screen
Identify undervalued Japanese stocks near their 52-week low with low PER/PBR, high forward dividend yield, and forecasted profit increase. Filter by market, sector, and date.
Instructions
Screen value stocks near their 52-week low with high forward dividend yield and a profit-increase forecast (年安・割安・高配当・好決算スクリーニング). All plans.
Use for 年安 割安 高配当 好決算, 年安圏の割安高配当株, バリュー株総合スクリーニング, value stocks near 52-week low, undervalued high-dividend profit-growth screen. ALL criteria must hold: close within near_low_pct % of the split-adjusted 52-week low (or a fresh 52w low touched that day), PER < max_per AND PBR < max_pbr (latest FY EPS/BPS, split-adjusted), forward dividend yield
= min_yield % (NxFDivAnn > FDivAnn priority, same as get_dividend_yield_ranking), and — by default — a forward net-profit forecast above the latest FY actual (NxFNp/FNP > NP = 増益予想). REITs are excluded (different accounting semantics; use get_dividend_yield_ranking for REIT yields). For a single criterion use get_valuation_ranking / get_dividend_yield_ranking / detect_52w_high_low. Included in get_market_briefing as the value_screen section. Each item also carries margin_ratio (信用倍率 = LongVol/ShrtVol, latest weekly margin interest) and margin_date — null on Free/Light plans or when the stock has no margin data.
[Supported plans] Free / Light / Standard / Premium (cache-only, no API call)
Args: n: Stocks to return (1–100, default 20). near_low_pct: Max % distance of close above the 52-week low (0–100, default 5.0). max_per: PER upper bound, exclusive (default 15.0). Net-loss stocks (EPS<=0) never match. max_pbr: PBR upper bound, exclusive (default 1.0). Negative-book stocks (BPS<=0) never match. min_yield: Minimum forward dividend yield % (default 3.5). require_profit_increase: Require forward net profit > latest FY actual, both disclosed (default True). disc_months: Max disclosure age in months for financials and dividend forecasts (default 18). market: "prime" / "standard" / "growth" / "tokyo_pro" (default all). sector: S33 sector code filter (default all). date: Trading date (YYYY-MM-DD or YYYYMMDD, default latest cached).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No | ||
| date | No | ||
| market | No | ||
| sector | No | ||
| max_pbr | No | ||
| max_per | No | ||
| min_yield | No | ||
| disc_months | No | ||
| near_low_pct | No | ||
| require_profit_increase | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||