Baselight

NIFTY 50 NSE Index Price

NIFTY NSE Index Historical Time Series Data | 2007 - 2024

@kaggle.archismancoder_nifty_50_nse

Loading...
Loading...

About this Dataset

NIFTY 50 NSE Index Price

This dataset contains historical data of the NSE main Index NIFTY 50 which lists the top 50 companies in India. It contains the opening, closing, high, low, adj close, volume data of the NIFTY 50 index from 2007 to 2024.

Tables

Nsei

@kaggle.archismancoder_nifty_50_nse.nsei
  • 187.27 KB
  • 4172 rows
  • 7 columns
Loading...

CREATE TABLE nsei (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" DOUBLE
);

Share link

Anyone who has the link will be able to view this.