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
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
);
Anyone who has the link will be able to view this.