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

Larsenandtoubro
@kaggle.altruisticemphasis_sp_bse_sensex_50.larsenandtoubro

  • 190.99 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-202115501550.051513.751518.71530.90498674618979657657031478486803432835.5436.3-31.3
8-June-20211559.81582.651533.551546.61564.916946152064813387776932095063865287339.4949.1-13.2
7-June-20211540.61569.51540.61557.351543.03632417072121117658124451724586892102513891.7228.916.75
4-June-20211518.715471515.71537.61534.6029726888228249202981238242613010473942.0331.318.9
3-June-20211466.051514.81466.051510.251492.53807443284562593211495738704646620034277.2648.7544.2
2-June-20211473.951474.551455.11471.451464.2711897185252568793197832862812006935.2819.45-2.5
1-June-20211469.851492.51464.951474.31478.41342420969686851840481012979312001929.2227.554.45
31-May-2021147714781457.61465.551466.48717543326238222545571205819082619531.8620.4-11.45
28-May-202114851499.81473.91477.21484.88967255497989244342871372676564454348.1825.9-7.8
27-May-20211479148514621482.751473.087121270945512878660101897129986276748.74233.75

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