3d5897270d8a
Ownership summary
Returns an aggregate ownership breakdown for a stock: total institutional ownership percentage, holder count, top 10 holders, beneficial owner count, and insider count. Institutional data is from the latest 13F quarter. Ownership percentage is calculated against shares outstanding.
For symbols without an issuer-level shares-outstanding figure (e.g. ETFs, funds), the sharesOutstanding, institutional.pctOfSharesOutstanding, and per-holder pctOfShares fields are omitted from the response.
Query parameters
Stock ticker symbol. Identify the entity by exactly one of: symbol, cik, cusip, composite_figi, or share_class_figi. At least one is required.
SEC Central Index Key (CIK).
CUSIP identifier (9 characters).
Composite OpenFIGI identifier.
Share-class OpenFIGI identifier.
Response
Aggregate ownership breakdown
Example response
{
"sharesOutstanding": 14700000000,
"institutional": {
"holderCount": 2847,
"totalShares": 10234567890,
"totalValue": 2891234567000,
"pctOfSharesOutstanding": 69.62,
"reportDate": "2025-12-31",
"topHolders": [
{
"managerName": "BlackRock, Inc.",
"managerCik": 2012383,
"shares": 1157054556,
"value": 314465315556,
"pctOfShares": 7.87
}
],
"votingAuthority": {
"sole": 8123456789,
"shared": 234567890,
"none": 12345678
},
"topQoqMovers": {
"increases": [
{
"managerName": "BlackRock, Inc.",
"managerCik": 2012383,
"shares": 1157054556,
"prevShares": 1100000000,
"deltaShares": 57054556,
"deltaPct": 5.2,
"pctOfShares": 7.87
}
],
"decreases": [
{
"managerName": "Vanguard Group Inc.",
"managerCik": 102909,
"shares": 980000000,
"prevShares": 1050000000,
"deltaShares": -70000000,
"deltaPct": -6.7,
"pctOfShares": 6.67
}
]
}
},
"beneficialOwnerCount": 3,
"insiderCount": 12
}