There is no dedicated REST route for 13F holdings yet — the recipe below reads them through the standard observations API, with the same pagination and provenance as any other series. Agents get a purpose-built
institutional_holdings MCP tool that wraps the same data, ticker- or filer-centric.What data is available
Holdings live under the canonical indicatorindicator_institutional_holding. Each observation is one (filer, issuer, quarter) position: the value is the position’s market value in USD, and the metadata carries the rest of the 13F row.
Value
The position’s market value in USD, as reported for the calendar quarter.
Metadata
filerName, filerCik, cusip, shares, class, reportCalendarQuarter, putCall.Provenance
filedAt, accessionNumber, and filingUrl point at the exact 13F filing behind the row.Form 13F filings are public SEC documents, so holdings are official-source and redistribution-safe. Reports are quarterly, filed up to 45 days after quarter end, and the feed is amendment-aware: a 13F-HR/A supersedes the original where it restates a position.
The curated filer set
Coverage is a deliberate, curated set of 25 headline filers rather than the full 13F universe — the managers whose quarterly books move markets and headlines:Giants
Berkshire Hathaway, BlackRock, Vanguard, State Street.
Hedge funds
Bridgewater, Renaissance Technologies, Citadel Advisors, Millennium, D. E. Shaw, Two Sigma, AQR, Tiger Global, Coatue, Lone Pine, Viking Global, Baupost, Appaloosa.
Activists and stock-pickers
Elliott, Pershing Square, Icahn, Third Point, Soros Fund Management, Duquesne Family Office, Scion Asset Management, Greenlight Capital.
Authentication
Send your key asx-api-key (or Authorization: Bearer) with the data:read scope. See Authentication.
Query holdings
Pull the whole panel with the indicator filter, or make it issuer-centric by addingentity_id.
Response
Example values above are illustrative. Pull live holdings from the endpoint.
Monitoring activist stakes
13F holdings are quarterly and lag the quarter end by up to 45 days. Activist positions usually surface faster through Schedule 13D and 13G filings, which Financial Data API serves asissuer_disclosure events in the unified events feed:
cURL
Notes and caveats
Quarterly, with a reporting lag
Quarterly, with a reporting lag
13F reports are filed up to 45 days after each calendar quarter end, so positions are stale by design.
reportCalendarQuarter is the quarter the holdings describe; filedAt is when the SEC received the filing. Use the events feed above for faster disclosure signals.Amendments
Amendments
The feed is amendment-aware: when a filer submits a 13F-HR/A, the restated rows supersede the originals for that quarter, and
accessionNumber and filingUrl point at the filing each row actually came from.What a 13F does and does not show
What a 13F does and does not show
13F reports cover long US-listed equity positions (plus listed options, flagged via
putCall). Short positions, swaps, and non-US holdings are not reportable, so a manager’s 13F book is not their whole portfolio.Curated, not exhaustive
Curated, not exhaustive
Coverage is the 25 headline filers listed above, not every 13F filer. The set is curated for signal density; treat it as a panel of notable books rather than total institutional ownership of a stock.
Related
Insider trades
SEC Forms 3/4/5 insider transactions for the same companies.
Economic calendar & events
The unified events feed that carries
issuer_disclosure (13D/G) events.Companies
The scored universe and entity resolution by ticker or CIK.
Provenance
Trace any holding back to its named SEC filing and ingestion run.

