Baselight

S&P BSE SENSEX 50

Group of 50 Stocks since 2011 listed under the BSE SENSEX 50 Index.

@kaggle.altruisticemphasis_sp_bse_sensex_50

Tatasteel
@kaggle.altruisticemphasis_sp_bse_sensex_50.tatasteel

  • 188.06 KB
  • 2585 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

9-June-202111151127.951094.41100.91109.88199224187418142104044640882765769613.833.55-14.1
8-June-2021113311341100.051110.51110.17138566106045193551195857657306012310123.733.95-22.5
7-June-20211129.9511501125.71128.31135.68107493418126612871446675101113128270342.7524.3-1.65
4-June-202111191128.91107.251119.91116.538669921323234330385153833110754486913.0721.650.9
3-June-202111281139.41113.31121.71126.0917524903937415095101744674350565570713.4226.1-6.3
2-June-20211107.95112911051123.551116.508406357904566476124076324752169105916.072415.6
1-June-2021112811281085.51100.31097.871446991312593997821087103197500725855327.5142.5-27.7
31-May-20211105.21129.851099.451125.651116.033833124579693092223996103894044824068625.8530.420.45
28-May-20211127.11143.81097.551103.751124.1185199226348810081905799035740918295320.7746.25-23.35
27-May-202110821109.6510751096.61091.7123632694174110097918406120195238615029113.6534.6514.6

CREATE TABLE tatasteel (
  "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" DOUBLE,
  "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.