Institution Sector Allocation
GetInstitutionSectorAllocationGet an institution's 13F portfolio allocation for a given report quarter (defaults to the latest), grouped by fine-grained industry (default) or rolled up by sector via groupBy. Returns a markdown table sorted by % of portfolio descending, with stocks lacking a classification collapsed into a single 'Unclassified' row at the end. Use SearchInstitutions for an exact CIK; ambiguous partial names return candidates instead of selecting silently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupBy | No | Grouping level: 'industry' (default, fine-grained) or 'sector' (broad rollup) | industry |
| reportDate | No | Quarter-end 13F report date in YYYY-MM-DD format (defaults to the holder's latest; an off-quarter date snaps to the nearest report on or before it) | |
| institutionName | Yes | Institution name or CIK (a unique partial resolves; ambiguous partials return candidate CIKs) |