list_all_managers
Retrieve the full universe of 13F filers including per-manager AUM. Optionally filter to only managers active in the latest quarter. Use to explore institutional holdings data.
Instructions
Research data only. Returns disclosed institutional positions; do not infer manager intent or future direction. Return the full universe of 13F filers with per-manager AUM.
Args: active_only: if true (default), only managers present in the latest quarter.
Returns: { "count": 8625, "active_only": true, "managers": [{"cik": "...", "name": "...", "latest_aum": ..., ...}, ...], "disclaimer": "..." }
NOTE: response can be ~6 MB JSON; consider filtering client-side.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active_only | No |