LIC Stock Price Data
Life Insurance Company (LIC) Daily, 5 minute data
@kaggle.debashis74017_lic_stock_price_data
Life Insurance Company (LIC) Daily, 5 minute data
@kaggle.debashis74017_lic_stock_price_data
CREATE TABLE lici_3_minute_data (
"date" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" BIGINT
);
Anyone who has the link will be able to view this.