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

Tatamotors
@kaggle.altruisticemphasis_sp_bse_sensex_50.tatamotors

  • 189.52 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-2021356.5358.8339.6343.25350.737299460466944480912596981571622974134534930.0219.2-13.25
8-June-2021346.75356.5337.35352.85345.8572600268793488224483631206427595142225040.7719.156.1
7-June-2021338.55351338.55345.5346.270171829503065575585777401930658776220293439.5112.456.95
4-June-2021325.45336.9324.5334.95329.707336152375918970981755662548712855289629.1412.49.5
3-June-2021324.15327.5323.65325.45325.867979571202921571512706670294643897016944.973.851.3
2-June-2021316.2324.25315.5323321.1319892725176219697427530705518631104375047.518.756.8
1-June-2021319.65325.7317.4318.1320.652830941258414791901516147430646121810614.748.3-1.55
31-May-2021319.4319.5312.1318.7316.43738156044221857142924169164161558612726.827.4-0.7
28-May-2021322.85324.4316.55318.95320.79958721465114913321326047841869021382314.347.85-3.9
27-May-2021316.9323.35316.9318.6320.776043726128620408851974565466701628232213.836.451.7

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