Get Company Financials

Get company financial data. Public companies return audited figures from SEC filings (revenue, net income, assets, liabilities); private companies return an estimated revenue range where available. **Headers:** - `Authorization`: Bearer {api_key} - `X-Organization-ID`: Organization UUID

Path parameters

company_idstringRequired
Company entity ID or identifier

Query parameters

fiscal_yearinteger or nullOptional

Fiscal year (default: 2024)

Response

Successful Response
entity_idstring
assetsdouble or null
data_sourceslist of strings
filing_datestring or null
fiscal_yearinteger or null
inferred_revenuestring or null
liabilitiesdouble or null
net_incomedouble or null
revenuedouble or null
sourcestringDefaults to sec_edgar

Errors

404
Not Found Error
500
Internal Server Error
501
Not Implemented Error