Section-level 10-K Item text (Item 1A Risk Factors / Item 7 MD&A)
Plain-text of one Item section from a company's LATEST 10-K, fetched on demand from SEC EDGAR Archives. item is '1A' (Risk Factors) or '7' (Management's Discussion and Analysis), case-insensitive. The latest exact 10-K is used (10-K/A amendments are skipped). Long sections are capped at max_chars and split into chunk_size chunks; request a chunk via chunk. Ticker or CIK accepted; a ticker is resolved server-side. Errors: 404 company_not_found / no_10k_filing / chunk_out_of_range; 422 item_section_not_found; 502 sec_upstream_error / sec_archives_unreachable / sec_archives_document_not_found; 429 on SEC rate limit.
Path parameters
Ticker symbol (e.g. AAPL) or CIK (zero-padded or unpadded).
Ticker symbol (e.g. AAPL) or CIK (zero-padded or unpadded).
10-K Item code: '1A' (Risk Factors) or '7' (MD&A). Case-insensitive.
10-K Item code: '1A' (Risk Factors) or '7' (MD&A). Case-insensitive.
Query parameters
Max characters per chunk.
Max characters per chunk.
Zero-based chunk index to return.
Zero-based chunk index to return.
Cap on total section characters before chunking.
Cap on total section characters before chunking.
Response
One 10-K Item section, optionally chunked.
Example response
{
"data": {
"ticker_or_cik": "AAPL",
"cik": "0000320193",
"item": "1A",
"item_label": "Risk Factors",
"accession_number": "0000320193-25-000079",
"filing_date": "2025-10-31",
"primary_document_url": "https://www.sec.gov/Archives/edgar/data/320193/000032019325000079/aapl-20250927.htm",
"total_chars": 68022,
"chunk_count": 4,
"chunk_size": 20000,
"char_count": 20000,
"content": "The following summarizes factors that could ..."
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
]
}
}