Baselight

NIFTY ALL STOCK Dataset

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

@kaggle.akshaypawar7_nifty_dataset

Granules
@kaggle.akshaypawar7_nifty_dataset.granules

  • 41.49 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)GRANULES324.5324.5325.45316.5320.1510192823263.721269925090824.6200008392334
Mon Feb 07 2022 00:00:00 GMT+0000 (Coordinated Universal Time)GRANULES320.15319.753213113125413161702.881006614745427.239999771118164
Tue Feb 08 2022 00:00:00 GMT+0000 (Coordinated Universal Time)GRANULES312311.85316301.5309.7525398067882.26500822090348.229999542236328
Wed Feb 09 2022 00:00:00 GMT+0000 (Coordinated Universal Time)GRANULES309.75310.95315.85306311.657412642310.611065724552533.119998931884766
Fri Feb 11 2022 00:00:00 GMT+0000 (Coordinated Universal Time)GRANULES313.4310311.8305306.257384232277.05949221431629.020000457763672
Thu Feb 10 2022 00:00:00 GMT+0000 (Coordinated Universal Time)GRANULES311.65313.3315.35310.45313.45460141709.15751419023234.84000015258789
Thu Feb 03 2022 00:00:00 GMT+0000 (Coordinated Universal Time)GRANULES321.35321.35327321.35324.513914814516.011957467526048.52999877929688
Wed Jan 01 2020 00:00:00 GMT+0000 (Coordinated Universal Time)GRANULES123.1123.2124.1121.65121.9382672468.05539926594169.5
Thu Jan 02 2020 00:00:00 GMT+0000 (Coordinated Universal Time)GRANULES121.9122.05123.75121.5122694594850.39754744422463.95
Fri Jan 03 2020 00:00:00 GMT+0000 (Coordinated Universal Time)GRANULES122122.3126122.05123.69699861205.351043238224839.41

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