Skip to main content
GET
/
v1
/
ownership
/
fund
Get Fund Ownership Data
curl --request GET \
  --url https://api.aries.com/v1/ownership/fund \
  --header 'Authorization: Bearer <token>'
{ "data": [ { "name": "Vanguard Total Stock Market Index Fund", "share": 466994523, "change": -2711875, "filingDate": "2025-09-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

Fund ownership data.

Ownership data response