API Documentation

⌘K
GET/api/1/sentiment/fund-ownership/{identifier}

Fund Ownership API

Returns mutual fund holders for the given security, including allocation percentages

Parameters

1
identifierstringrequired
path

Security identifier: ISIN, ticker, CUSIP, SEDOL, or WKN

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/sentiment/fund-ownership/US0378331005' \
  -H 'Accept: application/json'
200 Response
[
  {
  "fund_name": "Vanguard Total Stock Market Index Fund",
  "ownership_pct": 1.88,
  "shares": 5145353,
  "change": 57427,
  "filing_date": "2024-03-31T00:00:00.000Z"
}
]