Backfill first HKEX IPO document batch

Request:
Start progressively filling detailed information for recent HK IPO targets.

Changes:
- Add scripts/archive_hkex_documents.py to map tickers to HKEXnews stock IDs, select official prospectus and allotment-results PDFs, archive them under data/raw/{ticker}, parse high-confidence T0/T1 facts, export snapshots, and refresh sync state.
- Document the small-batch HKEX document backfill workflow in README.md and the archivist skill.
- Archive prospectus and allotment-results PDFs for 00901, 01081, 01779, 02290, 02553, and 03388.
- Fill T0 details including application dates, expected allotment date, board lot, minimum subscription amount, and offer-share counts for the six tickers.
- Fill T1 allotment-demand details including valid/successful applications, public subscription level, international placees, international subscription level, and final offer-share allocations.
- Refresh source_refs, ipo_master, offering_terms, ipo_demand, ticker_sync_state, and sync_tasks snapshots.

Verification:
- Ran archive_hkex_documents.py in a first small batch and re-ran corrected tickers after parser hardening.
- Parsed project Python scripts with ast.parse.
- Checked SQLite integrity and DB-to-snapshot row counts.
- Verified source_refs paths are repo-relative, source files exist, and SHA-256 hashes match.
- Confirmed batch field completeness for the six processed tickers.
- Ran git diff --check and git diff --cached --check.
- Checked for Python cache and SQLite transient files.

Next useful context:
- This batch added about 55MB of official HKEXnews PDFs.
- Sync state now has 16 complete stages, 1993 pending_due stages, and 42 pending_not_due stages.
- Continue with small --limit batches because HKEXnews title search can include historical or postponed offering documents for the same stock code.
This commit is contained in:
2026-06-15 07:07:46 +00:00
parent c65b20a1c4
commit 993d7b26fa
23 changed files with 4908 additions and 4110 deletions
Binary file not shown.
+6
View File
@@ -1,2 +1,8 @@
demand_id,ticker,source_id,stage_date,valid_applications,successful_applications,public_oversubscription_times,international_placees,international_oversubscription_times,final_hk_offer_shares,final_international_offer_shares,data_as_of,notes
00901_allotment_2026_05_27_2026052700001,00901,00901_allotment_results_2026_05_27_2026052700001,2026-05-27,177196,17058,1971.99,215,2.23,1920800,17286500,2026-06-15T08:35:00Z,Parsed from HKEXnews allotment results announcement.
01081_allotment_2026_06_04_2026060402919,01081,01081_allotment_results_2026_06_04_2026060402919,2026-06-04,122627,28788,134.39,125,10.68,8696600,91314000,2026-06-15T08:35:00Z,Parsed from HKEXnews allotment results announcement.
01779_allotment_2026_06_04_2026060402923,01779,01779_allotment_results_2026_06_04_2026060402923,2026-06-04,266377,28057,4762.58,80,10.94,1419350,12773800,2026-06-15T08:35:00Z,Parsed from HKEXnews allotment results announcement.
02290_allotment_2026_06_04_2026060402521,02290,02290_allotment_results_2026_06_04_2026060402521,2026-06-04,133189,16359,664.92,78,3.18,12500000,112500000,2026-06-15T08:35:00Z,Parsed from HKEXnews allotment results announcement.
02553_allotment_2026_06_02_2026060202644,02553,02553_allotment_results_2026_06_02_2026060202644,2026-06-02,109125,21872,1421.54,97,0.95,6000000,34000000,2026-06-15T08:50:00Z,Parsed from HKEXnews allotment results announcement.
03388_allotment_2026_05_28_2026052802543,03388,03388_allotment_results_2026_05_28_2026052802543,2026-05-28,251375,44336,3829.42,183,26.8,7342800,66084750,2026-06-15T08:35:00Z,Parsed from HKEXnews allotment results announcement.
06658_allotment_2026_06_12,06658,06658_allotment_results_2026_06_12,2026-06-12,180507,11465,6586.73,64,2.64,1146500,10317600,2026-06-15T06:15:00Z,Claw-back shown as N/A in the HKEXnews allotment results.
1 demand_id ticker source_id stage_date valid_applications successful_applications public_oversubscription_times international_placees international_oversubscription_times final_hk_offer_shares final_international_offer_shares data_as_of notes
2 00901_allotment_2026_05_27_2026052700001 00901 00901_allotment_results_2026_05_27_2026052700001 2026-05-27 177196 17058 1971.99 215 2.23 1920800 17286500 2026-06-15T08:35:00Z Parsed from HKEXnews allotment results announcement.
3 01081_allotment_2026_06_04_2026060402919 01081 01081_allotment_results_2026_06_04_2026060402919 2026-06-04 122627 28788 134.39 125 10.68 8696600 91314000 2026-06-15T08:35:00Z Parsed from HKEXnews allotment results announcement.
4 01779_allotment_2026_06_04_2026060402923 01779 01779_allotment_results_2026_06_04_2026060402923 2026-06-04 266377 28057 4762.58 80 10.94 1419350 12773800 2026-06-15T08:35:00Z Parsed from HKEXnews allotment results announcement.
5 02290_allotment_2026_06_04_2026060402521 02290 02290_allotment_results_2026_06_04_2026060402521 2026-06-04 133189 16359 664.92 78 3.18 12500000 112500000 2026-06-15T08:35:00Z Parsed from HKEXnews allotment results announcement.
6 02553_allotment_2026_06_02_2026060202644 02553 02553_allotment_results_2026_06_02_2026060202644 2026-06-02 109125 21872 1421.54 97 0.95 6000000 34000000 2026-06-15T08:50:00Z Parsed from HKEXnews allotment results announcement.
7 03388_allotment_2026_05_28_2026052802543 03388 03388_allotment_results_2026_05_28_2026052802543 2026-05-28 251375 44336 3829.42 183 26.8 7342800 66084750 2026-06-15T08:35:00Z Parsed from HKEXnews allotment results announcement.
8 06658_allotment_2026_06_12 06658 06658_allotment_results_2026_06_12 2026-06-12 180507 11465 6586.73 64 2.64 1146500 10317600 2026-06-15T06:15:00Z Claw-back shown as N/A in the HKEXnews allotment results.
+6 -6
View File
@@ -12,11 +12,11 @@ ticker,company_name_en,company_name_zh,stock_short_name,exchange,board,status,li
00699,NINGBO JOYSON ELECTRONIC CORP.- H shares,,,HKEX,Main Board,listed,2025-11-06,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2025.
00800,WeRide Inc. - W,,,HKEX,Main Board,listed,2025-11-06,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2025.
00805,New Gonow Recreational Vehicles Inc.,,,HKEX,Main Board,listed,2025-01-13,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2025.
00901,"Shenzhen SDMC Technology Co., Ltd. - H Shares",,,HKEX,Main Board,listed,2026-05-27,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2026.
00901,"Shenzhen SDMC Technology Co., Ltd. - H Shares",,,HKEX,Main Board,listed,2026-05-27,2026-05-18,2026-05-21,2026-05-26,,2026-06-15T08:35:00Z,Seeded from HKEXnews Main Board New Listing Report 2026.
00917,Qunabox Group Limited,,,HKEX,Main Board,listed,2024-05-27,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2024.
00999,Xiaocaiyuan International Holding Ltd.,,,HKEX,Main Board,listed,2024-12-20,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2024.
01021,"Guangdong Huayan Robotics Co., Ltd. - H Shares",,,HKEX,Main Board,listed,2026-03-30,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2026.
01081,"Dajin Heavy Industry Co., Ltd. - H Shares",,,HKEX,Main Board,listed,2026-06-05,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2026.
01081,"Dajin Heavy Industry Co., Ltd. - H Shares",,,HKEX,Main Board,listed,2026-06-05,2026-05-28,2026-06-02,2026-06-04,,2026-06-15T08:35:00Z,Seeded from HKEXnews Main Board New Listing Report 2026.
01111,Huashi Group Holdings Limited,,,HKEX,Main Board,listed,2023-11-10,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2023.
01187,"Cofoe Medical Technology Co., Ltd. - H Shares",,,HKEX,Main Board,listed,2026-05-06,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2026.
01236,"SHENZHEN LDROBOT CO., LTD - H Shares",,,HKEX,Main Board,listed,2026-05-11,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2026.
@@ -38,7 +38,7 @@ ticker,company_name_en,company_name_zh,stock_short_name,exchange,board,status,li
01609,"Star Sports Medicine Co., Ltd. - H Shares",,,HKEX,Main Board,listed,2026-05-05,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2026.
01641,"Hongxing Coldchain (Hunan) Co., Ltd.- H shares",,,HKEX,Main Board,listed,2026-01-13,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2026.
01768,"BUSY MING GROUP CO., LTD.- H shares",,,HKEX,Main Board,listed,2026-01-28,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2026.
01779,"LongBio Pharma (Suzhou) Co., Ltd. - B - H Shares",,,HKEX,Main Board,listed,2026-06-05,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2026.
01779,"LongBio Pharma (Suzhou) Co., Ltd. - B - H Shares",,,HKEX,Main Board,listed,2026-06-05,2026-05-28,2026-06-02,2026-06-04,,2026-06-15T08:35:00Z,Seeded from HKEXnews Main Board New Listing Report 2026.
01828,FWD Group Holdings Limited,,,HKEX,Main Board,listed,2025-07-07,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2025.
01879,"Shanghai Xizhi Technology Co., Ltd. - P - H Shares",,,HKEX,Main Board,listed,2026-04-28,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2026.
01973,"Tian Tu Capital Co., Ltd. - H Shares",,,HKEX,Main Board,listed,2023-10-06,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2023.
@@ -52,7 +52,7 @@ ticker,company_name_en,company_name_zh,stock_short_name,exchange,board,status,li
02259,Zijin Gold International Company Limited,,,HKEX,Main Board,listed,2025-09-30,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2025.
02268,WuXi XDC Cayman Inc.,,,HKEX,Main Board,listed,2023-11-17,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2023.
02271,Zhong An Intelligent Living Service Limited,,,HKEX,Main Board,listed,2023-07-18,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2023.
02290,Lung Fung Group Holdings Limited,,,HKEX,Main Board,listed,2026-06-05,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2026.
02290,Lung Fung Group Holdings Limited,,,HKEX,Main Board,listed,2026-06-05,2026-05-28,2026-06-02,2026-06-04,,2026-06-15T08:35:00Z,Seeded from HKEXnews Main Board New Listing Report 2026.
02396,B&K CORPORATION LIMITED - B - H shares,,,HKEX,Main Board,listed,2025-12-22,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2025.
02408,"Guangzhou Xiao Noodles Catering Management Co., Ltd.- H shares",,,HKEX,Main Board,listed,2025-12-05,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2025.
02410,"TYK Medicines, Inc - B - H Shares",,,HKEX,Main Board,listed,2024-08-20,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2024.
@@ -115,7 +115,7 @@ ticker,company_name_en,company_name_zh,stock_short_name,exchange,board,status,li
02549,Carote Ltd,,,HKEX,Main Board,listed,2024-10-02,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2024.
02550,Easou Technology Holdings Limited,,,HKEX,Main Board,listed,2024-06-07,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2024.
02551,"APT Electronics Co., Ltd. - H shares",,,HKEX,Main Board,listed,2024-11-08,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2024.
02553,"Beijing Shougang LanzaTech Technology Co., Ltd. - H Shares",,,HKEX,Main Board,listed,2026-06-03,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2026.
02553,"Beijing Shougang LanzaTech Technology Co., Ltd. - H Shares",,,HKEX,Main Board,listed,2026-06-03,2026-05-26,2026-05-29,2026-06-02,,2026-06-15T08:50:00Z,Seeded from HKEXnews Main Board New Listing Report 2026.
02555,"Sichuan Baicha Baidao Industrial Co., Ltd. - H shares",,,HKEX,Main Board,listed,2024-04-23,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2024.
02556,Marketingforce Management Ltd,,,HKEX,Main Board,listed,2024-05-16,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2024.
02559,Dida Inc.,,,HKEX,Main Board,listed,2024-06-28,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2024.
@@ -213,7 +213,7 @@ ticker,company_name_en,company_name_zh,stock_short_name,exchange,board,status,li
03317,"Shenzhen Xunce Technology Co., Ltd.- H shares",,,HKEX,Main Board,listed,2025-12-30,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2025.
03355,FS.COM Ltd. - H Shares,,,HKEX,Main Board,listed,2026-03-23,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2026.
03378,"Hanx Biopharmaceuticals (Wuhan) Co., Ltd. - B - H shares",,,HKEX,Main Board,listed,2025-12-23,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2025.
03388,"Shenzhen Creality 3D Technology Co., Ltd. - H Shares",,,HKEX,Main Board,listed,2026-05-29,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2026.
03388,"Shenzhen Creality 3D Technology Co., Ltd. - H Shares",,,HKEX,Main Board,listed,2026-05-29,2026-05-20,2026-05-26,2026-05-28,,2026-06-15T08:35:00Z,Seeded from HKEXnews Main Board New Listing Report 2026.
03625,"Shanghai FourSemi Semiconductor Co., Ltd. - H Shares",,,HKEX,Main Board,listed,2026-03-31,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2026.
03636,"Yunnan Jinxun Resources Co., Ltd. - H shares",,,HKEX,Main Board,listed,2026-01-09,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2026.
03650,Keep Inc.,,,HKEX,Main Board,listed,2023-07-12,,,,,2026-06-15T07:30:00Z,Seeded from HKEXnews Main Board New Listing Report 2023.
1 ticker company_name_en company_name_zh stock_short_name exchange board status listing_date application_start_date application_end_date allotment_results_expected_date industry_label data_as_of notes
12 00699 NINGBO JOYSON ELECTRONIC CORP.- H shares HKEX Main Board listed 2025-11-06 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2025.
13 00800 WeRide Inc. - W HKEX Main Board listed 2025-11-06 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2025.
14 00805 New Gonow Recreational Vehicles Inc. HKEX Main Board listed 2025-01-13 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2025.
15 00901 Shenzhen SDMC Technology Co., Ltd. - H Shares HKEX Main Board listed 2026-05-27 2026-05-18 2026-05-21 2026-05-26 2026-06-15T07:30:00Z 2026-06-15T08:35:00Z Seeded from HKEXnews Main Board New Listing Report 2026.
16 00917 Qunabox Group Limited HKEX Main Board listed 2024-05-27 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2024.
17 00999 Xiaocaiyuan International Holding Ltd. HKEX Main Board listed 2024-12-20 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2024.
18 01021 Guangdong Huayan Robotics Co., Ltd. - H Shares HKEX Main Board listed 2026-03-30 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2026.
19 01081 Dajin Heavy Industry Co., Ltd. - H Shares HKEX Main Board listed 2026-06-05 2026-05-28 2026-06-02 2026-06-04 2026-06-15T07:30:00Z 2026-06-15T08:35:00Z Seeded from HKEXnews Main Board New Listing Report 2026.
20 01111 Huashi Group Holdings Limited HKEX Main Board listed 2023-11-10 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2023.
21 01187 Cofoe Medical Technology Co., Ltd. - H Shares HKEX Main Board listed 2026-05-06 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2026.
22 01236 SHENZHEN LDROBOT CO., LTD - H Shares HKEX Main Board listed 2026-05-11 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2026.
38 01609 Star Sports Medicine Co., Ltd. - H Shares HKEX Main Board listed 2026-05-05 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2026.
39 01641 Hongxing Coldchain (Hunan) Co., Ltd.- H shares HKEX Main Board listed 2026-01-13 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2026.
40 01768 BUSY MING GROUP CO., LTD.- H shares HKEX Main Board listed 2026-01-28 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2026.
41 01779 LongBio Pharma (Suzhou) Co., Ltd. - B - H Shares HKEX Main Board listed 2026-06-05 2026-05-28 2026-06-02 2026-06-04 2026-06-15T07:30:00Z 2026-06-15T08:35:00Z Seeded from HKEXnews Main Board New Listing Report 2026.
42 01828 FWD Group Holdings Limited HKEX Main Board listed 2025-07-07 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2025.
43 01879 Shanghai Xizhi Technology Co., Ltd. - P - H Shares HKEX Main Board listed 2026-04-28 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2026.
44 01973 Tian Tu Capital Co., Ltd. - H Shares HKEX Main Board listed 2023-10-06 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2023.
52 02259 Zijin Gold International Company Limited HKEX Main Board listed 2025-09-30 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2025.
53 02268 WuXi XDC Cayman Inc. HKEX Main Board listed 2023-11-17 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2023.
54 02271 Zhong An Intelligent Living Service Limited HKEX Main Board listed 2023-07-18 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2023.
55 02290 Lung Fung Group Holdings Limited HKEX Main Board listed 2026-06-05 2026-05-28 2026-06-02 2026-06-04 2026-06-15T07:30:00Z 2026-06-15T08:35:00Z Seeded from HKEXnews Main Board New Listing Report 2026.
56 02396 B&K CORPORATION LIMITED - B - H shares HKEX Main Board listed 2025-12-22 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2025.
57 02408 Guangzhou Xiao Noodles Catering Management Co., Ltd.- H shares HKEX Main Board listed 2025-12-05 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2025.
58 02410 TYK Medicines, Inc - B - H Shares HKEX Main Board listed 2024-08-20 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2024.
115 02549 Carote Ltd HKEX Main Board listed 2024-10-02 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2024.
116 02550 Easou Technology Holdings Limited HKEX Main Board listed 2024-06-07 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2024.
117 02551 APT Electronics Co., Ltd. - H shares HKEX Main Board listed 2024-11-08 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2024.
118 02553 Beijing Shougang LanzaTech Technology Co., Ltd. - H Shares HKEX Main Board listed 2026-06-03 2026-05-26 2026-05-29 2026-06-02 2026-06-15T07:30:00Z 2026-06-15T08:50:00Z Seeded from HKEXnews Main Board New Listing Report 2026.
119 02555 Sichuan Baicha Baidao Industrial Co., Ltd. - H shares HKEX Main Board listed 2024-04-23 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2024.
120 02556 Marketingforce Management Ltd HKEX Main Board listed 2024-05-16 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2024.
121 02559 Dida Inc. HKEX Main Board listed 2024-06-28 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2024.
213 03317 Shenzhen Xunce Technology Co., Ltd.- H shares HKEX Main Board listed 2025-12-30 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2025.
214 03355 FS.COM Ltd. - H Shares HKEX Main Board listed 2026-03-23 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2026.
215 03378 Hanx Biopharmaceuticals (Wuhan) Co., Ltd. - B - H shares HKEX Main Board listed 2025-12-23 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2025.
216 03388 Shenzhen Creality 3D Technology Co., Ltd. - H Shares HKEX Main Board listed 2026-05-29 2026-05-20 2026-05-26 2026-05-28 2026-06-15T07:30:00Z 2026-06-15T08:35:00Z Seeded from HKEXnews Main Board New Listing Report 2026.
217 03625 Shanghai FourSemi Semiconductor Co., Ltd. - H Shares HKEX Main Board listed 2026-03-31 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2026.
218 03636 Yunnan Jinxun Resources Co., Ltd. - H shares HKEX Main Board listed 2026-01-09 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2026.
219 03650 Keep Inc. HKEX Main Board listed 2023-07-12 2026-06-15T07:30:00Z Seeded from HKEXnews Main Board New Listing Report 2023.
+6 -6
View File
@@ -12,11 +12,11 @@ ticker,source_id,prospectus_date,offer_price_hkd,board_lot,min_subscription_amou
00699,00699_new_listing_report_main_2025,2025-10-28,22.0,,,,,,,,,,3412.2,,,2026-06-15T07:30:00Z
00800,00800_new_listing_report_main_2025,2025-10-28,27.1,,,,,,,,,,2391.575,,,2026-06-15T07:30:00Z
00805,00805_new_listing_report_main_2025,2024-12-31,1.27,,,,,,,,,,304.8,,,2026-06-15T07:30:00Z
00901,00901_new_listing_report_main_2026,2026-05-18,32.8,,,,,,,,,,629.99944,,,2026-06-15T07:30:00Z
00901,00901_prospectus_2026_05_18_2026051800027,2026-05-18,32.8,100,3313.08,19207300,1920800,17286500,0.1,2881095,,,629.99944,,209540070,2026-06-15T08:35:00Z
00917,00917_new_listing_report_main_2024,2024-05-17,25.0,,,,,,,,,,492.6,,,2026-06-15T07:30:00Z
00999,00999_new_listing_report_main_2024,2024-12-12,8.5,,,,,,,,,,860.0368,,,2026-06-15T07:30:00Z
01021,01021_new_listing_report_main_2026,2026-03-20,17.0,,,,,,,,,,1808.3172,,,2026-06-15T07:30:00Z
01081,01081_new_listing_report_main_2026,2026-05-28,66.4,,,,,,,,,,6640.70384,,,2026-06-15T07:30:00Z
01081,01081_prospectus_2026_05_28_2026052800019,2026-05-28,66.4,100,6706.97,86965800,8696600,78269200,0.1,13044870,,,6640.70384,6465.48,737759949,2026-06-15T08:35:00Z
01111,01111_new_listing_report_main_2023,2023-10-31,1.04,,,,,,,,,,130.0,,,2026-06-15T07:30:00Z
01187,01187_new_listing_report_main_2026,2026-04-27,39.33,,,,,,,,,,1061.91,,,2026-06-15T07:30:00Z
01236,01236_new_listing_report_main_2026,2026-04-30,26.36,,,,,,,,,,878.668424,,,2026-06-15T07:30:00Z
@@ -38,7 +38,7 @@ ticker,source_id,prospectus_date,offer_price_hkd,board_lot,min_subscription_amou
01609,01609_new_listing_report_main_2026,2026-04-24,98.5,,,,,,,,,,829.552225,,,2026-06-15T07:30:00Z
01641,01641_new_listing_report_main_2026,2025-12-31,12.26,,,,,,,,,,285.20438,,,2026-06-15T07:30:00Z
01768,01768_new_listing_report_main_2026,2026-01-20,236.6,,,,,,,,,,4220.42348,,,2026-06-15T07:30:00Z
01779,01779_new_listing_report_main_2026,2026-05-28,96.06,,,,,,,,,,1363.393989,,,2026-06-15T07:30:00Z
01779,01779_prospectus_2026_05_28_2026052800023,2026-05-28,96.06,50,4851.44,14193150,1419350,12773800,0.1,2128972,,,1363.393989,1254.9,74193150,2026-06-15T08:35:00Z
01828,01828_new_listing_report_main_2025,2025-06-26,38.0,,,,,,,,,,3661.053,,,2026-06-15T07:30:00Z
01879,01879_new_listing_report_main_2026,2026-04-20,183.2,,,,,,,,,,2906.375484,,,2026-06-15T07:30:00Z
01973,01973_new_listing_report_main_2023,2023-09-25,6.5,,,,,,,,,,1126.177,,,2026-06-15T07:30:00Z
@@ -52,7 +52,7 @@ ticker,source_id,prospectus_date,offer_price_hkd,board_lot,min_subscription_amou
02259,02259_new_listing_report_main_2025,2025-09-19,71.59,,,,,,,,,,28731.880487,,,2026-06-15T07:30:00Z
02268,02268_new_listing_report_main_2023,2023-11-07,20.6,,,,,,,,,,4070.6527,,,2026-06-15T07:30:00Z
02271,02271_new_listing_report_main_2023,2023-06-30,1.18,,,,,,,,,,162.14852,,,2026-06-15T07:30:00Z
02290,02290_new_listing_report_main_2026,2026-05-28,5.18,,,,,,,,,,647.5,,,2026-06-15T07:30:00Z
02290,02290_prospectus_2026_05_28_2026052800031,2026-05-28,5.18,500,3222.17,125000000,12500000,112500000,0.1,18750000,,,647.5,,500000000,2026-06-15T08:35:00Z
02396,02396_new_listing_report_main_2025,2025-12-12,38.2,,,,,,,,,,674.18416,,,2026-06-15T07:30:00Z
02408,02408_new_listing_report_main_2025,2025-11-27,7.04,,,,,,,,,,685.44608,,,2026-06-15T07:30:00Z
02410,02410_new_listing_report_main_2024,2024-08-12,12.1,,,,,,,,,,579.348,,,2026-06-15T07:30:00Z
@@ -115,7 +115,7 @@ ticker,source_id,prospectus_date,offer_price_hkd,board_lot,min_subscription_amou
02549,02549_new_listing_report_main_2024,2024-09-23,5.78,,,,,,,,,,863.20832,,,2026-06-15T07:30:00Z
02550,02550_new_listing_report_main_2024,2024-05-30,5.8,,,,,,,,,,85.8545,,,2026-06-15T07:30:00Z
02551,02551_new_listing_report_main_2024,2024-10-31,3.61,,,,,,,,,,139.4904,,,2026-06-15T07:30:00Z
02553,02553_new_listing_report_main_2026,2026-05-26,14.6,,,,,,,,,,584.0,,,2026-06-15T07:30:00Z
02553,02553_prospectus_2026_05_26_2026052600047,2026-05-26,14.6,200,3454.49,40000000,4000000,36000000,0.1,6000000,,,584.0,486.46,400000000,2026-06-15T08:50:00Z
02555,02555_new_listing_report_main_2024,2024-04-15,17.5,,,,,,,,,,2585.8595,,,2026-06-15T07:30:00Z
02556,02556_new_listing_report_main_2024,2024-05-07,43.6,,,,,,,,,,259.40692,,,2026-06-15T07:30:00Z
02559,02559_new_listing_report_main_2024,2024-06-20,6.0,,,,,,,,,,234.546,,,2026-06-15T07:30:00Z
@@ -213,7 +213,7 @@ ticker,source_id,prospectus_date,offer_price_hkd,board_lot,min_subscription_amou
03317,03317_new_listing_report_main_2025,2025-12-18,48.0,,,,,,,,,,1089.3312,,,2026-06-15T07:30:00Z
03355,03355_new_listing_report_main_2026,2026-03-13,41.6,,,,,,,,,,1900.10912,,,2026-06-15T07:30:00Z
03378,03378_new_listing_report_main_2025,2025-12-15,32.0,,,,,,,,,,586.272,,,2026-06-15T07:30:00Z
03388,03388_new_listing_report_main_2026,2026-05-20,18.8,,,,,,,,,,1380.43794,,,2026-06-15T07:30:00Z
03388,03388_prospectus_2026_05_20_2026052000023,2026-05-20,18.8,150,2848.44,73427550,7342800,66084750,0.1,11014132,,,1380.43794,1272.32,466840101,2026-06-15T08:35:00Z
03625,03625_new_listing_report_main_2026,2026-03-23,40.0,,,,,,,,,,480.0,,,2026-06-15T07:30:00Z
03636,03636_new_listing_report_main_2026,2025-12-31,30.0,,,,,,,,,,1268.412,,,2026-06-15T07:30:00Z
03650,03650_new_listing_report_main_2023,2023-06-30,28.92,,,,,,,,,,313.452312,,,2026-06-15T07:30:00Z
1 ticker source_id prospectus_date offer_price_hkd board_lot min_subscription_amount_hkd global_offer_shares hk_offer_shares_initial international_offer_shares_initial public_offer_pct_initial over_allotment_offer_shares offer_size_adjustment_offer_shares market_cap_hkd_m gross_proceeds_hkd_m net_proceeds_hkd_m issued_shares_upon_listing data_as_of
12 00699 00699_new_listing_report_main_2025 2025-10-28 22.0 3412.2 2026-06-15T07:30:00Z
13 00800 00800_new_listing_report_main_2025 2025-10-28 27.1 2391.575 2026-06-15T07:30:00Z
14 00805 00805_new_listing_report_main_2025 2024-12-31 1.27 304.8 2026-06-15T07:30:00Z
15 00901 00901_new_listing_report_main_2026 00901_prospectus_2026_05_18_2026051800027 2026-05-18 32.8 100 3313.08 19207300 1920800 17286500 0.1 2881095 629.99944 209540070 2026-06-15T07:30:00Z 2026-06-15T08:35:00Z
16 00917 00917_new_listing_report_main_2024 2024-05-17 25.0 492.6 2026-06-15T07:30:00Z
17 00999 00999_new_listing_report_main_2024 2024-12-12 8.5 860.0368 2026-06-15T07:30:00Z
18 01021 01021_new_listing_report_main_2026 2026-03-20 17.0 1808.3172 2026-06-15T07:30:00Z
19 01081 01081_new_listing_report_main_2026 01081_prospectus_2026_05_28_2026052800019 2026-05-28 66.4 100 6706.97 86965800 8696600 78269200 0.1 13044870 6640.70384 6465.48 737759949 2026-06-15T07:30:00Z 2026-06-15T08:35:00Z
20 01111 01111_new_listing_report_main_2023 2023-10-31 1.04 130.0 2026-06-15T07:30:00Z
21 01187 01187_new_listing_report_main_2026 2026-04-27 39.33 1061.91 2026-06-15T07:30:00Z
22 01236 01236_new_listing_report_main_2026 2026-04-30 26.36 878.668424 2026-06-15T07:30:00Z
38 01609 01609_new_listing_report_main_2026 2026-04-24 98.5 829.552225 2026-06-15T07:30:00Z
39 01641 01641_new_listing_report_main_2026 2025-12-31 12.26 285.20438 2026-06-15T07:30:00Z
40 01768 01768_new_listing_report_main_2026 2026-01-20 236.6 4220.42348 2026-06-15T07:30:00Z
41 01779 01779_new_listing_report_main_2026 01779_prospectus_2026_05_28_2026052800023 2026-05-28 96.06 50 4851.44 14193150 1419350 12773800 0.1 2128972 1363.393989 1254.9 74193150 2026-06-15T07:30:00Z 2026-06-15T08:35:00Z
42 01828 01828_new_listing_report_main_2025 2025-06-26 38.0 3661.053 2026-06-15T07:30:00Z
43 01879 01879_new_listing_report_main_2026 2026-04-20 183.2 2906.375484 2026-06-15T07:30:00Z
44 01973 01973_new_listing_report_main_2023 2023-09-25 6.5 1126.177 2026-06-15T07:30:00Z
52 02259 02259_new_listing_report_main_2025 2025-09-19 71.59 28731.880487 2026-06-15T07:30:00Z
53 02268 02268_new_listing_report_main_2023 2023-11-07 20.6 4070.6527 2026-06-15T07:30:00Z
54 02271 02271_new_listing_report_main_2023 2023-06-30 1.18 162.14852 2026-06-15T07:30:00Z
55 02290 02290_new_listing_report_main_2026 02290_prospectus_2026_05_28_2026052800031 2026-05-28 5.18 500 3222.17 125000000 12500000 112500000 0.1 18750000 647.5 500000000 2026-06-15T07:30:00Z 2026-06-15T08:35:00Z
56 02396 02396_new_listing_report_main_2025 2025-12-12 38.2 674.18416 2026-06-15T07:30:00Z
57 02408 02408_new_listing_report_main_2025 2025-11-27 7.04 685.44608 2026-06-15T07:30:00Z
58 02410 02410_new_listing_report_main_2024 2024-08-12 12.1 579.348 2026-06-15T07:30:00Z
115 02549 02549_new_listing_report_main_2024 2024-09-23 5.78 863.20832 2026-06-15T07:30:00Z
116 02550 02550_new_listing_report_main_2024 2024-05-30 5.8 85.8545 2026-06-15T07:30:00Z
117 02551 02551_new_listing_report_main_2024 2024-10-31 3.61 139.4904 2026-06-15T07:30:00Z
118 02553 02553_new_listing_report_main_2026 02553_prospectus_2026_05_26_2026052600047 2026-05-26 14.6 200 3454.49 40000000 4000000 36000000 0.1 6000000 584.0 486.46 400000000 2026-06-15T07:30:00Z 2026-06-15T08:50:00Z
119 02555 02555_new_listing_report_main_2024 2024-04-15 17.5 2585.8595 2026-06-15T07:30:00Z
120 02556 02556_new_listing_report_main_2024 2024-05-07 43.6 259.40692 2026-06-15T07:30:00Z
121 02559 02559_new_listing_report_main_2024 2024-06-20 6.0 234.546 2026-06-15T07:30:00Z
213 03317 03317_new_listing_report_main_2025 2025-12-18 48.0 1089.3312 2026-06-15T07:30:00Z
214 03355 03355_new_listing_report_main_2026 2026-03-13 41.6 1900.10912 2026-06-15T07:30:00Z
215 03378 03378_new_listing_report_main_2025 2025-12-15 32.0 586.272 2026-06-15T07:30:00Z
216 03388 03388_new_listing_report_main_2026 03388_prospectus_2026_05_20_2026052000023 2026-05-20 18.8 150 2848.44 73427550 7342800 66084750 0.1 11014132 1380.43794 1272.32 466840101 2026-06-15T07:30:00Z 2026-06-15T08:35:00Z
217 03625 03625_new_listing_report_main_2026 2026-03-23 40.0 480.0 2026-06-15T07:30:00Z
218 03636 03636_new_listing_report_main_2026 2025-12-31 30.0 1268.412 2026-06-15T07:30:00Z
219 03650 03650_new_listing_report_main_2023 2023-06-30 28.92 313.452312 2026-06-15T07:30:00Z
+12
View File
@@ -12,11 +12,15 @@ source_id,ticker,source_type,title,path_base,local_path,url,file_sha256,source_d
00699_new_listing_report_main_2025,00699,new_listing_report,HKEXnews Main Board New Listing Report 2025,repo_root,data/raw/hkex_new_listing_reports/main/NLR2025_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2025_Eng.xlsx,a9ac4c349715eaeaf64666b6ef0a142b49895fb15342cd189514d66263a3a066,2025-12-30,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
00800_new_listing_report_main_2025,00800,new_listing_report,HKEXnews Main Board New Listing Report 2025,repo_root,data/raw/hkex_new_listing_reports/main/NLR2025_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2025_Eng.xlsx,a9ac4c349715eaeaf64666b6ef0a142b49895fb15342cd189514d66263a3a066,2025-12-30,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
00805_new_listing_report_main_2025,00805,new_listing_report,HKEXnews Main Board New Listing Report 2025,repo_root,data/raw/hkex_new_listing_reports/main/NLR2025_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2025_Eng.xlsx,a9ac4c349715eaeaf64666b6ef0a142b49895fb15342cd189514d66263a3a066,2025-12-30,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
00901_allotment_results_2026_05_27_2026052700001,00901,allotment_results,ANNOUNCEMENT OF ALLOTMENT RESULTS,repo_root,data/raw/00901/allotment_results_2026-05-27_2026052700001.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0527/2026052700001.pdf,c2201438364d513cb92aa7f96be2ec10bc91296ad31720514562c4b76d2ec48d,2026-05-27,2026-06-15T08:35:00Z,HKEXnews Announcements and Notices - [Allotment Results].
00901_new_listing_report_main_2026,00901,new_listing_report,HKEXnews Main Board New Listing Report 2026,repo_root,data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx,72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330,2026-06-09,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
00901_prospectus_2026_05_18_2026051800027,00901,prospectus,GLOBAL OFFERING,repo_root,data/raw/00901/prospectus_2026-05-18_2026051800027.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0518/2026051800027.pdf,d4cb0a3be8a638791d62ab9262d9bfec1e8df110323dcd93fc45ae6ce672ecdb,2026-05-18,2026-06-15T08:35:00Z,HKEXnews Listing Documents - [Offer for Subscription].
00917_new_listing_report_main_2024,00917,new_listing_report,HKEXnews Main Board New Listing Report 2024,repo_root,data/raw/hkex_new_listing_reports/main/NLR2024_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2024_Eng.xlsx,8c456f5e8cc5326f68fe0d4da85006f018ccfe7a5282c4e3d6f7fed67090f60d,2024-12-30,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
00999_new_listing_report_main_2024,00999,new_listing_report,HKEXnews Main Board New Listing Report 2024,repo_root,data/raw/hkex_new_listing_reports/main/NLR2024_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2024_Eng.xlsx,8c456f5e8cc5326f68fe0d4da85006f018ccfe7a5282c4e3d6f7fed67090f60d,2024-12-30,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
01021_new_listing_report_main_2026,01021,new_listing_report,HKEXnews Main Board New Listing Report 2026,repo_root,data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx,72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330,2026-06-09,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
01081_allotment_results_2026_06_04_2026060402919,01081,allotment_results,Announcement of Allotment Results,repo_root,data/raw/01081/allotment_results_2026-06-04_2026060402919.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0604/2026060402919.pdf,d73aeb70ca4282c5c5c50a4a11f26a3f191a6d5bba4b7a865d091ebc85b614b2,2026-06-04,2026-06-15T08:35:00Z,HKEXnews Announcements and Notices - [Allotment Results].
01081_new_listing_report_main_2026,01081,new_listing_report,HKEXnews Main Board New Listing Report 2026,repo_root,data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx,72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330,2026-06-09,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
01081_prospectus_2026_05_28_2026052800019,01081,prospectus,GLOBAL OFFERING,repo_root,data/raw/01081/prospectus_2026-05-28_2026052800019.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0528/2026052800019.pdf,d09984648ea2e8b7c10788d585dd6281ad64e5a21eaad9a387f2c5c2966b37f3,2026-05-28,2026-06-15T08:35:00Z,HKEXnews Listing Documents - [Offer for Subscription].
01111_new_listing_report_main_2023,01111,new_listing_report,HKEXnews Main Board New Listing Report 2023,repo_root,data/raw/hkex_new_listing_reports/main/NLR2023_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2023_Eng.xlsx,1ec5da84e5062a829907253c2458a9af2a028964aa0baf4c0a5c40ac4db43e57,2023-12-29,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
01187_new_listing_report_main_2026,01187,new_listing_report,HKEXnews Main Board New Listing Report 2026,repo_root,data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx,72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330,2026-06-09,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
01236_new_listing_report_main_2026,01236,new_listing_report,HKEXnews Main Board New Listing Report 2026,repo_root,data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx,72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330,2026-06-09,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
@@ -38,7 +42,9 @@ source_id,ticker,source_type,title,path_base,local_path,url,file_sha256,source_d
01609_new_listing_report_main_2026,01609,new_listing_report,HKEXnews Main Board New Listing Report 2026,repo_root,data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx,72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330,2026-06-09,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
01641_new_listing_report_main_2026,01641,new_listing_report,HKEXnews Main Board New Listing Report 2026,repo_root,data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx,72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330,2026-06-09,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
01768_new_listing_report_main_2026,01768,new_listing_report,HKEXnews Main Board New Listing Report 2026,repo_root,data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx,72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330,2026-06-09,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
01779_allotment_results_2026_06_04_2026060402923,01779,allotment_results,Announcement of Allotment Results,repo_root,data/raw/01779/allotment_results_2026-06-04_2026060402923.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0604/2026060402923.pdf,7af48176c182598c438b84b2c41684297bb6e10978a2f742d2c07b8cc7319648,2026-06-04,2026-06-15T08:35:00Z,HKEXnews Announcements and Notices - [Allotment Results].
01779_new_listing_report_main_2026,01779,new_listing_report,HKEXnews Main Board New Listing Report 2026,repo_root,data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx,72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330,2026-06-09,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
01779_prospectus_2026_05_28_2026052800023,01779,prospectus,GLOBAL OFFERING,repo_root,data/raw/01779/prospectus_2026-05-28_2026052800023.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0528/2026052800023.pdf,7687422547c9aff6ec0301bf77cf83a2af5b53a13604bc557ae9c32ce5dc48da,2026-05-28,2026-06-15T08:35:00Z,HKEXnews Listing Documents - [Offer for Subscription].
01828_new_listing_report_main_2025,01828,new_listing_report,HKEXnews Main Board New Listing Report 2025,repo_root,data/raw/hkex_new_listing_reports/main/NLR2025_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2025_Eng.xlsx,a9ac4c349715eaeaf64666b6ef0a142b49895fb15342cd189514d66263a3a066,2025-12-30,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
01879_new_listing_report_main_2026,01879,new_listing_report,HKEXnews Main Board New Listing Report 2026,repo_root,data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx,72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330,2026-06-09,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
01973_new_listing_report_main_2023,01973,new_listing_report,HKEXnews Main Board New Listing Report 2023,repo_root,data/raw/hkex_new_listing_reports/main/NLR2023_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2023_Eng.xlsx,1ec5da84e5062a829907253c2458a9af2a028964aa0baf4c0a5c40ac4db43e57,2023-12-29,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
@@ -52,7 +58,9 @@ source_id,ticker,source_type,title,path_base,local_path,url,file_sha256,source_d
02259_new_listing_report_main_2025,02259,new_listing_report,HKEXnews Main Board New Listing Report 2025,repo_root,data/raw/hkex_new_listing_reports/main/NLR2025_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2025_Eng.xlsx,a9ac4c349715eaeaf64666b6ef0a142b49895fb15342cd189514d66263a3a066,2025-12-30,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
02268_new_listing_report_main_2023,02268,new_listing_report,HKEXnews Main Board New Listing Report 2023,repo_root,data/raw/hkex_new_listing_reports/main/NLR2023_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2023_Eng.xlsx,1ec5da84e5062a829907253c2458a9af2a028964aa0baf4c0a5c40ac4db43e57,2023-12-29,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
02271_new_listing_report_main_2023,02271,new_listing_report,HKEXnews Main Board New Listing Report 2023,repo_root,data/raw/hkex_new_listing_reports/main/NLR2023_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2023_Eng.xlsx,1ec5da84e5062a829907253c2458a9af2a028964aa0baf4c0a5c40ac4db43e57,2023-12-29,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
02290_allotment_results_2026_06_04_2026060402521,02290,allotment_results,ANNOUNCEMENT OF FINAL OFFER PRICE AND ALLOTMENT RESULTS,repo_root,data/raw/02290/allotment_results_2026-06-04_2026060402521.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0604/2026060402521.pdf,85190f97977be8dd38dfbdd252cb2145fdcc1eab907f19bb48fcd841caaa226f,2026-06-04,2026-06-15T08:35:00Z,HKEXnews Announcements and Notices - [Allotment Results].
02290_new_listing_report_main_2026,02290,new_listing_report,HKEXnews Main Board New Listing Report 2026,repo_root,data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx,72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330,2026-06-09,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
02290_prospectus_2026_05_28_2026052800031,02290,prospectus,GLOBAL OFFERING,repo_root,data/raw/02290/prospectus_2026-05-28_2026052800031.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0528/2026052800031.pdf,f84e9f37a1b3f66714a30aca66a3ea4868e306d159bfc4eafc2c0b0e76d5f936,2026-05-28,2026-06-15T08:35:00Z,HKEXnews Listing Documents - [Offer for Subscription].
02396_new_listing_report_main_2025,02396,new_listing_report,HKEXnews Main Board New Listing Report 2025,repo_root,data/raw/hkex_new_listing_reports/main/NLR2025_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2025_Eng.xlsx,a9ac4c349715eaeaf64666b6ef0a142b49895fb15342cd189514d66263a3a066,2025-12-30,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
02408_new_listing_report_main_2025,02408,new_listing_report,HKEXnews Main Board New Listing Report 2025,repo_root,data/raw/hkex_new_listing_reports/main/NLR2025_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2025_Eng.xlsx,a9ac4c349715eaeaf64666b6ef0a142b49895fb15342cd189514d66263a3a066,2025-12-30,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
02410_new_listing_report_main_2024,02410,new_listing_report,HKEXnews Main Board New Listing Report 2024,repo_root,data/raw/hkex_new_listing_reports/main/NLR2024_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2024_Eng.xlsx,8c456f5e8cc5326f68fe0d4da85006f018ccfe7a5282c4e3d6f7fed67090f60d,2024-12-30,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
@@ -115,7 +123,9 @@ source_id,ticker,source_type,title,path_base,local_path,url,file_sha256,source_d
02549_new_listing_report_main_2024,02549,new_listing_report,HKEXnews Main Board New Listing Report 2024,repo_root,data/raw/hkex_new_listing_reports/main/NLR2024_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2024_Eng.xlsx,8c456f5e8cc5326f68fe0d4da85006f018ccfe7a5282c4e3d6f7fed67090f60d,2024-12-30,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
02550_new_listing_report_main_2024,02550,new_listing_report,HKEXnews Main Board New Listing Report 2024,repo_root,data/raw/hkex_new_listing_reports/main/NLR2024_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2024_Eng.xlsx,8c456f5e8cc5326f68fe0d4da85006f018ccfe7a5282c4e3d6f7fed67090f60d,2024-12-30,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
02551_new_listing_report_main_2024,02551,new_listing_report,HKEXnews Main Board New Listing Report 2024,repo_root,data/raw/hkex_new_listing_reports/main/NLR2024_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2024_Eng.xlsx,8c456f5e8cc5326f68fe0d4da85006f018ccfe7a5282c4e3d6f7fed67090f60d,2024-12-30,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
02553_allotment_results_2026_06_02_2026060202644,02553,allotment_results,ANNOUNCEMENT OF FINAL OFFER PRICE AND ALLOTMENT RESULTS,repo_root,data/raw/02553/allotment_results_2026-06-02_2026060202644.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0602/2026060202644.pdf,1176c14ac0a19de15fe09e6b8738b1a1777699b2ef31577cad9783507fbc8232,2026-06-02,2026-06-15T08:50:00Z,HKEXnews Announcements and Notices - [Allotment Results].
02553_new_listing_report_main_2026,02553,new_listing_report,HKEXnews Main Board New Listing Report 2026,repo_root,data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx,72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330,2026-06-09,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
02553_prospectus_2026_05_26_2026052600047,02553,prospectus,GLOBAL OFFERING,repo_root,data/raw/02553/prospectus_2026-05-26_2026052600047.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0526/2026052600047.pdf,0725adb1457af7bd6c5cd038c3b10ce176043f8c64a9fee9ebd86c42d9d01861,2026-05-26,2026-06-15T08:50:00Z,HKEXnews Listing Documents - [Offer for Subscription].
02555_new_listing_report_main_2024,02555,new_listing_report,HKEXnews Main Board New Listing Report 2024,repo_root,data/raw/hkex_new_listing_reports/main/NLR2024_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2024_Eng.xlsx,8c456f5e8cc5326f68fe0d4da85006f018ccfe7a5282c4e3d6f7fed67090f60d,2024-12-30,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
02556_new_listing_report_main_2024,02556,new_listing_report,HKEXnews Main Board New Listing Report 2024,repo_root,data/raw/hkex_new_listing_reports/main/NLR2024_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2024_Eng.xlsx,8c456f5e8cc5326f68fe0d4da85006f018ccfe7a5282c4e3d6f7fed67090f60d,2024-12-30,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
02559_new_listing_report_main_2024,02559,new_listing_report,HKEXnews Main Board New Listing Report 2024,repo_root,data/raw/hkex_new_listing_reports/main/NLR2024_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2024_Eng.xlsx,8c456f5e8cc5326f68fe0d4da85006f018ccfe7a5282c4e3d6f7fed67090f60d,2024-12-30,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
@@ -213,7 +223,9 @@ source_id,ticker,source_type,title,path_base,local_path,url,file_sha256,source_d
03317_new_listing_report_main_2025,03317,new_listing_report,HKEXnews Main Board New Listing Report 2025,repo_root,data/raw/hkex_new_listing_reports/main/NLR2025_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2025_Eng.xlsx,a9ac4c349715eaeaf64666b6ef0a142b49895fb15342cd189514d66263a3a066,2025-12-30,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
03355_new_listing_report_main_2026,03355,new_listing_report,HKEXnews Main Board New Listing Report 2026,repo_root,data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx,72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330,2026-06-09,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
03378_new_listing_report_main_2025,03378,new_listing_report,HKEXnews Main Board New Listing Report 2025,repo_root,data/raw/hkex_new_listing_reports/main/NLR2025_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2025_Eng.xlsx,a9ac4c349715eaeaf64666b6ef0a142b49895fb15342cd189514d66263a3a066,2025-12-30,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
03388_allotment_results_2026_05_28_2026052802543,03388,allotment_results,ANNOUNCEMENT OF ALLOTMENT RESULTS,repo_root,data/raw/03388/allotment_results_2026-05-28_2026052802543.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0528/2026052802543.pdf,9cb7df8ccd704f13591bf4c9a783bf7490da3fc7fed0183c9e4d431ce4d405b6,2026-05-28,2026-06-15T08:35:00Z,HKEXnews Announcements and Notices - [Allotment Results].
03388_new_listing_report_main_2026,03388,new_listing_report,HKEXnews Main Board New Listing Report 2026,repo_root,data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx,72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330,2026-06-09,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
03388_prospectus_2026_05_20_2026052000023,03388,prospectus,GLOBAL OFFERING,repo_root,data/raw/03388/prospectus_2026-05-20_2026052000023.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0520/2026052000023.pdf,e9c03a103d92851176522aea43b2b5effbd2a249152577639b9ce42cb718d417,2026-05-20,2026-06-15T08:35:00Z,HKEXnews Listing Documents - [Offer for Subscription].
03625_new_listing_report_main_2026,03625,new_listing_report,HKEXnews Main Board New Listing Report 2026,repo_root,data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx,72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330,2026-06-09,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
03636_new_listing_report_main_2026,03636,new_listing_report,HKEXnews Main Board New Listing Report 2026,repo_root,data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx,72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330,2026-06-09,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
03650_new_listing_report_main_2023,03650,new_listing_report,HKEXnews Main Board New Listing Report 2023,repo_root,data/raw/hkex_new_listing_reports/main/NLR2023_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2023_Eng.xlsx,1ec5da84e5062a829907253c2458a9af2a028964aa0baf4c0a5c40ac4db43e57,2023-12-29,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
1 source_id ticker source_type title path_base local_path url file_sha256 source_date archived_at notes
12 00699_new_listing_report_main_2025 00699 new_listing_report HKEXnews Main Board New Listing Report 2025 repo_root data/raw/hkex_new_listing_reports/main/NLR2025_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2025_Eng.xlsx a9ac4c349715eaeaf64666b6ef0a142b49895fb15342cd189514d66263a3a066 2025-12-30 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
13 00800_new_listing_report_main_2025 00800 new_listing_report HKEXnews Main Board New Listing Report 2025 repo_root data/raw/hkex_new_listing_reports/main/NLR2025_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2025_Eng.xlsx a9ac4c349715eaeaf64666b6ef0a142b49895fb15342cd189514d66263a3a066 2025-12-30 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
14 00805_new_listing_report_main_2025 00805 new_listing_report HKEXnews Main Board New Listing Report 2025 repo_root data/raw/hkex_new_listing_reports/main/NLR2025_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2025_Eng.xlsx a9ac4c349715eaeaf64666b6ef0a142b49895fb15342cd189514d66263a3a066 2025-12-30 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
15 00901_allotment_results_2026_05_27_2026052700001 00901 allotment_results ANNOUNCEMENT OF ALLOTMENT RESULTS repo_root data/raw/00901/allotment_results_2026-05-27_2026052700001.pdf https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0527/2026052700001.pdf c2201438364d513cb92aa7f96be2ec10bc91296ad31720514562c4b76d2ec48d 2026-05-27 2026-06-15T08:35:00Z HKEXnews Announcements and Notices - [Allotment Results].
16 00901_new_listing_report_main_2026 00901 new_listing_report HKEXnews Main Board New Listing Report 2026 repo_root data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx 72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330 2026-06-09 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
17 00901_prospectus_2026_05_18_2026051800027 00901 prospectus GLOBAL OFFERING repo_root data/raw/00901/prospectus_2026-05-18_2026051800027.pdf https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0518/2026051800027.pdf d4cb0a3be8a638791d62ab9262d9bfec1e8df110323dcd93fc45ae6ce672ecdb 2026-05-18 2026-06-15T08:35:00Z HKEXnews Listing Documents - [Offer for Subscription].
18 00917_new_listing_report_main_2024 00917 new_listing_report HKEXnews Main Board New Listing Report 2024 repo_root data/raw/hkex_new_listing_reports/main/NLR2024_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2024_Eng.xlsx 8c456f5e8cc5326f68fe0d4da85006f018ccfe7a5282c4e3d6f7fed67090f60d 2024-12-30 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
19 00999_new_listing_report_main_2024 00999 new_listing_report HKEXnews Main Board New Listing Report 2024 repo_root data/raw/hkex_new_listing_reports/main/NLR2024_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2024_Eng.xlsx 8c456f5e8cc5326f68fe0d4da85006f018ccfe7a5282c4e3d6f7fed67090f60d 2024-12-30 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
20 01021_new_listing_report_main_2026 01021 new_listing_report HKEXnews Main Board New Listing Report 2026 repo_root data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx 72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330 2026-06-09 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
21 01081_allotment_results_2026_06_04_2026060402919 01081 allotment_results Announcement of Allotment Results repo_root data/raw/01081/allotment_results_2026-06-04_2026060402919.pdf https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0604/2026060402919.pdf d73aeb70ca4282c5c5c50a4a11f26a3f191a6d5bba4b7a865d091ebc85b614b2 2026-06-04 2026-06-15T08:35:00Z HKEXnews Announcements and Notices - [Allotment Results].
22 01081_new_listing_report_main_2026 01081 new_listing_report HKEXnews Main Board New Listing Report 2026 repo_root data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx 72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330 2026-06-09 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
23 01081_prospectus_2026_05_28_2026052800019 01081 prospectus GLOBAL OFFERING repo_root data/raw/01081/prospectus_2026-05-28_2026052800019.pdf https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0528/2026052800019.pdf d09984648ea2e8b7c10788d585dd6281ad64e5a21eaad9a387f2c5c2966b37f3 2026-05-28 2026-06-15T08:35:00Z HKEXnews Listing Documents - [Offer for Subscription].
24 01111_new_listing_report_main_2023 01111 new_listing_report HKEXnews Main Board New Listing Report 2023 repo_root data/raw/hkex_new_listing_reports/main/NLR2023_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2023_Eng.xlsx 1ec5da84e5062a829907253c2458a9af2a028964aa0baf4c0a5c40ac4db43e57 2023-12-29 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
25 01187_new_listing_report_main_2026 01187 new_listing_report HKEXnews Main Board New Listing Report 2026 repo_root data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx 72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330 2026-06-09 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
26 01236_new_listing_report_main_2026 01236 new_listing_report HKEXnews Main Board New Listing Report 2026 repo_root data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx 72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330 2026-06-09 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
42 01609_new_listing_report_main_2026 01609 new_listing_report HKEXnews Main Board New Listing Report 2026 repo_root data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx 72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330 2026-06-09 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
43 01641_new_listing_report_main_2026 01641 new_listing_report HKEXnews Main Board New Listing Report 2026 repo_root data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx 72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330 2026-06-09 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
44 01768_new_listing_report_main_2026 01768 new_listing_report HKEXnews Main Board New Listing Report 2026 repo_root data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx 72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330 2026-06-09 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
45 01779_allotment_results_2026_06_04_2026060402923 01779 allotment_results Announcement of Allotment Results repo_root data/raw/01779/allotment_results_2026-06-04_2026060402923.pdf https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0604/2026060402923.pdf 7af48176c182598c438b84b2c41684297bb6e10978a2f742d2c07b8cc7319648 2026-06-04 2026-06-15T08:35:00Z HKEXnews Announcements and Notices - [Allotment Results].
46 01779_new_listing_report_main_2026 01779 new_listing_report HKEXnews Main Board New Listing Report 2026 repo_root data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx 72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330 2026-06-09 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
47 01779_prospectus_2026_05_28_2026052800023 01779 prospectus GLOBAL OFFERING repo_root data/raw/01779/prospectus_2026-05-28_2026052800023.pdf https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0528/2026052800023.pdf 7687422547c9aff6ec0301bf77cf83a2af5b53a13604bc557ae9c32ce5dc48da 2026-05-28 2026-06-15T08:35:00Z HKEXnews Listing Documents - [Offer for Subscription].
48 01828_new_listing_report_main_2025 01828 new_listing_report HKEXnews Main Board New Listing Report 2025 repo_root data/raw/hkex_new_listing_reports/main/NLR2025_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2025_Eng.xlsx a9ac4c349715eaeaf64666b6ef0a142b49895fb15342cd189514d66263a3a066 2025-12-30 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
49 01879_new_listing_report_main_2026 01879 new_listing_report HKEXnews Main Board New Listing Report 2026 repo_root data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx 72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330 2026-06-09 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
50 01973_new_listing_report_main_2023 01973 new_listing_report HKEXnews Main Board New Listing Report 2023 repo_root data/raw/hkex_new_listing_reports/main/NLR2023_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2023_Eng.xlsx 1ec5da84e5062a829907253c2458a9af2a028964aa0baf4c0a5c40ac4db43e57 2023-12-29 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
58 02259_new_listing_report_main_2025 02259 new_listing_report HKEXnews Main Board New Listing Report 2025 repo_root data/raw/hkex_new_listing_reports/main/NLR2025_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2025_Eng.xlsx a9ac4c349715eaeaf64666b6ef0a142b49895fb15342cd189514d66263a3a066 2025-12-30 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
59 02268_new_listing_report_main_2023 02268 new_listing_report HKEXnews Main Board New Listing Report 2023 repo_root data/raw/hkex_new_listing_reports/main/NLR2023_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2023_Eng.xlsx 1ec5da84e5062a829907253c2458a9af2a028964aa0baf4c0a5c40ac4db43e57 2023-12-29 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
60 02271_new_listing_report_main_2023 02271 new_listing_report HKEXnews Main Board New Listing Report 2023 repo_root data/raw/hkex_new_listing_reports/main/NLR2023_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2023_Eng.xlsx 1ec5da84e5062a829907253c2458a9af2a028964aa0baf4c0a5c40ac4db43e57 2023-12-29 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
61 02290_allotment_results_2026_06_04_2026060402521 02290 allotment_results ANNOUNCEMENT OF FINAL OFFER PRICE AND ALLOTMENT RESULTS repo_root data/raw/02290/allotment_results_2026-06-04_2026060402521.pdf https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0604/2026060402521.pdf 85190f97977be8dd38dfbdd252cb2145fdcc1eab907f19bb48fcd841caaa226f 2026-06-04 2026-06-15T08:35:00Z HKEXnews Announcements and Notices - [Allotment Results].
62 02290_new_listing_report_main_2026 02290 new_listing_report HKEXnews Main Board New Listing Report 2026 repo_root data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx 72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330 2026-06-09 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
63 02290_prospectus_2026_05_28_2026052800031 02290 prospectus GLOBAL OFFERING repo_root data/raw/02290/prospectus_2026-05-28_2026052800031.pdf https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0528/2026052800031.pdf f84e9f37a1b3f66714a30aca66a3ea4868e306d159bfc4eafc2c0b0e76d5f936 2026-05-28 2026-06-15T08:35:00Z HKEXnews Listing Documents - [Offer for Subscription].
64 02396_new_listing_report_main_2025 02396 new_listing_report HKEXnews Main Board New Listing Report 2025 repo_root data/raw/hkex_new_listing_reports/main/NLR2025_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2025_Eng.xlsx a9ac4c349715eaeaf64666b6ef0a142b49895fb15342cd189514d66263a3a066 2025-12-30 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
65 02408_new_listing_report_main_2025 02408 new_listing_report HKEXnews Main Board New Listing Report 2025 repo_root data/raw/hkex_new_listing_reports/main/NLR2025_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2025_Eng.xlsx a9ac4c349715eaeaf64666b6ef0a142b49895fb15342cd189514d66263a3a066 2025-12-30 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
66 02410_new_listing_report_main_2024 02410 new_listing_report HKEXnews Main Board New Listing Report 2024 repo_root data/raw/hkex_new_listing_reports/main/NLR2024_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2024_Eng.xlsx 8c456f5e8cc5326f68fe0d4da85006f018ccfe7a5282c4e3d6f7fed67090f60d 2024-12-30 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
123 02549_new_listing_report_main_2024 02549 new_listing_report HKEXnews Main Board New Listing Report 2024 repo_root data/raw/hkex_new_listing_reports/main/NLR2024_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2024_Eng.xlsx 8c456f5e8cc5326f68fe0d4da85006f018ccfe7a5282c4e3d6f7fed67090f60d 2024-12-30 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
124 02550_new_listing_report_main_2024 02550 new_listing_report HKEXnews Main Board New Listing Report 2024 repo_root data/raw/hkex_new_listing_reports/main/NLR2024_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2024_Eng.xlsx 8c456f5e8cc5326f68fe0d4da85006f018ccfe7a5282c4e3d6f7fed67090f60d 2024-12-30 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
125 02551_new_listing_report_main_2024 02551 new_listing_report HKEXnews Main Board New Listing Report 2024 repo_root data/raw/hkex_new_listing_reports/main/NLR2024_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2024_Eng.xlsx 8c456f5e8cc5326f68fe0d4da85006f018ccfe7a5282c4e3d6f7fed67090f60d 2024-12-30 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
126 02553_allotment_results_2026_06_02_2026060202644 02553 allotment_results ANNOUNCEMENT OF FINAL OFFER PRICE AND ALLOTMENT RESULTS repo_root data/raw/02553/allotment_results_2026-06-02_2026060202644.pdf https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0602/2026060202644.pdf 1176c14ac0a19de15fe09e6b8738b1a1777699b2ef31577cad9783507fbc8232 2026-06-02 2026-06-15T08:50:00Z HKEXnews Announcements and Notices - [Allotment Results].
127 02553_new_listing_report_main_2026 02553 new_listing_report HKEXnews Main Board New Listing Report 2026 repo_root data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx 72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330 2026-06-09 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
128 02553_prospectus_2026_05_26_2026052600047 02553 prospectus GLOBAL OFFERING repo_root data/raw/02553/prospectus_2026-05-26_2026052600047.pdf https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0526/2026052600047.pdf 0725adb1457af7bd6c5cd038c3b10ce176043f8c64a9fee9ebd86c42d9d01861 2026-05-26 2026-06-15T08:50:00Z HKEXnews Listing Documents - [Offer for Subscription].
129 02555_new_listing_report_main_2024 02555 new_listing_report HKEXnews Main Board New Listing Report 2024 repo_root data/raw/hkex_new_listing_reports/main/NLR2024_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2024_Eng.xlsx 8c456f5e8cc5326f68fe0d4da85006f018ccfe7a5282c4e3d6f7fed67090f60d 2024-12-30 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
130 02556_new_listing_report_main_2024 02556 new_listing_report HKEXnews Main Board New Listing Report 2024 repo_root data/raw/hkex_new_listing_reports/main/NLR2024_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2024_Eng.xlsx 8c456f5e8cc5326f68fe0d4da85006f018ccfe7a5282c4e3d6f7fed67090f60d 2024-12-30 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
131 02559_new_listing_report_main_2024 02559 new_listing_report HKEXnews Main Board New Listing Report 2024 repo_root data/raw/hkex_new_listing_reports/main/NLR2024_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2024_Eng.xlsx 8c456f5e8cc5326f68fe0d4da85006f018ccfe7a5282c4e3d6f7fed67090f60d 2024-12-30 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
223 03317_new_listing_report_main_2025 03317 new_listing_report HKEXnews Main Board New Listing Report 2025 repo_root data/raw/hkex_new_listing_reports/main/NLR2025_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2025_Eng.xlsx a9ac4c349715eaeaf64666b6ef0a142b49895fb15342cd189514d66263a3a066 2025-12-30 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
224 03355_new_listing_report_main_2026 03355 new_listing_report HKEXnews Main Board New Listing Report 2026 repo_root data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx 72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330 2026-06-09 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
225 03378_new_listing_report_main_2025 03378 new_listing_report HKEXnews Main Board New Listing Report 2025 repo_root data/raw/hkex_new_listing_reports/main/NLR2025_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2025_Eng.xlsx a9ac4c349715eaeaf64666b6ef0a142b49895fb15342cd189514d66263a3a066 2025-12-30 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
226 03388_allotment_results_2026_05_28_2026052802543 03388 allotment_results ANNOUNCEMENT OF ALLOTMENT RESULTS repo_root data/raw/03388/allotment_results_2026-05-28_2026052802543.pdf https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0528/2026052802543.pdf 9cb7df8ccd704f13591bf4c9a783bf7490da3fc7fed0183c9e4d431ce4d405b6 2026-05-28 2026-06-15T08:35:00Z HKEXnews Announcements and Notices - [Allotment Results].
227 03388_new_listing_report_main_2026 03388 new_listing_report HKEXnews Main Board New Listing Report 2026 repo_root data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx 72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330 2026-06-09 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
228 03388_prospectus_2026_05_20_2026052000023 03388 prospectus GLOBAL OFFERING repo_root data/raw/03388/prospectus_2026-05-20_2026052000023.pdf https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0520/2026052000023.pdf e9c03a103d92851176522aea43b2b5effbd2a249152577639b9ce42cb718d417 2026-05-20 2026-06-15T08:35:00Z HKEXnews Listing Documents - [Offer for Subscription].
229 03625_new_listing_report_main_2026 03625 new_listing_report HKEXnews Main Board New Listing Report 2026 repo_root data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx 72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330 2026-06-09 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
230 03636_new_listing_report_main_2026 03636 new_listing_report HKEXnews Main Board New Listing Report 2026 repo_root data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx 72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330 2026-06-09 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
231 03650_new_listing_report_main_2023 03650 new_listing_report HKEXnews Main Board New Listing Report 2023 repo_root data/raw/hkex_new_listing_reports/main/NLR2023_Eng.xlsx https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2023_Eng.xlsx 1ec5da84e5062a829907253c2458a9af2a028964aa0baf4c0a5c40ac4db43e57 2023-12-29 2026-06-15T07:30:00Z Annual HKEXnews new listing report used to seed recent IPO target coverage.
+7
View File
@@ -1,3 +1,10 @@
sync_run_id,mode,as_of,started_at,finished_at,status,notes
sync_state_20260615T073000Z,recent_ipo_list_refresh,2026-06-15T07:30:00Z,2026-06-15T07:30:00Z,2026-06-15T07:30:00Z,complete,Derived ticker sync state refreshed.
sync_state_20260615T081500Z,hkex_document_archive,2026-06-15T08:15:00Z,2026-06-15T08:15:00Z,2026-06-15T08:15:00Z,complete,Derived ticker sync state refreshed.
sync_state_20260615T082000Z,hkex_document_archive,2026-06-15T08:20:00Z,2026-06-15T08:20:00Z,2026-06-15T08:20:00Z,complete,Derived ticker sync state refreshed.
sync_state_20260615T082500Z,hkex_document_archive,2026-06-15T08:25:00Z,2026-06-15T08:25:00Z,2026-06-15T08:25:00Z,complete,Derived ticker sync state refreshed.
sync_state_20260615T083000Z,hkex_document_archive,2026-06-15T08:30:00Z,2026-06-15T08:30:00Z,2026-06-15T08:30:00Z,complete,Derived ticker sync state refreshed.
sync_state_20260615T083500Z,hkex_document_archive,2026-06-15T08:35:00Z,2026-06-15T08:35:00Z,2026-06-15T08:35:00Z,complete,Derived ticker sync state refreshed.
sync_state_20260615T084500Z,hkex_document_archive,2026-06-15T08:45:00Z,2026-06-15T08:45:00Z,2026-06-15T08:45:00Z,complete,Derived ticker sync state refreshed.
sync_state_20260615T085000Z,hkex_document_archive,2026-06-15T08:50:00Z,2026-06-15T08:50:00Z,2026-06-15T08:50:00Z,complete,Derived ticker sync state refreshed.
sync_state_seed_2026_06_15,bootstrap_state_refresh,2026-06-15T06:30:00Z,2026-06-15T06:30:00Z,2026-06-15T06:30:00Z,complete,Derived ticker sync state refreshed.
1 sync_run_id mode as_of started_at finished_at status notes
2 sync_state_20260615T073000Z recent_ipo_list_refresh 2026-06-15T07:30:00Z 2026-06-15T07:30:00Z 2026-06-15T07:30:00Z complete Derived ticker sync state refreshed.
3 sync_state_20260615T081500Z hkex_document_archive 2026-06-15T08:15:00Z 2026-06-15T08:15:00Z 2026-06-15T08:15:00Z complete Derived ticker sync state refreshed.
4 sync_state_20260615T082000Z hkex_document_archive 2026-06-15T08:20:00Z 2026-06-15T08:20:00Z 2026-06-15T08:20:00Z complete Derived ticker sync state refreshed.
5 sync_state_20260615T082500Z hkex_document_archive 2026-06-15T08:25:00Z 2026-06-15T08:25:00Z 2026-06-15T08:25:00Z complete Derived ticker sync state refreshed.
6 sync_state_20260615T083000Z hkex_document_archive 2026-06-15T08:30:00Z 2026-06-15T08:30:00Z 2026-06-15T08:30:00Z complete Derived ticker sync state refreshed.
7 sync_state_20260615T083500Z hkex_document_archive 2026-06-15T08:35:00Z 2026-06-15T08:35:00Z 2026-06-15T08:35:00Z complete Derived ticker sync state refreshed.
8 sync_state_20260615T084500Z hkex_document_archive 2026-06-15T08:45:00Z 2026-06-15T08:45:00Z 2026-06-15T08:45:00Z complete Derived ticker sync state refreshed.
9 sync_state_20260615T085000Z hkex_document_archive 2026-06-15T08:50:00Z 2026-06-15T08:50:00Z 2026-06-15T08:50:00Z complete Derived ticker sync state refreshed.
10 sync_state_seed_2026_06_15 bootstrap_state_refresh 2026-06-15T06:30:00Z 2026-06-15T06:30:00Z 2026-06-15T06:30:00Z complete Derived ticker sync state refreshed.
+2035 -2047
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff