latestOpenAPI 3.0.02026-08-2010141507.9 KB
3d5897270d8a
Ownership
Share classes
Returns share class information including outstanding and authorized shares, extracted from SEC filings.
get/api/ownership/share-classes
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 share classes ordered by shares outstanding (descending)
Example response
[
{
"className": "Class A",
"classMember": "us-gaap:CommonClassAMember",
"sharesOutstanding": 307955000,
"sharesAuthorized": 1500000000,
"periodEnd": "2025-12-31",
"year": 2025,
"fp": "FY"
}
]