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.
- Issuer-specific Form 4 monitoring dashboards.
- SEC Form 4 filings pages that explain what a Form 4 is before showing source-linked metadata.
- Transaction-code review queues that start from newly observed Form 4 accession numbers.
- Back-office tools that need normalized insider filing metadata.
- Scheduled jobs that route new insider filings into review queues.
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.