Live SEC API use case

SEC 8-K API

A focused 8-K monitoring page for teams that search for current report APIs and need a normalized polling feed without parsing raw EDGAR submissions.

GET /v1/sec/changes?since=2026-07-01&form=8-K&limit=50
{
  "data": [
    {
      "changeType": "material_event",
      "observedAt": "2026-07-03T00:00:00+00:00",
      "filing": {
        "ticker": "AAPL",
        "form": "8-K",
        "eventType": "current_report",
        "filedAt": "2026-07-02"
      }
    }
  ],
  "meta": { "count": 1, "form": "8-K" }
}

Workflow Fit

This page is part of the live SEC product funnel. It helps identify which implemented workflows deserve deeper examples, listing copy, or pricing adjustments.

Use Case FAQ

Is the SEC 8-K API a separate backend?

No. It is a focused use-case page for the live filing-change endpoint with a form=8-K filter.

Does it summarize the legal meaning of an 8-K?

No. It returns public filing metadata and source-linked records only.

Data infrastructure only. SEC Event Intelligence returns public filing data and does not provide investment advice, recommendations, ratings, or personalized financial guidance.