SEC filing lookup API
Look up one SEC filing by accession number: 10-K/10-Q section indexes, 8-K items and press-release availability, or Form 4 filing facts.
Authorizations
StockContext API key. Keys start with sctx_ and are sent on every REST request.
Path Parameters
SEC accession number in dashed form (e.g. 0000320193-25-000001).
"0000320193-25-000079"
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": ... }.
Schema variant for 10-K / 10-Q filings.
Periodic reports carry MD&A, Risk Factors, Business, etc. as
extractable sections; they DO NOT carry 8-K items or a press_release
concept. We drop those fields from the shape entirely instead of
shipping items: [] / press_release: null (which historically read
as "filing not parsed" rather than "doesn't apply to this form").
- FilingMetadataPeriodic
- FilingMetadataEightK
- FilingMetadataForm4
- FilingMetadataOther
StockContext response schema version for this 200 payload.