13F Portfolio Tracker
thirteen-f-trackerTrack institutional managers (hedge funds, family offices) by SEC CIK or name and get their recent 13F-HR quarterly filings — form, filing date, accession number and an EDGAR link. Official SEC data, free, no API key or login. — $0.01/call, x402 (USDC on base).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| managers | Yes | Institutional managers to watch — each entry is either a 10-digit SEC CIK (e.g. `0001067983` for Berkshire Hathaway, used as-is) or a manager name resolved against EDGAR's filer index (e.g. `Bridgewater Associates`). A name that matches several filers returns the shortlist with similarity scores instead of picking one, so use the CIK or the full filer name for anything generic like `Capital Management`. | |
| sinceDays | No | Only include 13F filings from the last N days. | |
| maxConcurrency | No | How many managers to process in parallel. SEC EDGAR's documented rate limit is 10 requests/second — keep this at or below 10. |