Baselight

All Indian IPOs | Initial Public Offering :

All IPOs in Indian stock market from 2010

@kaggle.soumyadipghorai_all_ipo_stocks_of_moneycontrol

Loading...
Loading...

About this Dataset

All Indian IPOs | Initial Public Offering :

Acknowledgements

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.

Dataset

Content

The dataset contains all the IPOs, and their information in Indian stock market from 2010 till date. The dataset has the following columns :

  • Date
  • IPO Name
  • Issue size
  • QIB - Qualified Institutional Buyer
  • HNI - High Networth Individuals
    etc

Inspiration

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

Tables

Ipo

@kaggle.soumyadipghorai_all_ipo_stocks_of_moneycontrol.ipo
  • 31.05 KB
  • 302 rows
  • 12 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.