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

Hdcfbank
@kaggle.altruisticemphasis_sp_bse_sensex_50.hdcfbank

  • 193.68 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-202114861501.6514721479.751488.67616163456112635081696239227807811203742.5229.65-6.25
8-June-20211499.31501.4148214841487.3073658269448764852001303595163416638.9819.4-15.3
7-June-20211505.11512.151495.851499.21501.0203478636631185130125452778838978514145.9916.3-5.9
4-June-20211521152114991501.151508.46167855243111091754491673140443094427.922-19.85
3-June-20211509.71524.91488.151520.21515.3666839414312585661593039182230216121962.3536.7510.5
2-June-202115111511.051493.21504.11499.80152332239968993548241348846502489627.6817.85-6.9
1-June-20211517.21526.3515081511.451515.77663774919642479471503937583227013127852.9518.35-5.75
31-May-20211503.81519.351487.61516.41507.392193671071320509087173091510656023729.3731.7512.6
28-May-20211496.4515131479.41501.151493.259456963095816672966282489696566635239.833.64.7
27-May-20211477.71488.651462.351479.41469.872958447777621007376393087806225485926.1126.31.7

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