Baselight

NSE - Nifty 50 Index Minute Data (2015 To 2024)

Nifty 50 index (OHLC) data for 1min data - Weekly Updated

@kaggle.debashis74017_nifty_50_minute_data

Nifty Cpse Minute
@kaggle.debashis74017_nifty_50_minute_data.nifty_cpse_minute

  • 9.09 MB
  • 496658 rows
  • 6 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

Mon Nov 09 2015 09:15:00 GMT+0000 (Coordinated Universal Time)6863.556863.556842.66855.5
Mon Nov 09 2015 09:16:00 GMT+0000 (Coordinated Universal Time)6855.56868.756855.56864.2
Mon Nov 09 2015 09:17:00 GMT+0000 (Coordinated Universal Time)6864.26885.256864.26885.25
Mon Nov 09 2015 09:18:00 GMT+0000 (Coordinated Universal Time)6885.256889.156881.556888.85
Mon Nov 09 2015 09:19:00 GMT+0000 (Coordinated Universal Time)6888.856888.856873.856873.85
Mon Nov 09 2015 09:20:00 GMT+0000 (Coordinated Universal Time)6873.856883.46873.856879.75
Mon Nov 09 2015 09:21:00 GMT+0000 (Coordinated Universal Time)6881.556899.156878.66896.35
Mon Nov 09 2015 09:22:00 GMT+0000 (Coordinated Universal Time)6896.356897.956895.056897.45
Mon Nov 09 2015 09:23:01 GMT+0000 (Coordinated Universal Time)6897.456897.456886.56886.5
Mon Nov 09 2015 09:24:01 GMT+0000 (Coordinated Universal Time)6886.56892.26885.556892.2

CREATE TABLE nifty_cpse_minute (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" BIGINT
);