List SEC filings
Recent SEC filings for a stock, newest first, filtered by form type (default 10-K, 10-Q, 8-K). Each row carries the accession you pass to the filing metadata and section endpoints. First calls for a company can be slow while EDGAR data is cold; repeat calls are cached.
Access: Starter and Builder plans.
Authorizations
noxstock API key from the dashboard. Keys start with nxs_ and are shown once when created.
Query Parameters
Ticker symbol. Case-insensitive; share-class dots are normalized to dashes (BRK.B == BRK-B). Returns SYMBOL_UNKNOWN when the symbol is outside the supported universe.
"AAPL"
Comma-separated SEC form-type filter. Allowed values: 10-K, 10-Q, 8-K, 4. Defaults to 10-K,10-Q,8-K when omitted.
"10-K,10-Q,8-K"
Maximum number of filing rows to return, newest first. Defaults to 20; must be between 1 and 100. Requests above 100 are rejected with PARAM_INVALID — narrow form or the date window to scope larger histories.
1 <= x <= 10020
Response
Success envelope: { "data": ... }.
The endpoint payload. Present on every 2xx response; never null.
- FilingsListData
- UnsupportedFilingsListData