Skip to main content
GET
/
v1
/
ownership
/
data
Get Company Ownership Data
curl --request GET \
  --url https://api.aries.com/v1/ownership/data \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "name": "The Vanguard Group, Inc.",
      "share": 1409216610,
      "change": 14962890,
      "filingDate": "2025-06-30",
      "source": "",
      "percentOfShares": 0
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

symbol
string
required

Stock ticker symbol (e.g., AAPL, MSFT)

limit
integer<int32>

Maximum number of ownership records to return

Response

200 - application/json

Ownership data.

data
object[]

List of institutional ownership records