Get Financial Reports

Get financial statements including balance sheet, income statement, and cash flow

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

entityIdstringRequired
entity ID
monthstringOptional

Month (1-12)

yearstringOptional

Year (YYYY)

typeenumOptional
Report type
Allowed values:

Response

Financial reports
balanceSheetobject or null
Balance sheet data structure
incomeStatementobject or null
Income statement data structure
cashFlowStatementobject or null
Cash flow statement data structure
pdf_urlsobject or null

Errors