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

Grasimindus
@kaggle.altruisticemphasis_sp_bse_sensex_50.grasimindus

  • 194.4 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-20211503.851527.3514851491.551511.4445166846811843264711790033973337528.1842.35-12.3
8-June-202115051515.61490.251503.851504.1944319913923669182895100657683959314.3425.35-1.15
7-June-202115181559.61495.251499.51516.342721674520817294588572622438923041217.5864.35-18.5
4-June-202114551506.751452.951503.251491.41892764659216257780172424704154669628.7253.848.25
3-June-202114551463.851435.951458.81451.321621170845735974181852209844894024.8527.93.8
2-June-20211447.951453.51426.11441.851437.4620808380491546033444784897421272523.327.4-6.1
1-June-20211479.81479.81437.251444.81451.656031937734759616328086541926952215.9742.55-35
31-May-202114701494.71455.051470.751476.231045034463712941275771910420122380418.3939.650.75
28-May-202114331480.751421.11465.651455.766844811256814782081752151914555759838.9659.6532.65
27-May-20211418.81435.31393.151420.31415.1645426850548600244691217069812429028.2442.151.5

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