>

SEC 13F Holdings Data β€” Hedge Fund Positions API

Reading Time: < 1 minute

Institutional managers disclose their equity positions every quarter on SEC Form 13F-HR, but the raw EDGAR XML is painful to parse and aggregators like WhaleWisdom gate the data behind subscriptions. Quants, analysts, and journalists need clean 13F holdings as structured data they can query by fund or ticker.

πŸ“° Pair with PR Newswire β€” SEC filings are the formal disclosure; PR Newswire press releases are the public narrative around them β€” the 8-K and the announcement, side by side. Track company announcements automatically β†’

πŸ“¦ SEC Data Pack β€” launching soon

Prefer ready-to-use, weekly-refreshed SEC datasets to running actors yourself? The SEC Data Pack is in the works. Until then you can pull the same data on demand:

πŸ“¬ Join the SEC Data Pack waitlist Β· View sample dataset β†’ Β· Run SEC 13F Tracker on Apify now β†’

What you get

Each holding as JSON: filer name and CIK, period of report, issuer name, CUSIP, market value (whole USD since 2023), share count, position type, and voting authority β€” straight from SEC EDGAR.

Sample input

{
  "popularFund": "Berkshire Hathaway",
  "maxFilings": 1
}

Sample output

{
  "managerName": "BERKSHIRE HATHAWAY INC",
  "periodOfReport": "2024-12-31",
  "nameOfIssuer": "APPLE INC",
  "cusip": "037833100",
  "value_usd": 75024813000,
  "shares": 300000000
}

Run it

Open the actor on Apify → Pay-per-result, $5/month free credit, no subscription.

Part of a workflow bundle: browse the related actors. More in the cluster guide.

FAQ

Where does the data come from?

Directly from the U.S. SEC EDGAR system β€” public-domain government filings.

Can I search by ticker or fund name?

Yes β€” search by popular fund preset, filer CIK, ticker, or free-text query, with date ranges.

Are values in thousands?

No β€” for filings since 2023 the SEC reports whole US dollars.

Is this investment advice?

No. It returns factual public filing data only.