API Documentation
⌘K
API Key
Get free key GET
/api/1/institutional/profile/{cik}Institutional Investor Profile API
Returns the profile of an institutional investor (hedge fund, asset manager) by their SEC CIK number. Includes fund name, manager, and AUM.
Parameters
1cikstringrequiredSEC CIK number (e.g. 1067983 for Berkshire Hathaway)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/institutional/profile/0001067983' \
-H 'Accept: application/json'200 Response
{
"cik": "1067983",
"name": "BERKSHIRE HATHAWAY INC",
"manager": "Warren Buffett",
"filingDate": "2024-02-14T00:00:00.000Z",
"portfolioValue": 0,
"holdingsCount": 0
}