NSE 200 Scripts OHLC Daily (2000-2022)
22 years of daily prices of 200 stocks.(NIFTY50, NIFTYNEXT50 ,NIFTYMIDCAP100)
@kaggle.bhavesh09_nse_200_scripts_ohlc_daily_20002022
22 years of daily prices of 200 stocks.(NIFTY50, NIFTYNEXT50 ,NIFTYMIDCAP100)
@kaggle.bhavesh09_nse_200_scripts_ohlc_daily_20002022
CREATE TABLE nifty_200_scripts (
"date" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" BIGINT,
"symbol" VARCHAR
);
Anyone who has the link will be able to view this.