Working demo · live data

Real-time NSE indices, refreshing every 60 seconds

This page calls the NSE endpoint server-side and re-renders on a 60-second timer — the same mechanism a Google Sheet uses with a time-driven Apps Script trigger. Numbers below are live, not screenshots.

Last refresh loading… · Next in 60s · Source nseindia.com
IndexLastChange% OpenHighLowPrev close
Fetching live data…

Note on scope, stated honestly. NSE serves index data to servers reliably, but its per-stock quote endpoints sit behind bot protection that blocks datacentre requests — which is the part that usually breaks these sheets after a day or two. For individual stock prices I'd use Google Sheets' native GOOGLEFINANCE function, which is stable and needs no scraping, and note that it carries an exchange delay rather than pretending it is tick-live. Happy to walk through the trade-off.