Baselight

NIFTY ALL STOCK Dataset

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

@kaggle.akshaypawar7_nifty_dataset

Jamnaauto
@kaggle.akshaypawar7_nifty_dataset.jamnaauto

  • 40.42 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)JAMNAAUTO103.65104.45109.35103.7107.734860253717.2130943111913332.099998474121094
Mon Feb 07 2022 00:00:00 GMT+0000 (Coordinated Universal Time)JAMNAAUTO107.7108.6109.8105.1105.6512439321330.991445837318830
Tue Feb 08 2022 00:00:00 GMT+0000 (Coordinated Universal Time)JAMNAAUTO105.65106.5106.9103104.55663516693.58732320704531.200000762939453
Wed Feb 09 2022 00:00:00 GMT+0000 (Coordinated Universal Time)JAMNAAUTO104.55105.5108.3104.7107.312037441287.661012234874328.96999931335449
Fri Feb 11 2022 00:00:00 GMT+0000 (Coordinated Universal Time)JAMNAAUTO109.35107.45108.4106106.9876261937.731210928654232.70000076293945
Thu Feb 10 2022 00:00:00 GMT+0000 (Coordinated Universal Time)JAMNAAUTO107.3107.8111.7104.7109.3521745392366.172342356470625.96999931335449
Thu Feb 03 2022 00:00:00 GMT+0000 (Coordinated Universal Time)JAMNAAUTO104.8105106.05103.45103.6514094931473.761351765800346.68000030517578
Wed Jan 01 2020 00:00:00 GMT+0000 (Coordinated Universal Time)JAMNAAUTO46.646.447.446.246.65328198153.16227012076436.8
Thu Jan 02 2020 00:00:00 GMT+0000 (Coordinated Universal Time)JAMNAAUTO46.6546.448.6546.447.323962531146.128515115209248.08
Fri Jan 03 2020 00:00:00 GMT+0000 (Coordinated Universal Time)JAMNAAUTO47.347.247.7546.446.6803317377.91482033919942.22

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