API Documentation

⌘K
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

1
cikstringrequired
path

SEC 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
Default Response