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

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 fund ownership records to return

Response

200 - application/json

Fund ownership data.

data
object[]

List of institutional ownership records