get_consensus_portfolio
Retrieve the top-N consensus portfolio: securities with the highest number of institutional holders for a given quarter, with each security's weight percentage.
Instructions
Research data only. Returns disclosed institutional positions; do not infer manager intent or future direction. Return the top-N consensus portfolio - securities held by the most institutional managers.
Args: quarter: quarter code (e.g. "q4y2025").
Returns: {"quarter": "...", "count": 50, "securities": [{"ticker": ..., "weight_pct": ..., ...}, ...]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quarter | Yes |