# Most active by turnover — NSE scan

> The fifty names where the most money changed hands today, over ₹50 crore each.

Canonical: https://patternsradar.com/screener/most-active

```sift
where turnover > 50cr
sort by turnover desc
top 50
```

Not a setup — a map. Turnover is close times volume, and ranking by it answers the first question of any session: where was the market actually trading today? Institutions cannot hide in this list the way they can in a percentage-change table, because a 1% move on ₹900 crore of turnover is a bigger event than a 12% move on ₹4 crore. The names at the top are where the day's arguments happened.

Category: [Momentum](https://patternsradar.com/scans/momentum.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/most-active.
