v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

Institutional Profile

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

get/institutional/profile

Query parameters

cikstring

Filter by CIK. Leave blank to get the full list.

Response

successful operation

cikstring

CIK.

Example response

{
  "cik": "cik",
  "data": [
    {
      "cik": "cik",
      "manager": "manager",
      "profile": "profile",
      "philosophy": "philosophy",
      "profileImg": "profileImg",
      "firmType": "firmType"
    },
    {
      "cik": "cik",
      "manager": "manager",
      "profile": "profile",
      "philosophy": "philosophy",
      "profileImg": "profileImg",
      "firmType": "firmType"
    }
  ]
}