# High promoter holding in an uptrend — NSE scan

> Promoters holding over 70% and the price above its 200-day average — tight float, aligned owners.

Canonical: https://patternsradar.com/screener/high-promoter-holding

```sift
where promoter_pct > 70 and close > sma(200)
```

When promoters hold seventy percent, the tradable float is thin and the people with the most information have the most to lose. In an uptrend that combination compounds: modest buying moves a tight float further than it would a wide one. The cost is liquidity — these stocks move fast in both directions — which is exactly what the liquidity-ranked universe tier is limiting.

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/high-promoter-holding.
