NSE Future And Options Dataset 3M
Future and Options Data from NSE Website for past 3 Months
@kaggle.sunnysai12345_nse_future_and_options_dataset_3m
Future and Options Data from NSE Website for past 3 Months
@kaggle.sunnysai12345_nse_future_and_options_dataset_3m
CREATE TABLE n_3mfanddo (
"unnamed_0" BIGINT,
"instrument" VARCHAR,
"symbol" VARCHAR,
"expiry_dt" TIMESTAMP,
"strike_pr" DOUBLE,
"option_typ" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"settle_pr" DOUBLE,
"contracts" DOUBLE,
"val_inlakh" DOUBLE,
"open_int" DOUBLE,
"chg_in_oi" DOUBLE,
"timestamp" TIMESTAMP
);
Anyone who has the link will be able to view this.