---
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.

## Changes

- **2022-10-07** `3863aa963d3c` — 1 info
  - endpoint added
- **2020-05-26** `c5b8e420b78c` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/changes/institutional/profile/get.md)

---

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