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

8-K material events

8-K filings for material corporate events. Optionally filter by item code (substring match).

Parameters

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.

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 only

Reference

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