---
title: "Search institutional holders"
method: GET
path: "/api/ownership/institutional-holders/search"
tags: ["Ownership"]
---

# Search institutional holders

`GET /api/ownership/institutional-holders/search`

![Stock](https://img.shields.io/badge/Stock-f97316) ![Pro](https://img.shields.io/badge/Pro-8b5cf6)

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 parameters

- `query` string, required
- `limit` integer

## Response `200`

List of matching institutional managers

- object[]
  - `managerName` string — Full name of the institutional manager
  - `managerCik` integer — CIK of the manager (use with /api/ownership/portfolio)

## Other responses

- `400` — Invalid parameters
- `403` — Feature not available on current plan

---

[API](https://skmtc.net/stockfit/apis/stockfit-api.md) · [All operations](https://skmtc.net/stockfit/apis/stockfit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stockfit/stockfit-api/revisions/3d5897270d8a/schema)
