NSE - Nifty 50 Index Minute Data (2015 To 2024)
Nifty 50 index (OHLC) data for 1min data - Weekly Updated
@kaggle.debashis74017_nifty_50_minute_data
Nifty 50 index (OHLC) data for 1min data - Weekly Updated
@kaggle.debashis74017_nifty_50_minute_data
CREATE TABLE nifty_200_minute (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" BIGINT
);
Anyone who has the link will be able to view this.