⚠ {{ error }}

⚡ Intraday Screener Indian Market · Live

Updated {{ lastUpdated }}
{{ idx.name }}
{{ fmt(idx.price) }}
{{ pct(idx.percentChange) >= 0 ? '+' : '' }}{{ pct(idx.percentChange).toFixed(2) }}%
🟢 Top Gainers
🔴 Top Losers
🔥 Most Active
⚡ Price Shockers
📊 52-Week
{{ filtered.length }} stocks
Loading…
Company {{ sortIcon('company_name') }} LTP {{ sortIcon('price') }} Chg% {{ sortIcon('percent_change') }} Net Chg {{ sortIcon('net_change') }} Volume {{ sortIcon('volume') }} High {{ sortIcon('high') }} Low {{ sortIcon('low') }} Rating {{ sortIcon('overall_rating') }}
No data
{{ s.company_name }}
{{ ric2sym(s.ric) }} · {{ s.exchange_type }}
₹{{ fmt(s.price) }} {{ numF(s.percent_change) >= 0 ? '+' : '' }}{{ numF(s.percent_change).toFixed(2) }}% {{ numF(s.net_change) >= 0 ? '+' : '' }}{{ fmt(s.net_change) }} {{ fmtVol(s.volume) }} ₹{{ fmt(s.high) }} ₹{{ fmt(s.low) }} {{ s.overall_rating || '—' }}
Stock {{ sortIcon('name') }} LTP {{ sortIcon('ltp') }} Chg {{ sortIcon('change') }} Chg% {{ sortIcon('changePercent') }} Volume {{ sortIcon('volume') }} High {{ sortIcon('high') }} Low {{ sortIcon('low') }}
No data
{{ s.company || s.name || s.symbol }}
{{ ric2sym(s.ticker || s.symbol) }}
₹{{ fmt(s.ltp || s.price) }} {{ numF(s.net_change || s.change) >= 0 ? '+' : '' }}{{ fmt(s.net_change || s.change) }} {{ numF(s.percent_change || s.changePercent) >= 0 ? '+' : '' }}{{ numF(s.percent_change || s.changePercent).toFixed(2) }}% {{ fmtVol(s.volume) }} ₹{{ fmt(s.high) }} ₹{{ fmt(s.low) }}
Stock {{ sortIcon('displayName') }} LTP {{ sortIcon('price') }} Chg {{ sortIcon('netChange') }} Chg% {{ sortIcon('percentChange') }} Deviation% {{ sortIcon('deviation') }} Volume {{ sortIcon('volume') }} Rating {{ sortIcon('overallRating') }}
No data
{{ s.displayName }}
{{ s.nseCode || ric2sym(s.ric) }}
₹{{ fmt(s.price) }} {{ numF(s.netChange) >= 0 ? '+' : '' }}{{ fmt(s.netChange) }} {{ numF(s.percentChange) >= 0 ? '+' : '' }}{{ numF(s.percentChange).toFixed(2) }}% {{ numF(s.deviation).toFixed(2) }}% {{ fmtVol(s.volume) }} {{ s.overallRating || '—' }}
Stock LTP 52W High 52W Low % from 52W {{ w52tab==='high' ? 'High' : 'Low' }}
No data
{{ s.company }}
{{ ric2sym(s.ticker) }}
₹{{ fmt(s.price) }} ₹{{ fmt(s['52_week_high']) }} ₹{{ fmt(s['52_week_low']) }} {{ w52tab==='high' ? (((numF(s.price) - numF(s['52_week_high'])) / numF(s['52_week_high'])) * 100).toFixed(2) + '%' : ('+' + (((numF(s.price) - numF(s['52_week_low'])) / numF(s['52_week_low'])) * 100).toFixed(2) + '%') }}