get_filings
Retrieve up to 50 HKEX filings by ID in one call. Get metadata, optional text window, and tables; missing IDs are reported separately.
Instructions
Use this to read several filings in one call (up to 50 ids).
Returns each filing's metadata plus, when include_text is true, a bounded text
window. Ids not found are listed in not_found. Text is off by default. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filing_ids | Yes | Filing ids to fetch (1..50); obtain from search_filings. | |
| include_text | No | Include the extracted document text window (off by default). | |
| include_tables | No | Include extracted document tables. | |
| max_text_chars | No | Maximum characters of text to return (0..200000). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |