Buyer comparison

SEC Filing API vs Company Facts

A comparison page for builders choosing between filing-change monitoring, company lookup, and fact/XBRL-style company data.

GET /v1/sec/watchlist/changes?tickers=AAPL,MSFT&since=2026-07-01
{
  "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 company facts for standardized reported values. Use SEC Event Intelligence when the workflow starts with new filings, watchlists, and event-style monitoring.