Live SEC API use case

SEC Form 4 API

A focused Form 4 monitoring page for products that need public insider-filing metadata, issuer filters, and API-ready responses.

GET /v1/sec/insider-trades?ticker=MSFT&limit=25
{
  "data": [
    {
      "ticker": "MSFT",
      "form": "4",
      "companyName": "MICROSOFT CORP",
      "filedAt": "2026-07-02"
    }
  ],
  "meta": { "count": 1, "formFamily": "insider_filings" }
}

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

Does this page make insider-trading recommendations?

No. It exposes public SEC filing metadata only and does not classify trades as recommendations or signals.

Can callers monitor Forms 3 and 5 too?

Yes. The live insider endpoint covers public Forms 3, 4, and 5 metadata.

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