Baselight

NIFTY 200 INDEX OHLC (2017 - 2019)

NIFTY 200 INDEX OHLC (2017 - 2019)

@kaggle.ishantj_nifty_200_index_ohlc_2017_2019

Loading...
Loading...

About this Dataset

NIFTY 200 INDEX OHLC (2017 - 2019)

This is Open High Low Close Data for Index NIFTY 200 on minute Resolution.
Columns Description :
Date - it Contains Date in format (DD/MM/YYYY)
Time - Timestamp (HH:MM:SS) [24 Hours Time Format]
Open - Open Price of One minute Candle
High - High Price of One minute Candle
Low - Low Price of One minute Candle
Close - Close Price of One minute Candle

Tables

Nifty 200

@kaggle.ishantj_nifty_200_index_ohlc_2017_2019.nifty_200
  • 2.58 MB
  • 276567 rows
  • 6 columns
Loading...

CREATE TABLE nifty_200 (
  "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.