Baselight

Stock Market Prediction

hdfc equity stock data

@kaggle.rishabhpareekk_stock_market_prediction

Loading...
Loading...

About this Dataset

Stock Market Prediction

Context

this dataset is containing information about HDFC bank equity share information.

Content

The dataset containing a total of 7 columns Date 5151 non-null datetime64[ns]
Open 5082 non-null float64
High 5082 non-null float64
Low 5082 non-null float64
Close 5082 non-null float64
Adj Close 5082 non-null float64
Volume 5082 non-null float64

Tables

Quote Equity Hdfc Eq 01–08–2018 To 30–07–2020

@kaggle.rishabhpareekk_stock_market_prediction.quote_equity_hdfc_eq_01_08_2018_to_30_07_2020
  • 42.26 KB
  • 489 rows
  • 14 columns
Loading...

CREATE TABLE quote_equity_hdfc_eq_01_08_2018_to_30_07_2020 (
  "date" TIMESTAMP,
  "series" VARCHAR,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "prev_close" DOUBLE,
  "ltp" DOUBLE,
  "close" DOUBLE,
  "vwap" DOUBLE,
  "n_52w_h" DOUBLE,
  "n_52w_l" DOUBLE,
  "volume" BIGINT,
  "value" DOUBLE,
  "no_of_trades" BIGINT
);

Share link

Anyone who has the link will be able to view this.