Baselight

National Stock Exchange Dataset - Banking Sectors

5 years of National Stock Price data (January 2016 to May 2021) of several banks

@kaggle.sumandey_national_stock_exchange_banking_sectors

Loading...
Loading...

About this Dataset

National Stock Exchange Dataset - Banking Sectors

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 Banking Sector

@kaggle.sumandey_national_stock_exchange_banking_sectors.nse_banking_sector
  • 2.24 MB
  • 41231 rows
  • 15 columns
Loading...

CREATE TABLE nse_banking_sector (
  "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.