Nifty 50 Stock Market Dataset (2018-2023)
Comprehensive Data on Nifty 50 Stocks from 2018 to August 2023
@kaggle.codekalimi_nifty_50_2018_2023
Comprehensive Data on Nifty 50 Stocks from 2018 to August 2023
@kaggle.codekalimi_nifty_50_2018_2023
CREATE TABLE nifty50 (
"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.