Baselight

NIFTY ALL STOCK Dataset

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

@kaggle.akshaypawar7_nifty_dataset

Endurance
@kaggle.akshaypawar7_nifty_dataset.endurance

  • 41.72 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)ENDURANCE1594.2516001609.651580158619023302.843582855544.970001220703125
Mon Feb 07 2022 00:00:00 GMT+0000 (Coordinated Universal Time)ENDURANCE15861591.71599.9515701573.712327194.713469575846.709999084472656
Tue Feb 08 2022 00:00:00 GMT+0000 (Coordinated Universal Time)ENDURANCE1573.71577.91584.0515251546.25731571130.66103164847766.26000213623047
Wed Feb 09 2022 00:00:00 GMT+0000 (Coordinated Universal Time)ENDURANCE1546.25147214801421.11462.155670768251.644900639965870.4800033569336
Fri Feb 11 2022 00:00:00 GMT+0000 (Coordinated Universal Time)ENDURANCE1466.514551462.41415.11423.4727491040.95119343933154.060001373291016
Thu Feb 10 2022 00:00:00 GMT+0000 (Coordinated Universal Time)ENDURANCE1462.1514651484.051423.81466.5895921314.05116495964566.56999969482422
Thu Feb 03 2022 00:00:00 GMT+0000 (Coordinated Universal Time)ENDURANCE1629.351629.351637.515861594.2528690458.9644771725260.130001068115234
Wed Jan 01 2020 00:00:00 GMT+0000 (Coordinated Universal Time)ENDURANCE1081.31075.91094.810661087.6511255.39680227644.52
Thu Jan 02 2020 00:00:00 GMT+0000 (Coordinated Universal Time)ENDURANCE1087.6110411041068.21072.6661471.321315465070.31
Fri Jan 03 2020 00:00:00 GMT+0000 (Coordinated Universal Time)ENDURANCE1072.61072.81098.71051.11056.813655145.732439693050.75

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