xbrl_get_html_tables
Extract HTML tables from XBRL filing documents. Apply optional text filters to find specific tables and retrieve structured row/column data.
Instructions
Extract HTML tables from the filing document.
Finds tables in the HTML content, with optional text search filter. Returns tables as structured row/column data.
Args: params: Filing ID, optional search filter, table index, limits.
Returns: str: JSON with table data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |