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.

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.

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