Live SEC API use case

Insider Trading Filings API

A normalized feed for public insider transaction filings, built for research dashboards, compliance tools, and monitoring jobs.

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

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 classify transactions as buy or sell signals?

No. It exposes public filing metadata only and does not make recommendations.

Can it filter by ticker?

Yes. Callers can request insider filings for a specific ticker.

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