Baselight

NIFTY ALL STOCK Dataset

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

@kaggle.akshaypawar7_nifty_dataset

Anuras
@kaggle.akshaypawar7_nifty_dataset.anuras

  • 22.36 KB
  • 220 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)ANURAS1032.410381043.810161022.895566983.06111263405935.63999938964844
Mon Feb 07 2022 00:00:00 GMT+0000 (Coordinated Universal Time)ANURAS1022.81024.71024.751002.751008.3587620885.24120233658441.75
Tue Feb 08 2022 00:00:00 GMT+0000 (Coordinated Universal Time)ANURAS1008.351014.751024.85991.5997.3589353894.8475695067556.709999084472656
Wed Feb 09 2022 00:00:00 GMT+0000 (Coordinated Universal Time)ANURAS997.3510051005980.3988.4583922830.4751444175549.75
Fri Feb 11 2022 00:00:00 GMT+0000 (Coordinated Universal Time)ANURAS985.19851000960970.7563830626.8664432864744.880001068115234
Thu Feb 10 2022 00:00:00 GMT+0000 (Coordinated Universal Time)ANURAS988.45995.9995.9980.3985.161718608.5358212476940.130001068115234
Thu Feb 03 2022 00:00:00 GMT+0000 (Coordinated Universal Time)ANURAS1051.551061.25109510271032.43677733884.632107115225941.400001525878906
Wed Mar 24 2021 00:00:00 GMT+0000 (Coordinated Universal Time)ANURAS555520548.95502.25526.81613581684945.5430183459496828.48
Thu Mar 25 2021 00:00:00 GMT+0000 (Coordinated Universal Time)ANURAS526.8511.5518.8491494.75211901410688.339164963238929.84
Fri Mar 26 2021 00:00:00 GMT+0000 (Coordinated Universal Time)ANURAS494.75502510491495.79257054625.644547133837436.55

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