NSE India Index Data Export

Download NSE Historical Index Data in Excel

Search NSE indices by name, choose a date range, and download historical index values in a spreadsheet-ready Excel file.

Data is fetched directly from NSE India. Large date ranges may take longer.

Made by Dhruv Bhartiya. dhruvbhartiya.com

Key features

Pull the same index history flow used by NSE

The bot talks to the index-history endpoint behind the NSE India historical index page instead of relying on fragile page scraping.

Search across NSE index families

Autocomplete helps you find broad-market, sectoral, thematic, and strategy indices quickly.

Export clean Excel workbooks

Each download includes date, open, high, low, close, shares traded, and turnover with readable column widths.

Download NSE historical index data without manual cleanup

This tool is built for traders, investors, students, and analysts who need reliable historical index data from NSE India. Instead of manually copying market data into spreadsheets, you can export a ready-to-use Excel file in a few steps.

How the downloader works

Pick an NSE index, select your from and to dates, and start the download. The app fetches the data, combines multi-part requests when needed, and returns one Excel workbook for easier analysis.

Frequently asked questions

What does the downloader export?

It exports daily historical index fields returned by NSE for the selected index and date range, including price and activity metrics.

Can I use it for long date ranges?

Yes. The Python extractor splits longer requests into smaller date windows and combines them into one workbook.

Does the app need a separate backend?

Not for local use. The Next.js app can run the Python extractor directly, or you can point it to a deployed Lambda API.