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

Asianpaints
@kaggle.altruisticemphasis_sp_bse_sensex_50.asianpaints

  • 195.56 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-202129362964.952920.42944.12950.19310991892612470167803678920317766262.2844.558.1
8-June-20212922.72944.652906.92928.12925.3317545924937305448512137071864576162.6437.755.4
7-June-2021293029402904.552934.12917.421699893452155798231145452846614107690.5535.454.1
4-June-20212946.2529902909.2529242944.74965334225868365632882463459774973059.4580.75-22.25
3-June-202129062941.9529042934.92919.255570227844770945831392747642050842.9937.9528.9
2-June-20212912.752934.652877.42905.352916.41858841010413460073903925499428326561.8657.25-7.4
1-June-2021295629822915.252933.152956.85827297246111086193333278002653744333.7766.75-22.85
31-May-2021294029952935.12978.152972.46844931157311286669893354906242037118.0559.938.15
28-May-2021296529652901.352939.952943.4655832471965224251451537725292335244.763.65-25.05
27-May-20212944.22969.952902.62951.252933.476348464284397863064116711290836021.0167.357.05

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