NIFTY 50 NSE Index Price
NIFTY NSE Index Historical Time Series Data | 2007 - 2024
@kaggle.archismancoder_nifty_50_nse
NIFTY NSE Index Historical Time Series Data | 2007 - 2024
@kaggle.archismancoder_nifty_50_nse
CREATE TABLE nsei (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" DOUBLE
);
Anyone who has the link will be able to view this.