All Indian IPOs | Initial Public Offering :
All IPOs in Indian stock market from 2010
@kaggle.soumyadipghorai_all_ipo_stocks_of_moneycontrol
All IPOs in Indian stock market from 2010
@kaggle.soumyadipghorai_all_ipo_stocks_of_moneycontrol
CREATE TABLE ipo (
"date" VARCHAR,
"ipo_name" VARCHAR,
"issue_size_crores" DOUBLE,
"qib" DOUBLE,
"hni" DOUBLE,
"rii" DOUBLE,
"issue_price" DOUBLE,
"listing_open" DOUBLE,
"listing_close" DOUBLE,
"listing_gains" DOUBLE,
"cmp" DOUBLE,
"current_gains" DOUBLE
);
Anyone who has the link will be able to view this.