Baselight

NIFTY 500 INDEX OHLC (2017 - 2019)

NIFTY 500 INDEX OHLC (2017 - 2019)

@kaggle.ishantj_nifty_500_index_ohlc_2017_2019

Loading...
Loading...

About this Dataset

NIFTY 500 INDEX OHLC (2017 - 2019)

This is Open High Low Close Data for Index NIFTY 500 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 500

@kaggle.ishantj_nifty_500_index_ohlc_2017_2019.nifty_500
  • 2.81 MB
  • 276567 rows
  • 6 columns
Loading...

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.