xbrl_render_statement
Reconstruct financial statements from XBRL filing data. Select a statement type and format to generate a rendered balance sheet, income statement, cash flow statement, or equity statement.
Instructions
Render financial statements from XBRL data.
Reconstructs balance sheet, income statement, cash flow statement, or equity statement using the presentation linkbase hierarchy, filling in actual reported values from the instance document.
Args: params (RenderStatementInput): Filing ID, statement type, and format.
Returns: str: Financial statement in markdown or JSON format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |