S&P BSE SENSEX 50
Group of 50 Stocks since 2011 listed under the BSE SENSEX 50 Index.
@kaggle.altruisticemphasis_sp_bse_sensex_50
Group of 50 Stocks since 2011 listed under the BSE SENSEX 50 Index.
@kaggle.altruisticemphasis_sp_bse_sensex_50
CREATE TABLE hdfc (
"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
);
Anyone who has the link will be able to view this.