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

Tataconsumer
@kaggle.altruisticemphasis_sp_bse_sensex_50.tataconsumer

  • 177.76 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-2021711714.55700.45702.65706.7916852822913850543664601154603586542.1714.1-8.35
8-June-2021704.15715.45701.5709.9710.7140895640745272386991619358856810975040.2913.955.75
7-June-2021688706.5687.15700700.200984500062615154951121061147593799225.0719.3512
4-June-2021680689.85675.15686.7686.0140132876805882022782605078082319226.2914.76.7
3-June-2021675.15683673.3679.85678.6017986288776902913057612716352578628.569.74.7
2-June-2021666674.55660.5673.3670.22437931944441402092993939714906348645.2814.057.3
1-June-2021664.95667657665.55663.5333825117333935372341620649223177033.97100.6
31-May-2021658.05664.85650.5663.7658.6660949415521136913242748844073551531.2414.355.65
28-May-2021651.8657.5646.25654.8653.806256805736190097712112428660812076163.5311.253
27-May-2021644651.7641.5649.05645.5449065937642768152512495875321776623.1310.25.05

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