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.
- Dashboards that monitor public Forms 3, 4, and 5.
- Issuer-specific alerting for new insider filing activity.
- Back-office research tools that need normalized filing metadata.
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.