GET
/v1/fnd/stocks/:ticker/events8-K material events
Get a company's 8-K filings for material corporate events, from earnings releases to officer changes. Optionally filter by item code (substring match).
- Auth
X-API-Keyheader- Format
- JSON
- Rate limits
- Per-key, see limits
Example
request · shell
curl -H "X-API-Key: $KEY" \
"https://api.sifting.io/v1/fnd/stocks/AAPL/events?item=2.02&limit=10"200OKapplication/json
{ "data": [ { "accession": "0000320193-26-000010", "filed_at": "2026-04-25", "accepted_at": "2026-04-25T16:32:11Z", "items": ["2.02", "9.01"], "primary_document_url": "https://www.sec.gov/Archives/edgar/data/320193/000032019326000010/aapl8-k.htm", "description": "Form 8-K" } ], "meta": { "next_cursor": "eyJvIjo1MH0", "as_of": "2026-05-02T12:34:56Z", "total": 124 }}Loading runner…
First load onlyParameters
ParameterDescription
Parameter
tickerrequiredstring · path- Ticker symbol (case-insensitive).
itemstring · query- Substring match against the comma-joined 8-K item codes for the filing (e.g. 2.02 to find earnings releases).
limitinteger · query- Page size. Default 50, max 200.
cursorstring · query- Opaque cursor from the previous page.
Response fields
FieldDescription
Field
data[]array- 8-K filings matching the query, newest first.
data[].accessionstring- SEC accession number.
data[].filed_atstring (YYYY-MM-DD)- Date the filing was filed.
data[].accepted_atstring (RFC 3339)- When the filing was accepted.
data[].itemsarray- 8-K item codes disclosed in the filing.
data[].primary_document_urlstring- Canonical link to the primary document.
data[].descriptionstring- Human-readable form description.
meta.next_cursorstring- Opaque pagination token; pass back as cursor for the next page.
meta.as_ofstring (RFC 3339)- When the response was produced.
meta.totalinteger- Total filings matching the query.
Reference
Common 8-K item codesDescription
Common 8-K item codes
- 1.01
- Entry into a material definitive agreement
- 2.02
- Results of operations and financial condition (earnings)
- 5.02
- Departure / election / appointment of officers / directors
- 7.01
- Regulation FD disclosure
- 8.01
- Other events
- 9.01
- Financial statements and exhibits
More in SEC filings
See all- Recent SEC filings
GET/v1/fnd/stocks/:ticker/filings - Single filing detail
GET/v1/fnd/stocks/:ticker/filings/:accession - Schedule 13D / 13G beneficial ownership
GET/v1/fnd/stocks/:ticker/ownership - DEF 14A proxy statements
GET/v1/fnd/stocks/:ticker/compensation - Earnings release history
GET/v1/fnd/stocks/:ticker/earnings