sifting/io
GET/fnd/stocks/:ticker/filings

Recent SEC filings

Up to 1000 most recent filings across all form types for a company. Filterable by form and filing-date window.

Parameters

Parameter
tickerrequiredstring · path
Ticker symbol (case-insensitive).
formstring · query
Comma-separated list of exact form types, e.g. 10-K,10-Q,10-K/A.
fromdate · query
Inclusive lower bound on filed_at (YYYY-MM-DD).
todate · query
Inclusive upper bound on filed_at (YYYY-MM-DD).
limitinteger · query
Page size. Default 50, max 200.
cursorstring · query
Opaque cursor from meta.next_cursor on the previous page.

Example

request · shell
curl -H "X-API-Key: $KEY" \
  "https://api.sifting.io/v1/fnd/stocks/AAPL/filings?form=10-K&limit=10"
200OKapplication/json
{  "data": [    {      "accession": "0000320193-26-000013",      "form": "10-Q",      "filed_at": "2026-05-01",      "period_end": "2026-03-28",      "accepted_at": "2026-05-01T16:30:21Z",      "items": "",      "primary_document_url": "https://www.sec.gov/Archives/edgar/data/320193/000032019326000013/aapl-20260328.htm",      "description": "Form 10-Q",      "has_xbrl": true    }  ],  "meta": { "next_cursor": "eyJvIjo1MH0", "as_of": "2026-05-02T12:34:56Z", "total": 1000 }}
Loading runner…
First load only

More in SEC filings

See all