# Promoters buying — NSE scan

> Promoter stake up over half a percentage point last quarter, in a stock holding its long-term trend.

Canonical: https://patternsradar.com/screener/promoter-buying

```sift
where promoter_change_qoq > 0.5
  and close > sma(200)
```

Promoters know their company better than any outside analyst, and they raise their stake with their own money for exactly one reason. A half-point increase in a single quarter is a deliberate act, not drift. The trend filter keeps the list to stocks the market already agrees with — insider buying into a broken chart is a different, harder trade.

Category: [Fundamentals](https://patternsradar.com/scans/fundamentals.md). Default universe: top 500 NSE stocks by 20-day turnover.

The rendered page runs this scan against the latest session and can replay it across the last 250 sessions to measure its hit rate: https://patternsradar.com/screener/promoter-buying.
