Manager Portfolio (13F by filer)
get_manager_portfolioReturns a 13F filer's full portfolio at a specific period_end (latest by default), with QoQ deltas vs the prior quarter (new / increased / decreased / exited / unchanged). Specify the filer either by filer_cik (preferred) or filer_name (fuzzy match against entity.name; multiple matches raise an ambiguity error so you can disambiguate by CIK). Institutional tier only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No | Maximum positions to return, ranked by market_value_usd. Default 25. | |
| filer_cik | No | CIK of the 13F filer (1-10 digits; will be zero-padded to 10). Preferred over filer_name when known. | |
| as_of_date | No | Point-in-time cutoff (YYYY-MM-DD): only 13F filings ACCEPTED by SEC on or before this date are considered, applied BEFORE the latest + prior periods (and the QoQ basis) are resolved. A 13F/A amendment or late filing accepted after this date is excluded (zero look-ahead). Omit for the latest knowable portfolio. | |
| filer_name | No | Filer name to fuzzy-match against entity.name. Case-insensitive substring match. Multiple matches raise INVALID_ARGUMENT — use filer_cik in that case. | |
| period_end | No | Quarter-end (YYYY-MM-DD). Omit to use latest available. This is a REPORTING period, NOT a point-in-time cutoff — use as_of_date for that. | |
| lineage_detail | No | Per-row provenance envelope. | compact |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | ||
| _meta | Yes | Provenance envelope — data lineage for every MCP response | |
| aggregate | Yes | ||
| filer_cik | Yes | ||
| as_of_date | Yes | The point-in-time cutoff actually applied (echo of the as_of_date input). Null when no PIT cut was requested — never confuse this with the reporting period_end. | |
| filer_name | Yes | ||
| period_end | Yes | The 13F REPORTING period the positions belong to — NOT a point-in-time cutoff. | |
| data_age_days | Yes | ||
| positions_count | Yes | ||
| prior_period_end | Yes | ||
| staleness_warning | Yes | ||
| total_market_value_usd | Yes |