Skip to main content
GET
/
v1
/
institutional
/
ownership
Get Institutional Ownership
curl --request GET \
  --url https://api.aries.com/v1/institutional/ownership \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "symbol": "TSLA",
      "cusip": "023135106",
      "name": "Worth Asset Management, LLC",
      "share": 1743,
      "change": -57,
      "value": 197000,
      "putCall": ""
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

cusip
string
symbol
string
from
string
to
string

Response

200 - application/json

Institutional ownership data.

data
object[]

List of institutional ownership records for a security