get_sec_filings
Retrieve SEC filings for any stock ticker to access official financial disclosures, enabling fundamental analysis and compliance checking.
Instructions
Retrieve SEC filings for a given ticker.
Args: ticker (str): The symbol of the security.
Returns: list[SecFilingRecord]: List of SEC filing records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |