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
5 years of National Stock Price data (January 2016 to June 2021) of Sensex
@kaggle.sumandey_national_stock_exchange_dataset_sensex
The dataset is for educational purposes only. It is fetched to measure how the stock market is doing in India.
It has 5 years of stock data fetched from the National Stock Exchange.
Traders or Stock market analysts are welcomed to present some cool analysis on this time series data.
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 -- %DELIVERBLE
);Anyone who has the link will be able to view this.