Workflow guide

Company Filings API

A guide for buyers searching for a company filings API, company filing examples, and SEC company lookup before building an internal research or compliance workflow.

GET /v1/sec/company/AAPL/profile
{
  "data": [
    {
      "changeType": "material_event",
      "observedAt": "2026-07-02T17:23:22+00:00",
      "filing": {
        "ticker": "MSFT",
        "form": "8-K",
        "eventType": "current_report",
        "filedAt": "2026-07-02"
      }
    }
  ],
  "meta": { "count": 1 }
}

Use SEC Event Intelligence When

The buyer workflow needs a stable API response for polling, filtering, and downstream automation.

Use The Alternative When

A simpler public source, raw document workflow, or human-readable alert fits the job better.

Decision rule. Use SEC Event Intelligence for company filing metadata, lookup, and watchlist automation. Use broader company-data providers when the buyer needs global coverage, full-text documents, or fundamental-data extraction.