Performance Of IPO Stocks From 2010
Historic table of IPO's - Issue Details, Subscription, Price, Current Value
@kaggle.thabresh_ipo_performance
Historic table of IPO's - Issue Details, Subscription, Price, Current Value
@kaggle.thabresh_ipo_performance
Initial Public Offering
When a private company first sells shares of stock to the public, this process is known as an initial public offering (IPO). You shouldn't invest in an IPO just because the company is garnering positive attention. Extreme valuations may imply that the risk and reward of the investment is not favorable at the current price levels.
This dataset contains historic data of stocks Name, IPO price, Listing price, Listing Gain, Current price from 2010 to 2022.
CREATE TABLE ipo (
"unnamed_0" DOUBLE -- Unnamed: 0,
"unnamed_0_level_0" VARCHAR -- Unnamed: 0 Level 0,
"issue_details" VARCHAR,
"issue_details_1" VARCHAR,
"subscription" VARCHAR,
"subscription_1" VARCHAR,
"subscription_2" VARCHAR,
"subscription_3" VARCHAR,
"price" VARCHAR,
"price_1" VARCHAR,
"price_2" VARCHAR,
"price_3" VARCHAR,
"price_4" VARCHAR,
"price_5" VARCHAR
);
Anyone who has the link will be able to view this.