Get filing section text
Full text of one section of a filing: risk_factors, mda, business, and peers for 10-K/10-Q, or press_release for 8-K. char_count arrives before you commit to reading — sections run from a few KB to several hundred KB, so fetch only what you will actually read.
Access: Starter and Builder plans.
Authorizations
noxstock API key from the dashboard. Keys start with nxs_ and are shown once when created.
Path Parameters
SEC accession number in dashed form (e.g. 0000320193-25-000001).
"0000320193-25-000079"
Filing section name. Allowed values: business, risk_factors, mda, quantitative_qualitative_disclosures, controls_and_procedures, press_release.
business, risk_factors, mda, quantitative_qualitative_disclosures, controls_and_procedures, press_release "risk_factors"
Query Parameters
Optional cross-check. When supplied, the filing's resolved filer must match this symbol or the request fails with PARAM_INVALID.
"AAPL"
Response
Success envelope: { "data": ... }.
The endpoint payload. Present on every 2xx response; never null.