HKEX IPO Calendar — Hong Kong New Listings & Pipeline avatar

HKEX IPO Calendar — Hong Kong New Listings & Pipeline

Pricing

from $250.00 / 1,000 ipo records

Go to Apify Store
HKEX IPO Calendar — Hong Kong New Listings & Pipeline

HKEX IPO Calendar — Hong Kong New Listings & Pipeline

Live Hong Kong IPO calendar from HKEXnews: new-listing applications (Application Proof / PHIP) and recently listed companies with stock codes, each linked to the official prospectus PDF. No invented prices or dates — fetched live every run.

Pricing

from $250.00 / 1,000 ipo records

Rating

0.0

(0)

Developer

NexGenData

NexGenData

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

a day ago

Last modified

Share

HKEX IPO Calendar — Hong Kong New Listings & Pipeline (Live)

The Hong Kong IPO pipeline, pulled live from the official disclosure portal on every run. HKEX IPO Calendar fetches real, current data directly from HKEXnews — the statutory HKEX disclosure portal — and returns it as structured rows: companies with a live new-listing application on file (tagged Application Proof or PHIP / post-hearing) and companies that have just completed their Hong Kong listing, each with its assigned stock code. There is no hardcoded or curated data and no invented prices or dates: every row comes from the live HKEXnews feed at run time, with a direct link to the underlying prospectus / PHIP / Application Proof PDF.

What it returns

Two honest data slices, selectable via the mode input:

1. Pipeline (mode: "upcoming")

Companies with a live new-listing application on file with the HKEX Listing Committee — the deals working their way toward a Hong Kong IPO. Each applicant is tagged by stage:

  • Application Proof — initial listing application submitted.
  • PHIP (post-hearing) — Post-Hearing Information Pack filed; a more advanced stage, typically close to listing.

Source: HKEXnews "Application Proof, OC Announcements, PHIP and Related Materials" JSON feeds (Main Board + GEM).

2. Recently listed (mode: "recent")

Companies that have completed their HKEX listing, newest first, each with its assigned stock code. Source: HKEXnews "listed applicant" JSON feeds.

mode: "both" (default) returns the pipeline first, then recent listings.

Use cases

  • APAC equity research / ECM — track the Hong Kong new-listing pipeline (Application Proof → PHIP → Listed) as it moves through the HKEX Listing Committee, and pull the linked prospectus / PHIP PDF for the deal terms.
  • Cross-border investors / allocators — see which applicants are at post-hearing stage (closest to listing) and which have just listed with a fresh stock code, straight from the official source.
  • Compliance / sector analysts — monitor Main Board vs GEM application flow and grab the authoritative HKEXnews document URLs for diligence.
  • Offshore-China watcher — follow A+H and mainland-issuer listing applications appearing on the HK pipeline, without relying on second-hand calendars.

Output fields (per row)

FieldDescription
company_nameApplicant / issuer name, as filed with HKEX
stock_codeHKEX stock code (present once the company is listed; null for pipeline applicants not yet assigned one)
statuspipeline or listed
listing_boardMain Board or GEM
application_stageApplication Proof, PHIP (post-hearing), or Listed
has_phipWhether a Post-Hearing Information Pack has been filed
first_submission_dateDate of the first listing-application submission
latest_document_dateDate of the most relevant filed document
latest_document_titleTitle of that document (e.g. "PHIP (1st submission)")
prospectus_or_ap_urlDirect URL to the prospectus / PHIP / Application Proof PDF on HKEXnews
all_document_urlsAll filed-document URLs for the applicant
posting_dateHKEXnews posting date (human-readable)
source_feedThe exact HKEXnews feed file the row came from
source_urlThe HKEXnews page the data is published on
data_updatedThe "as-at" date HKEXnews stamps on the feed
scraped_atWhen this run fetched the data (UTC)

What this actor does NOT return (and why)

HKEXnews machine-publishes applicant names, application/document dates, application stage, the stock code (once listed) and the URLs of the actual filed documents (Application Proof, PHIP, prospectus, allotment results).

It does not publish, in any reliable structured feed, the following — so this actor does not emit fabricated values for them:

  • Forward subscription / ballot / listing dates
  • Final issue price or indicative price range
  • Gross proceeds or valuation
  • Sponsors, underwriters, or cornerstone investors

Those figures live inside the prospectus / PHIP PDFs, which this actor links to via prospectus_or_ap_url so you can read them at the source.

Sample input

{
"mode": "both",
"listingBoard": "all",
"limit": 25
}

Example output (real, from a live run)

{
"company_name": "Nexchip Semiconductor Corporation",
"stock_code": null,
"status": "pipeline",
"listing_board": "Main Board",
"application_stage": "PHIP (post-hearing)",
"has_phip": true,
"first_submission_date": "08/06/2026",
"latest_document_title": "PHIP (1st submission) - Full Version - Multi-Files",
"prospectus_or_ap_url": "https://www1.hkexnews.hk/app/sehk/2026/108380/documents/sehk26060801172.pdf",
"source_url": "https://www1.hkexnews.hk/app/appindex.html"
}

FAQ

Is the data scraped live from HKEXnews on every run? Yes — every row is fetched live from the public HKEXnews JSON feeds (www1.hkexnews.hk) at run time. There is no hardcoded or curated dataset; the data_updated field reflects HKEX's own "as-at" stamp.

What are the Application Proof and PHIP stages? Application Proof (A1) is the initial listing application; PHIP (Post-Hearing Information Pack) is filed after the HKEX listing-committee hearing and is the more advanced, near-listing stage.

Does it include offer price, proceeds, sponsors or cornerstone investors? No — HKEXnews does not publish those in a structured feed, so the actor does not invent them. It links to the prospectus / PHIP PDF (prospectus_or_ap_url) where those terms are stated authoritatively.

Can I get only the pipeline or only recent listings? Yes — set mode to upcoming (pipeline), recent (listed), or both (default).

What happens if a feed is unreachable? The run emits a STATUS record to the key-value store and charges nothing, rather than returning stale or invented data.

Source & reliability

All data is fetched live from HKEXnews (www1.hkexnews.hk), the statutory disclosure portal operated by Hong Kong Exchanges and Clearing Limited. The feeds are public JSON and are refreshed by HKEX continuously; the data_updated field reflects HKEX's own "as-at" stamp.