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 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
The bot talks to the index-history endpoint behind the NSE India historical index page instead of relying on fragile page scraping.
Autocomplete helps you find broad-market, sectoral, thematic, and strategy indices quickly.
Each download includes date, open, high, low, close, shares traded, and turnover with readable column widths.
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.
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.
It exports daily historical index fields returned by NSE for the selected index and date range, including price and activity metrics.
Yes. The Python extractor splits longer requests into smaller date windows and combines them into one workbook.
Not for local use. The Next.js app can run the Python extractor directly, or you can point it to a deployed Lambda API.