1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
| {
"status": true,
"request_id": "ee904eeb-39b6-cd6c-d528-1aa41f9d",
"data": {
"total": 55452,
"page": 1,
"has_next_page": true,
"results": [
{
"name": "688820",
"slug": "sj-semiconductor-co-ipo--19dc68b5",
"uuid": "19dc68b5-eb8d-4da4-bc42-f4240ede979a",
"image": "https://images.crunchbase.com/image/upload/00e8ebe394b84ac99f203759cdb782a3",
"type": "ipo",
"short_description": "SJ Semiconductor Co. went public on 2026-04-21 and raised $737827605. SJ Semiconductor Co. was valued at an undisclosed amount",
"rank_ipo": 1,
"stock_exchange": "sse",
"stock_symbol": "688820"
},
{
"name": "XE",
"slug": "xenergy-ipo--f7f8d01e",
"uuid": "f7f8d01e-81ad-4911-8942-e34857e053ee",
"image": "https://images.crunchbase.com/image/upload/r4dtmyo0bdrq0fudqhqh",
"type": "ipo",
"short_description": "X-energy went public on 2026-04-24 and raised $1017857157. X-energy was valued at $9122650000",
"rank_ipo": 2,
"stock_exchange": "nasdaq",
"stock_symbol": "XE"
}
// ... more items
],
"resolved_filters": {}
},
"request_params": {
"order_by": "rank_ipo",
"per_page": "2",
"sort": "asc",
"page": "1"
}
}
|