Search for institutional investment managers by name. Returns matching manager names and CIKs.
Use the returned managerCik with /api/ownership/portfolio to view their full holdings.
query string required Search term (case-insensitive substring match)
limit integer optional Maximum number of results
curl 'https://api.stockfit.io/v1/api/ownership/institutional-holders/search?query=blackrock' \
-H 'Authorization: Bearer YOUR_API_TOKEN'List of matching institutional managers
managerName string Full name of the institutional manager
managerCik integer CIK of the manager (use with /api/ownership/portfolio)
[
{
"managerName": "BLACKROCK INC.",
"managerCik": 2012383
}
]Invalid parameters
error string Human-readable error message
{}Feature not available on current plan
error string Human-readable error message
{}