API Documentation

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

Institutional Ownership API

Returns institutional investors holding the given security from 13-F filings

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/institutional-ownership/US0378331005' \
  -H 'Accept: application/json'
200 Response
[
  {
  "holder_name": "BlackRock Institutional Trust Co NA",
  "shares": 187354850,
  "change": -2500563,
  "change_pct": -1.32,
  "value": 28500000000,
  "filing_date": "2024-03-31T00:00:00.000Z"
}
]