# Delivery surge — NSE scan

> Over 65% of a heavy day's volume taken to demat. Buyers who intend to hold, not day traders — and a figure most screeners do not expose as a field at all.

Canonical: https://patternsradar.com/screener/delivery-surge

```sift
where delivery_pct > 65
  and volume > 1.5x avg(volume, 20)
  and change > 1
```

NSE publishes, for every stock every day, how much of the traded volume was actually delivered to a demat account rather than squared off intraday. High delivery on high volume means the buying was done by people taking the stock home — the single most useful field in the dataset, and one most screeners show as a column rather than let you scan and backtest on.

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

Guides: [Screen NSE stocks with Claude over MCP](https://patternsradar.com/blog/screen-nse-stocks-with-claude-mcp.md), [Choosing a stock screener: what to look for](https://patternsradar.com/blog/chartink-alternative-with-backtesting.md).

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/delivery-surge.
