Baselight

Tata Steel Stock Dataset (2015-2021)

TATA STEEL - NSE Stock Data - India

@kaggle.ankitthebemer_tata_steel_stock_dataset_20152021

Tata Steel
@kaggle.ankitthebemer_tata_steel_stock_dataset_20152021.tata_steel

  • 114.39 KB
  • 1485 rows
  • 13 columns
date

Date

open_price

Open Price

high_price

High Price

low_price

Low Price

close_price

Close Price

wap

WAP

no_of_shares

No.of Shares

no_of_trades

No. Of Trades

total_turnover_rs

Total Turnover (Rs.)

deliverable_quantity

Deliverable Quantity

n__deli_qty_to_traded_qty

% Deli. Qty To Traded Qty

spread_high_low

Spread High-Low

spread_close_open

Spread Close-Open

03-Jul-15308308299.75300.95302.7081797499554643015121908211881023.788.25-7.05
06-Jul-15294.9299.6292.3298.75295.6463382663354918419611818111766317.747.33.85
07-Jul-15300.75303.25296297.45299.4776911877207858126270392721127724.097.25-3.3
08-Jul-15293.8294282283.4286.875104814461892027241487562156350538.9612-10.4
09-Jul-15285.2287.25279.6280.55282.8609759749831394627578464233024833.877.65-4.65
10-Jul-15282284.6279280.95281.4063217702436926819766993113544719.285.6-1.05
13-Jul-15281.9285.6279.15284.45282.9054475658957841318642252513619720.676.452.55
14-Jul-15285286.9281.05281.7283.2753122561904730915917353114066525.035.85-3.3
15-Jul-15283284.9279.4280.7281.9298044564323734615909947313926724.685.5-2.3
16-Jul-15285286.75280.6281.5282.75262059325391099626367784623053724.726.15-3.5

CREATE TABLE tata_steel (
  "date" VARCHAR,
  "open_price" DOUBLE,
  "high_price" DOUBLE,
  "low_price" DOUBLE,
  "close_price" DOUBLE,
  "wap" DOUBLE,
  "no_of_shares" BIGINT,
  "no_of_trades" BIGINT,
  "total_turnover_rs" BIGINT,
  "deliverable_quantity" DOUBLE,
  "n__deli_qty_to_traded_qty" DOUBLE,
  "spread_high_low" DOUBLE,
  "spread_close_open" DOUBLE
);

Share link

Anyone who has the link will be able to view this.