get_section
Extract a named section from a Chinese company's filing by ticker, year, form, and section selector. It resolves the CNINFO PDF and retrieves the requested section.
Instructions
Resolve a company's filing PDF and extract one named section.
Convenience wrapper: (ticker, year, section, form) → CNINFO lookup → PDF URL → existing outline-extraction pipeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form | No | form name; defaults to "年度报告". | 年度报告 |
| year | Yes | fiscal year. | |
| section | Yes | exact title, regex, or 1-based ordinal — same selector grammar as extract_section. | |
| ticker_or_name | Yes | ticker or name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||