get_filing_sections
Extract key sections from SEC filings (10-K, 10-Q) as markdown, including business, risk factors, MD&A, and financials. Specify ticker and optional date to get targeted filing sections.
Instructions
Retrieve key sections from an SEC filing as markdown text.
For 10-K filings the important sections are: business, risk_factors, mda (Management Discussion & Analysis), financials.
Args: ticker: Stock ticker symbol, e.g. 'AAPL' form_type: Filing type - '10-K' or '10-Q' filing_date: Exact filing date YYYY-MM-DD; leave empty for most recent sections: Comma-separated section names to retrieve, or 'all' for a summary. Common values: 'business', 'risk_factors', 'mda'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | ||
| sections | No | all | |
| form_type | No | 10-K | |
| filing_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |