Get Company Financials

Get financial statements for public companies including revenue, net income, assets, and liabilities. Returns most recent fiscal year data or specific year if requested.

Authentication

AuthorizationBearer
Bearer token authentication using API key

Path parameters

company_idstringRequired

Headers

X-Organization-IDstringRequired

Response

Successful response
entity_idstring
Company entity ID
revenuedouble or null

Annual revenue in USD (public companies via SEC)

inferred_revenuestring or null
Inferred revenue range for private companies
net_incomedouble or null
Net income in USD
assetsdouble or null
Total assets in USD
liabilitiesdouble or null
Total liabilities in USD
fiscal_yearinteger or null
Fiscal year
filing_datestring or null

SEC filing date (YYYY-MM-DD)

sourcestring

Data source (sec_edgar or inferred)

data_sourceslist of strings

Errors

401
Unauthorized Error
404
Not Found Error