---
title: "Institutional Profile"
method: GET
path: "/institutional/profile"
tags: ["Default"]
---

# Institutional Profile

`GET /institutional/profile`

Get a list of well-known institutional investors. Currently support 60+ profiles.

## Query parameters

- `cik` string

## Response `200`

successful operation

- InstitutionalProfile
  - `cik` string — CIK.
  - `data` InstitutionalProfileInfo[] — Array of investors.
    - `cik` string — Investor's company CIK.
    - `firmType` string — Firm type.
    - `manager` string — Manager.
    - `philosophy` string — Investing philosophy.
    - `profile` string — Profile info.
    - `profileImg` string — Profile image.

---

[API](https://skmtc.net/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.net/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/versions/415b27331384/schema)
