v5

latestOpenAPI 3.1.0Proprietary2026-08-031,5423,1505.5 MB
SEC EDGAR

8-K / 8-K/A material events for one CIK

8-K material events filed by the given CIK in the inclusive [from_date, to_date] window. The items CSV filter restricts to filings declaring at least one of the requested item codes (set intersection). Default per contract Section 6 is the high-signal subset 1.01,2.01,5.02,8.01. Pass items=all (or any value of all/*) to disable the filter. Retention 730 days; out-of-window from_date returns 422.

get/api/v1/sec/edgar/8-k/{cik}/material-events

Path parameters

cikstring required

Filer CIK.

Filer CIK.

Query parameters

from_datestring required

Inclusive window start (YYYY-MM-DD).

Inclusive window start (YYYY-MM-DD).

to_datestring required

Inclusive window end (YYYY-MM-DD).

Inclusive window end (YYYY-MM-DD).

itemsstring nullable

CSV of 8-K item codes to filter to. Default (omitted) = '1.01,2.01,5.02,8.01' high-signal subset per contract. Pass 'all' or '*' to disable the filter.

Example:1.01,2.01,5.02,8.01

CSV of 8-K item codes to filter to. Default (omitted) = '1.01,2.01,5.02,8.01' high-signal subset per contract. Pass 'all' or '*' to disable the filter.

Response

8-K material events payload.

Example response

{
  "data": {
    "cik": "0000320193",
    "company_name": "Apple Inc",
    "events": [
      {
        "filing_accession": "0001628280-26-019876",
        "form": "8-K",
        "filed_at": "2026-05-19T16:30:00Z",
        "items": [
          "2.01",
          "8.01"
        ]
      }
    ],
    "total_events_unfiltered": 5
  },
  "meta": {
    "endpoint": "/api/v1/fred/us/cpi",
    "data_time": "2026-04-16T14:30:00Z",
    "response_time": "2026-04-16T14:30:12Z",
    "provider": "Sugra API v1.0.1",
    "source": "sugra_crypto",
    "attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
    "fallback_chain": [
      "sugra_crypto",
      "sugra_finance"
    ]
  }
}