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

OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.

Query Parameters

symbol
string
required

Stock symbol.

limit
integer<int32>

Number of results (optional).

Response

Ownership data.

Ownership data response