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

Ntpc
@kaggle.altruisticemphasis_sp_bse_sensex_50.ntpc

  • 169.12 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-2021116.9121115.85118.15119.1302077577243221263711263425331501939628118.645.151.25
8-June-2021117.2118.5116116.15117.3909350642624822012071483825840174877337035.132.5-1.05
7-June-2021112.5116.75112116.4114.98629168771188185909113095213769980104676656.314.753.9
4-June-2021111.1113111.1111.85112.120164076908447173049005289044521706246.011.90.75
3-June-2021111.2112.25110.45111.8111.518938033839282757152130307474445304719.241.80.6
2-June-2021111111.35110.15111.1110.879720591790051613411815178894454827429.921.20.1
1-June-2021110.65111.4109.55110.1110.391570088257083198612408353099587420423.21.85-0.55
31-May-2021109111.4107.8110.5109.836437939120764375223076480558587581417.333.61.5
28-May-2021110.05111108.3108.95109.5740589517943646044435535045271813060628.372.7-1.1
27-May-2021111.25111.6109.25110.2110.715767318959463049455556980562718575929.462.35-1.05

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