Baselight

NIFTY 500 INDEX OHLC (2017 - 2019)

NIFTY 500 INDEX OHLC (2017 - 2019)

@kaggle.ishantj_nifty_500_index_ohlc_2017_2019

Nifty 500
@kaggle.ishantj_nifty_500_index_ohlc_2017_2019.nifty_500

  • 2.81 MB
  • 276567 rows
  • 6 columns
date

Date

time

Time

open

Open

high

High

low

Low

close

Close

02/01/201709:07:597007.47007.47007.47007.4
02/01/201709:08:597007.47007.47007.47007.4
02/01/201709:09:597007.47007.47007.47007.4
02/01/201709:10:597007.47007.47007.47007.4
02/01/201709:11:597007.47007.47007.47007.4
02/01/201709:12:597007.47007.47007.47007.4
02/01/201709:13:597007.47007.47007.47007.4
02/01/201709:14:597007.47009.17001.47001.4
02/01/201709:15:597001.857003.756996.056998.25
02/01/201709:16:596998.46999.86996.156996.15

CREATE TABLE nifty_500 (
  "date" VARCHAR,
  "time" VARCHAR,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE
);

Share link

Anyone who has the link will be able to view this.