Baselight

NIFTY ALL STOCK Dataset

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

@kaggle.akshaypawar7_nifty_dataset

Balamines
@kaggle.akshaypawar7_nifty_dataset.balamines

  • 42.99 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)BALAMINES3604.936423686.934573509.1918163294.51129683639439.63999938964844
Mon Feb 07 2022 00:00:00 GMT+0000 (Coordinated Universal Time)BALAMINES3509.135003546.83400.053422.1529371835.3584152492047.06999969482422
Tue Feb 08 2022 00:00:00 GMT+0000 (Coordinated Universal Time)BALAMINES3422.134483462.531993222.81290364214.21169218050462.38999938964844
Wed Feb 09 2022 00:00:00 GMT+0000 (Coordinated Universal Time)BALAMINES3222.8325532953093.553120.451598245019.53212298975256.15999984741211
Fri Feb 11 2022 00:00:00 GMT+0000 (Coordinated Universal Time)BALAMINES312731263158.8529592996.051452294421.89205689437964.98999786376953
Thu Feb 10 2022 00:00:00 GMT+0000 (Coordinated Universal Time)BALAMINES3120.45314832253105.43127974363082.71109914763248.88999938964844
Thu Feb 03 2022 00:00:00 GMT+0000 (Coordinated Universal Time)BALAMINES3374.0536363714.7535523604.92705369780.8354308874032.79999923706055
Wed Jan 01 2020 00:00:00 GMT+0000 (Coordinated Universal Time)BALAMINES399.3404.7420399415.85124076511.8663744514536.38
Thu Jan 02 2020 00:00:00 GMT+0000 (Coordinated Universal Time)BALAMINES415.85415423408.5412.1574358309.529772991840.24
Fri Jan 03 2020 00:00:00 GMT+0000 (Coordinated Universal Time)BALAMINES412.15412412.95401.25404.6527363111.3215891226644.83

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