# Earnings growth with revenue behind it — NSE scan

> Latest quarter profit up 25% on the year with revenue up 15% — growth the top line can explain.

Canonical: https://patternsradar.com/screener/earnings-growth

```sift
where profit_growth_yoy > 25
  and revenue_growth_yoy > 15
```

Profit growth alone is the easiest number to flatter: a tax writeback, an asset sale, a soft base quarter. Requiring revenue growth alongside filters for the version that lasts — more business, not just better accounting. Both numbers compare the latest filed quarter to the same quarter a year earlier, counted from the filing date, so the scan sees each result exactly when the market did. The base-effect caveat survives the filter — a company recovering from a terrible year still posts spectacular percentages — which the revenue leg tempers but cannot eliminate.

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/earnings-growth.
