search_filings
Search live HKEx filings in a date window (at most 31 days).
``from_date``/``to_date`` accept YYYY-MM-DD or DD/MM/YYYY. When ``stock_code`` is set,
results are filtered to that code (e.g. ``01461`` or ``1461``). ``max_results`` caps the
number of filings fetched and returned (hard cap 200). Returns the parsed filings plus
the HKEx-reported total for the window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_date | Yes | YYYY-MM-DD or DD/MM/YYYY | |
| from_date | Yes | YYYY-MM-DD or DD/MM/YYYY | |
| stock_code | No | Optional HKEx stock code | |
| max_results | No |