Get filing metadata
Metadata for one filing by accession number. The shape follows the form type: 10-K/10-Q responses include a sections index (what you can fetch as text), 8-K responses include items and press-release availability, and Form 4 responses carry the filing facts only. A well-formed accession that matches no filing returns a 200 with symbol_status: {resolved: false}.
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"
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