Build on Hong Kong filings programmatically.
A typed REST API over 1,307,214 filings from 2,106 Hong Kong listed companies — JSON metadata, Markdown body, and original PDF. Webhooks on every new release.
Public-company filings in Hong Kong are supervised by Securities and Futures Commission (SFC). Reporting follows HKFRS (substantially aligned with IFRS); IFRS permitted. Filings are most commonly published in English and Traditional Chinese. Major issuers are listed on Hang Seng Index, Hang Seng China Enterprises and Hang Seng Tech. Calendar and March year-ends both common.
Building on Hong Kong filings programmatically
The FinancialReports API delivers HKEX-supervised Hong Kong filings through the same single REST surface, one x-api-key header, and one shared rate-limit bucket used across all covered markets. A Hong Kong-only integration is a one-parameter filter (?country=HK) on the global filings endpoint — no separate regional API key, no per-country billing tier, no segregated infrastructure. The same endpoint that delivers DAX ad-hoc disclosures delivers Hang Seng connected-transaction circulars.
For real-time pipelines the webhook channel is the recommended path: subscribe once, receive a POST with full filing metadata within roughly 60 seconds of HKEX-News publication. The webhook payload shape is identical across all covered markets, so a Hong Kong Chapter 14A circular arrives at your endpoint with the same JSON envelope as a French AMF filing or a German BaFin ad-hoc. Country routing is handled server-side; consumer code stays market-agnostic. Hong Kong throughput spikes in the hours following the HKEX close (16:00 HKT), when the majority of results announcements and post-close circulars are published.
Filing bodies are available as JSON metadata, Markdown via /api/filings/{id}/markdown/, and original PDF. Because HKEX requires dual-language disclosure, both the English and Traditional Chinese versions of each document are indexed and accessible; language filtering is exposed as a query parameter so consumers can pull the English-only stream without a separate normalisation step. The Markdown rendering is particularly useful for connected-transaction circulars, which can be structurally complex multi-hundred-page documents; the processed text extracts the substantive content into a parseable form ready for LLM ingestion or structured information extraction.
Typical API use cases for Hong Kong data include backfilling HSI and HSCEI consolidated financials for cross-border quant research, monitoring Chapter 14A connected-transaction announcements for related-party risk surveillance, triggering on profit warnings and results releases for H-share and red-chip issuers that have no equivalent European-market disclosure obligation, and feeding bilingual English / Traditional Chinese filings into multilingual NLP pipelines. The ability to cover a Tokyo equity alongside a Hong Kong H-share within a single API call — same authentication, same payload shape, same delivery latency — is the core cross-border consistency the platform is built around. Trial keys are available on request.
- Filings indexed
- 1,307,214
- in Hong Kong
- Listed companies
- 2,106
- Hong Kong issuers
- Auth
- x-api-key
- single header
- Webhook latency
- < 1 min
- from regulator publish
Reporting at a glance — Hong Kong
Regulator, indices, accounting, language- Regulator
- Securities and Futures Commission (SFC)
- Primary indices
- Hang Seng IndexHang Seng China EnterprisesHang Seng Tech
- Accounting standards
- HKFRS (substantially aligned with IFRS); IFRS permitted
- Reporting languages
- EnglishTraditional Chinese
- Fiscal year
- Calendar and March year-ends both common
Quick start — Hong Kong filings
REST · JSON · Markdown · PDF# 1. List filings for Hong Kong, newest first curl "https://api.financialreports.eu/api/filings/?countries=HK" \ -H "x-api-key: $FR_API_KEY" # 2. Pull full Markdown for one filing curl https://api.financialreports.eu/api/filings/<id>/markdown/ \ -H "x-api-key: $FR_API_KEY" # 3. Filter by filing type — annual reports only curl "https://api.financialreports.eu/api/filings/?countries=HK&type=10-K" \ -H "x-api-key: $FR_API_KEY" # 4. Filter by ISIN (single issuer) curl "https://api.financialreports.eu/api/filings/?company_isin=DE000A1EWWW0" \ -H "x-api-key: $FR_API_KEY"
Sample Hong Kong response
Real filings · live dataGet API access for Hong Kong
Pricing · trial keys · enterpriseFilings activity by year
Last 6 years · Hong Kong issuers- 2026 37,120
- 2025 107,538
- 2024 100,450
- 2023 92,309
- 2022 92,832
- 2021 84,492
Reporting languages
Filing-by-filing distribution- English 1,301,795
- Chinese 2,849
- Korean 1,906
- German 5
- French 2