Ownership
Beneficial owners
Returns beneficial owners (5%+ shareholders) from SEC Schedule 13D/13G filings. Shows the most recent report per owner, ordered by ownership percentage. Includes change tracking vs previous filing and insider cross-referencing.
get/api/ownership/beneficial-owners
Query parameters
symbolstring
Stock ticker symbol. Identify the entity by exactly one of: symbol, cik, cusip, composite_figi, or share_class_figi. At least one is required.
cikinteger
SEC Central Index Key (CIK).
cusipstring
CUSIP identifier (9 characters).
composite_figistring
Composite OpenFIGI identifier.
share_class_figistring
Share-class OpenFIGI identifier.
Response
List of beneficial owners ordered by ownership percentage (descending)
Example response
[
{
"reportingPersonName": "The Vanguard Group",
"amendment": true,
"percentOfClass": 9.47,
"aggregateAmountOwned": 1415826462,
"sharedVotingPower": 19800347,
"soleDispositivePower": 1343278627,
"sharedDispositivePower": 72547835,
"typeOfReportingPerson": "IA",
"securityClassTitle": "Common Stock",
"reportDate": "2025-07-29",
"accessionNumber": "0000932471-25-000778",
"filingType": "13G"
}
]