Baselight

NIFTY ALL STOCK Dataset

NIFTY 50, NIFTY BANK, NIFTY 500, RELIANCE, ZOMATO all equity dataset

@kaggle.akshaypawar7_nifty_dataset

Lauruslabs
@kaggle.akshaypawar7_nifty_dataset.lauruslabs

  • 42.4 KB
  • 525 rows
  • 12 columns
date

Date

symbol

Symbol

pre_close

Pre Close

open

Open

high

High

low

Low

close

Close

volume

Volume

turnover_lacs

Turnover Lacs

no_of_trades

No Of Trades

deliv_volume

Deliv Volume

deliv

Deliv %

Fri Feb 04 2022 00:00:00 GMT+0000 (Coordinated Universal Time)LAURUSLABS532.8535.7536.6525.552911778556253.291838734994429.709999084472656
Mon Feb 07 2022 00:00:00 GMT+0000 (Coordinated Universal Time)LAURUSLABS529527.75538.5521.6528.65203383810795.684094170686934.7599983215332
Tue Feb 08 2022 00:00:00 GMT+0000 (Coordinated Universal Time)LAURUSLABS528.65527.3534.4513.25524.4518297869589.352753367433236.84999847412109
Wed Feb 09 2022 00:00:00 GMT+0000 (Coordinated Universal Time)LAURUSLABS524.45525534518.35526.112205036419.822034839507032.369998931884766
Fri Feb 11 2022 00:00:00 GMT+0000 (Coordinated Universal Time)LAURUSLABS540539.95568536.6549.95776460443145.13112053232375929.93000030517578
Thu Feb 10 2022 00:00:00 GMT+0000 (Coordinated Universal Time)LAURUSLABS526.1523.1545.9523.1540386768520868.3251822136315135.2400016784668
Thu Feb 03 2022 00:00:00 GMT+0000 (Coordinated Universal Time)LAURUSLABS525.4525.4539.8520.8532.8335800717826.238770105429631.39999961853028
Wed Jan 01 2020 00:00:00 GMT+0000 (Coordinated Universal Time)LAURUSLABS359.75358370.95358368.2533755123.4911692293167.93
Thu Jan 02 2020 00:00:00 GMT+0000 (Coordinated Universal Time)LAURUSLABS368.25370377.7368.25373.6562173232.4418423296653.02
Fri Jan 03 2020 00:00:00 GMT+0000 (Coordinated Universal Time)LAURUSLABS373.65370391.45370379.85157970605.0646087282746.1

CREATE TABLE lauruslabs (
  "date" TIMESTAMP,
  "symbol" VARCHAR,
  "pre_close" DOUBLE,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" BIGINT,
  "turnover_lacs" DOUBLE,
  "no_of_trades" BIGINT,
  "deliv_volume" DOUBLE,
  "deliv" DOUBLE
);

Share link

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