Baselight

NIFTY-50 Data -2016-2021

National Stock Exchange Dataset - NIFTY 50 data

@kaggle.deb009_nifty50_data_20162021

Loading...
Loading...

About this Dataset

NIFTY-50 Data -2016-2021

Context

The dataset is for educational purposes only. It is fetched to track how the NIFTY 50 data over a period of time.

Content

It has data of NIFTY 50 from 2016 to 2021.

Inspiration

Stock market analysts can use the data to create cool analysis on this time series data.

Tables

Nifty 50 Data 2016–2021

@kaggle.deb009_nifty50_data_20162021.nifty_50_data_2016_2021
  • 64.7 KB
  • 1337 rows
  • 7 columns
Loading...

CREATE TABLE nifty_50_data_2016_2021 (
  "date" VARCHAR,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "shares_traded" BIGINT,
  "turnover_rs_cr" DOUBLE
);

Share link

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