get_statistics
Count HKEX filings grouped by company, type, category, status, or exchange. Apply optional filters to narrow the population and get sorted bucket counts with totals.
Instructions
Use this to count filings grouped by one dimension.
group_by is one of: company_ticker (default), filing_type, filing_category,
document_status, exchange. Optional filters narrow the population. Returns buckets
sorted by count descending plus the total. This tool is read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | No | Company ticker filter, e.g. 0700.HK; comma-separate to match several. | |
| date_to | No | Latest filing date, YYYY-MM-DD inclusive. | |
| exchange | No | Exchange code, e.g. HK. | |
| group_by | No | Dimension to count filings by. | company_ticker |
| date_from | No | Earliest filing date, YYYY-MM-DD inclusive. | |
| filing_type | No | Filing type(s), e.g. 'Annual Report'; comma-separate to match several. | |
| title_query | No | Case-insensitive substring matched against the filing title. | |
| document_status | No | Document status(es): processed, skipped, failed, or unprocessed; comma-separate to match several. | |
| filing_category | No | Filing category(ies), e.g. LISTED_COMPANY; comma-separate to match several. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |