Returns share class information including outstanding and authorized shares, extracted from SEC filings.
symbol string optional Stock ticker symbol. Identify the entity by exactly one of: symbol, cik, cusip, composite_figi, or share_class_figi. At least one is required.
cik integer optional SEC Central Index Key (CIK).
cusip string optional CUSIP identifier (9 characters).
composite_figi string optional Composite OpenFIGI identifier.
share_class_figi string optional Share-class OpenFIGI identifier.
curl 'https://api.stockfit.io/v1/api/ownership/share-classes?symbol=AAPL&cik=320193&cusip=037833100&composite_figi=BBG000B9XRY4&share_class_figi=BBG001S5N8V8' \
-H 'Authorization: Bearer YOUR_API_TOKEN'List of share classes ordered by shares outstanding (descending)
className string Name of the share class
classMember string XBRL class member identifier
sharesOutstanding number | null Number of shares outstanding
sharesAuthorized number | null Number of shares authorized
periodEnd string | null Period end date (YYYY-MM-DD)
year integer | null Fiscal year
fp string | null Filing period (FY, Q1, Q2, Q3)
[
{
"className": "Class A",
"classMember": "us-gaap:CommonClassAMember",
"sharesOutstanding": 307955000,
"sharesAuthorized": 1500000000,
"periodEnd": "2025-12-31",
"year": 2025,
"fp": "FY"
}
]Invalid parameters or company not found
error string Human-readable error message
{}Feature not available on current plan
error string Human-readable error message
{}