Nifty50 Data
See how the markets have moved over the years. Perform analysis,Prediction model
@kaggle.febinphilips_nifty50_data
See how the markets have moved over the years. Perform analysis,Prediction model
@kaggle.febinphilips_nifty50_data
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.