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

Godrejconsum
@kaggle.altruisticemphasis_sp_bse_sensex_50.godrejconsum

  • 184.54 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-2021854.6864.7842.65853.1854.9185580774365516812701441830461365226.4222.05-1.5
8-June-2021845.55858.85845.55855.75853.901884750653733267164128406754916627.5513.310.2
7-June-2021859859847.2849.05852.208677685950421780139018561105490222.5111.8-9.95
4-June-2021865869.9843.4851.7856.427933786579867660300157945914973714.3926.5-13.3
3-June-2021857.9865.7850.6864.3860.1932135590881579982706498894862123336.6115.16.4
2-June-2021845.15855.35836.45851.15848.2321196683648400442202339666071092627.2818.96
1-June-2021852.9865.55845.2848.3854.5465021309456673414652575460163104646.120.35-4.6
31-May-2021848.9861.95838857.15857.83305773109691100623238944148221278511.6223.958.25
28-May-2021839.9851.95832.05844.4844.149294486709787374414664657834233153.7619.94.5
27-May-2021828.65838819.85832.75831.3547713841722881614423732930683246636.8318.154.1

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