Filing section text
stocks_sectionRetrieve the full text of a single narrative section from an SEC filing by providing ticker, accession number, and section code. Ideal when you need only one section such as business, risk-factors, or mda.
Instructions
Fetch the full text of a single narrative section from one SEC filing, selected by section code (e.g. business, risk-factors, mda). Prefer this over stocks_sections when you need just one section — it returns far less text. Discover the available section codes with stocks_sections and get accession numbers from stocks_filings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | US equity ticker, e.g. AAPL. | |
| section | Yes | Section code: business, risk-factors, legal-proceedings, mda, market-risk, ... | |
| accession | Yes | SEC accession number, e.g. 0000320193-24-000123. |