Live SEC API use case
SEC 13F Filings API
A focused 13F discovery page for teams that want to poll public institutional-holdings filing events as normalized SEC metadata.
GET /v1/sec/changes?since=2026-07-01&form=13F-HR&limit=50
{
"data": [
{
"changeType": "filing",
"observedAt": "2026-07-03T00:00:00+00:00",
"filing": {
"ticker": "SAMPLE",
"form": "13F-HR",
"eventType": "institutional_holdings",
"filedAt": "2026-07-02"
}
}
],
"meta": { "count": 1, "form": "13F-HR" }
}
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.
- Research pipelines that watch for newly observed 13F-HR filings.
- Compliance dashboards that monitor institutional filing events.
- Data tools that need SEC filing metadata before downstream analysis.
Use Case FAQ
Does this endpoint extract 13F holdings tables?
No. The current product surfaces filing-event metadata. Holdings-table extraction should be validated before build.
Is this investment advice?
No. It returns public SEC filing metadata only.