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

Techmahindra
@kaggle.altruisticemphasis_sp_bse_sensex_50.techmahindra

  • 189.92 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-202110601064.61045.451051.91059.1704349762765502878698253263351033622066.8619.15-8.1
8-June-202110401061.551037.31058.551055.105479169981721368278152254570498996042.124.2518.55
7-June-20211020.05103910201032.41027.643020806386541182560556139852492846.061912.35
4-June-202110251026.251011.11018.751020.5264726357829818772567835576462902935.4515.15-6.25
3-June-202110161020.751006.81013.91012.8770302634445459302463465214421235526.913.95-2.1
2-June-202110301030994.11016.91007.944293752948411871256521196550832000616.8535.9-13.1
1-June-20211021.210321013.351030.41024.4402708948344748634440766926723956652.8518.659.2
31-May-202110221031.91013.051021.851022.8294642155709509162454520783851866736.6618.85-0.15
28-May-202110231032.91012.91026.151025.0905413059309617952513633454702136734.58203.15
27-May-20211013.451031.91007.11019.61020.7967990386192256298952226162817815004258.5424.86.15

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