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
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://finance.dev/llms.txt

Use this file to discover all available pages before exploring further.

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