Stock Market Prediction
hdfc equity stock data
@kaggle.rishabhpareekk_stock_market_prediction
hdfc equity stock data
@kaggle.rishabhpareekk_stock_market_prediction
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
);
Anyone who has the link will be able to view this.