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 shows how the implemented SEC endpoints fit common buyer workflows, examples, and pricing tiers.

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.

Does the endpoint interpret SEC Form 4 transaction codes?

No. It returns public filing metadata, accession numbers, and source links so callers can apply their own review or transaction-code interpretation rules.

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