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

Bajajauto
@kaggle.altruisticemphasis_sp_bse_sensex_50.bajajauto

  • 193.58 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-20214271.34271.342014222.34233.4563015312128490121235942044163419.2570.3-49
8-June-2021425042754237.84269.554262.5420884389997508132232003166283637.7737.219.55
7-June-20214288.74288.74241.64249.854261.676475003753666193728387027160024.0247.1-38.85
4-June-202142734294.454241.94249.354257.6002077922089625173540979402289230.0552.55-23.65
3-June-2021430643064244.54274.354261.24539137833214104169160100605318422.5861.5-31.65
2-June-20214230.0543104195.84294.754258.38958742632615270242265025609627441.09114.264.7
1-June-202142294347.9542254239.24283.838462059468442935889189744057464210.48122.9510.2
31-May-202141904229.94167.054189.54192.34634177295515759224166067186473830.0762.85-0.5
28-May-20214177.34258.154177.34200.34217.6034793677739427193339759348324334.480.8523
27-May-20214191426541524246.24221.93000130838715286224164536422306520.0511355.2

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