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
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"
}
]
}