Skip to main content
Choose this API when the job is to operate a manager-monitor or research-review workflow from normalized 13F holdings while retaining the SEC filing trail. Raw EDGAR can provide the submitted reports, but leaves your application to identify comparable reports, normalize holdings, and preserve the comparison context. A general research tool can summarize a manager’s activity, but cannot replace the selected filings and dates your reviewer must inspect. A Form 13F is a delayed, manager-reported snapshot; it does not establish current holdings, intraperiod trades, or investment intent.

Endpoints and boundaries

  • GET /v1/owners/13f requires a reporting-manager cik; it returns the latest normalized report and accepts optional reportDate, filingDate, and limit selectors.
  • GET /v1/owners/13f/filings lists recent reports for that manager. Use it to inspect availability before treating a missing comparison as a data conclusion.
  • POST /v1/owners/13f/compare compares the latest two reports available to the route. It is not an arbitrary-quarter comparison endpoint.
The report date is the quarter-end snapshot; the filing date is when it reached the SEC. Keep both. Holding values are returned as valueUsdThousands, so convert units only deliberately.

Selection test

This is a fit when your product needs a repeatable latest-two-report comparison and can display or retain the underlying report identities. Prefer direct EDGAR retrieval when you only need an original submission or must make an arbitrary historical-quarter comparison that this route does not select. The proof passes when a reviewer can trace every reported change back to both selected filings and can explain why it is disclosure evidence rather than a trade conclusion.

Proof of concept

Use a manager your team already follows. This example uses Berkshire Hathaway’s CIK.

Expected evidence

For each selected report, retain the manager CIK, report date, filing date, accession number, filing URL, reported holdings, requestId, traceparent, and provenance when supplied. For the comparison, retain its two filing dates, row statuses and deltas, plus its request metadata. Pair the diff with the report-history and selected-report evidence before presenting a position as added, removed, increased, or reduced.

Failure modes

  • missing_cik means the request needs the reporting manager’s CIK, not an issuer ticker.
  • A comparison needs two available reports. Inspect the filing-history endpoint rather than treating no comparison as a manager’s lack of activity.
  • Amendments, fund structure, corporate actions, and reporting conventions can change a row without representing a discretionary trade.
  • Bound repeated polling with the account’s live limits and quote the workflow before a broad manager universe. See Pricing and limits.

Next action

Run the same PoC for a manager in your coverage set, then use the 13F monitoring tutorial to design an idempotent ingestion job.

Get an API key

Create a key for the selected-manager proof.

Open the sandbox

Inspect 13F response shapes before scheduling a monitor.

Check pricing

Review recurring manager-coverage costs.
1

Choose a known manager

Use a manager in your coverage set and inspect available reports first.
2

Compare the selected evidence

Keep report identities beside the latest-two-report diff.
3

Set a polling boundary

Quote and limit the manager universe before recurring use.