AI Agent Hub
Back to skills
HKEx Filing Bulk Search And Download icon

HKEx Filing Bulk Search And Download

Data Analysis Updated 2026.08.29

Paste the following prompt into your AI chat to install this skill:

Please install @user_457a1277/hkex-filing-scraper according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

In HK stock audit, research, and compliance work, teams often need to verify HKEx filings by stock code and date range. Manually opening the web search page, copying links, and downloading PDF/HTML files is slow and can miss paginated records; preparing work papers then requires adding company names, dates, file types, and hyperlinks.

How It Works

The skill calls the JSON API behind the HKEx title search page: https://www1.hkexnews.hk/search/titleSearchServlet.do. It does not require a browser and uses plain HTTP requests to query filing metadata with --stock, --from, --to, and --limit, with output available as json or xlsx.

Key steps include:
- Search filings: query by 5-digit stock code and date range, defaulting to the last two months.
- Bulk download: the download subcommand fetches announcement PDF/HTML files in parallel, with --workers 5 by default.
- Metadata export: fields include stockCode, stockName, title, date, link, fileType, fileSize, and filingType.
- Filing classification: records are grouped as ANNUAL_REPORT, RESULTS, CIRCULAR, NOTICE, or OTHER, making annual reports, interim results, and circulars easier to filter.

Boundaries

The tool fits audit work papers, disclosure completeness checks, and filing trend comparison, but it depends on an unpublished HKEx endpoint. The API path, fields, or rate limits may change. All-market or long date-range queries can return many records, so start with a small --limit sample; local downloads should still respect the source website’s terms of use.

Use Cases

  • Auditors take over an HK client and need a complete filing index for one stock over a selected period.
  • Researchers verify whether annual, interim, and circular filings were disclosed on time and export linked Excel.
  • Compliance teams review filing-type changes for one stock and download PDF/HTML for annual, results, and circulars.
  • Data analysts structure HK filing metadata by title, date, file type, and link into JSON for analysis.

Best For

  • HK audit assistants: need to download annual, interim, and circular filings for a client period and build a linked index.
  • Compliance analysts: need to check timely disclosure and export a traceable filing list by date and type.
  • Buy-side researchers: need to bulk-fetch material circulars and results PDF/HTML to assess company disclosure cadence.
  • Data engineers: need to structure HKEx filing metadata into a database for monitoring and analysis.