E-IPO Indonesia Data - Investment
Electronic Indonesia Public Offering
@kaggle.fahmirk_e_ipo_realtime_data
Electronic Indonesia Public Offering
@kaggle.fahmirk_e_ipo_realtime_data
CREATE TABLE warrant_price_d1 (
"ticker_code" VARCHAR,
"participant_admin" VARCHAR,
"underwriter_s" VARCHAR,
"listing_board" VARCHAR,
"final_price_rp" DOUBLE,
"warrant_per_share_ratio" DOUBLE,
"exercise_price_warrant_rp" DOUBLE,
"open" VARCHAR,
"high" VARCHAR,
"low" VARCHAR,
"close" VARCHAR
);
CREATE TABLE e_ipo_data (
"ipo_status" VARCHAR,
"ticker_code" VARCHAR,
"company_name" VARCHAR,
"sector" VARCHAR,
"subsector" VARCHAR,
"listing_board" VARCHAR,
"final_price_rp" DOUBLE,
"return_d1" DOUBLE,
"return_d2" DOUBLE,
"return_d3" DOUBLE,
"return_d4" DOUBLE,
"return_d5" DOUBLE,
"return_d6" DOUBLE,
"return_d7" DOUBLE,
"return_from_listing_date" DOUBLE,
"line_of_business" VARCHAR,
"address" VARCHAR,
"website" VARCHAR,
"number_of_shares_offered" BIGINT,
"n__of_total_shares" DOUBLE,
"participant_admin" VARCHAR,
"underwriter_s" VARCHAR,
"book_building_opening" TIMESTAMP,
"book_building_closing" TIMESTAMP,
"lowest_book_building_price_rp" BIGINT,
"highest_book_building_price_rp" BIGINT,
"opening_of_offering_period" TIMESTAMP,
"closing_of_offering_period" TIMESTAMP,
"closing_date" TIMESTAMP,
"distribution_date" TIMESTAMP,
"listing_date" TIMESTAMP,
"warrant_per_share_ratio" DOUBLE,
"exercise_price_warrant_rp" DOUBLE
);
Anyone who has the link will be able to view this.