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

Use Case FAQ

Does this endpoint extract 13F holdings tables?

No. The current product surfaces filing-event metadata. Holdings-table extraction should be checked before launch.

Is this investment advice?

No. It returns public SEC filing metadata only.

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