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
I have taken the data from Money Control. If you are someone who are into investing and stock market then you must have heard about Money Control, you can find details related Indian stock market on Money Control.
The dataset contains all the IPOs, and their information in Indian stock market from 2010 till date. The dataset has the following columns :
During 2021 lot of startups like Zomato, paytm and others are bringing their startups, so its a high time to analyze the returns of these IPOs through the historical data, and see if we can find some trend in these IPOS
Image Link : India TV News
CREATE TABLE ipo (
"date" VARCHAR,
"ipo_name" VARCHAR,
"issue_size_crores" DOUBLE -- Issue Size(crores),
"qib" DOUBLE,
"hni" DOUBLE,
"rii" DOUBLE,
"issue_price" DOUBLE,
"listing_open" DOUBLE,
"listing_close" DOUBLE,
"listing_gains" DOUBLE -- Listing Gains(%),
"cmp" DOUBLE,
"current_gains" DOUBLE
);Anyone who has the link will be able to view this.