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

Jswsteel
@kaggle.altruisticemphasis_sp_bse_sensex_50.jswsteel

  • 190.31 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-2021704.6713.3693.85697.95704.100139280440323836851141678349422941412.3419.45-6.65
8-June-2021714.7714.7692.1707.4700.85717117196611564047109181096173556116497274.4822.6-7.3
7-June-2021724730.6712.8715.85723.310901129854141040790812968518579861524.0317.8-8.15
4-June-2021706725.9703.05721.5715.107440825745136185565722587652035258714.5322.8515.5
3-June-2021708720.9702.75713.85712.255616575137334451666122453834564612713.3918.155.85
2-June-2021700708.8697.3705.45701.631863590672840290581722826909869710124.111.55.45
1-June-2021719719687.8694.35696.3549324517853502752103593500938358128216.1731.2-24.65
31-May-2021693714.3685.9710.55701.703411138464853334188533742471997423213.9228.417.55
28-May-2021696708.85686.3689.75698.647437599975966266011809462965711577558.7222.55-6.25
27-May-2021684.9694.05678.05681.6685.105236670832153054789273634805285368510.1216-3.3

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