Baselight

NSE India Stocks (Indices)

1 minute intraday datasets

@kaggle.ramamet4_nse_stocks_database

Nifty50
@kaggle.ramamet4_nse_stocks_database.nifty50

  • 3.83 MB
  • 352920 rows
  • 7 columns
index

Index

date

Date

time

Time

open

Open

high

High

low

Low

close

Close

NIFTY2013040109:165701.155704.655694.35697
NIFTY2013040109:175697.055698.355695.655697.5
NIFTY2013040109:185697.95697.95690.65692.15
NIFTY2013040109:195691.655694.75691.655693.9
NIFTY2013040109:205694.45695.055693.355694.55
NIFTY2013040109:215694.15700.055694.15697.2
NIFTY2013040109:225697.255701.45697.15700.3
NIFTY2013040109:235700.355700.355697.25699.25
NIFTY2013040109:245699.25701.555697.755701.25
NIFTY2013040109:255701.35701.95698.255698.7

CREATE TABLE nifty50 (
  "index" VARCHAR,
  "date" BIGINT,
  "time" VARCHAR,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE
);

Share link

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