Baselight

Nifty 50 Historical Data

Nifty 50 Historical Data. Indian Stock Market Historical Data

@kaggle.vaibhavshinde97_nifty_50_historical_data

Loading...
Loading...

About this Dataset

Nifty 50 Historical Data

Indian Stock Market Historical Data. In this xls file, I have loaded data from 11/6/1995 to 27/7/2023.
Please upvote if it was helpful. It will motivate me to update the dataset constantly. 😃

Tables

Nifty 50 Historical Data

@kaggle.vaibhavshinde97_nifty_50_historical_data.nifty_50_historical_data
  • 288.86 kB
  • 6,899 rows
  • 7 columns
Loading...
CREATE TABLE nifty_50_historical_data (
  "date" TIMESTAMP,
  "price" DOUBLE,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "volume" VARCHAR,
  "chg" DOUBLE  -- Chg%
);

Share link

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