Baselight

National Stock Exchange Dataset - Sensex

5 years of National Stock Price data (January 2016 to June 2021) of Sensex

@kaggle.sumandey_national_stock_exchange_dataset_sensex

Loading...
Loading...

About this Dataset

National Stock Exchange Dataset - Sensex

Context

The dataset is for educational purposes only. It is fetched to measure how the stock market is doing in India.

Content

It has 5 years of stock data fetched from the National Stock Exchange.

Inspiration

Traders or Stock market analysts are welcomed to present some cool analysis on this time series data.

Tables

Nse Sensex

@kaggle.sumandey_national_stock_exchange_dataset_sensex.nse_sensex
  • 2.63 MB
  • 40292 rows
  • 15 columns
Loading...

CREATE TABLE nse_sensex (
  "date" TIMESTAMP,
  "symbol" VARCHAR,
  "series" VARCHAR,
  "prev_close" DOUBLE,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "last" DOUBLE,
  "close" DOUBLE,
  "vwap" DOUBLE,
  "volume" BIGINT,
  "turnover" DOUBLE,
  "trades" BIGINT,
  "deliverable_volume" BIGINT,
  "n__deliverble" DOUBLE
);

Share link

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