Financial Statements
Create on-demand statements for any time period
The Digits Connect API supports six core statement types: Profit and Loss, Balance Sheet, Cash Flow, Trial Balance, A/P Aging, and A/R Aging.
Our statement APIs are implemented with a common statement type to enable simpler integration.
Statement Nesting Hierarchy
API Reference: Profit and Loss
This hierarchy represents the parent/child dependency structure, with the final NetIncome as the top-level item. Each item's children are the elements used to calculate the respective parent.
- NetIncome
- NetOperatingIncome
- GrossProfit
- Income
- CostOfGoodsSold
- OperatingExpenses
- GrossProfit
- NetOtherIncome
- OtherIncome
- OtherExpenses
- NetOperatingIncome
API Reference: Balance Sheet
This hierarchy represents the parent/child dependency structure for the Balance Sheet sections. The fundamental equation is Assets = Liabilities + Equity.
- Assets
- TotalLiabilitiesAndEquity
- Liabilities
- Equity
API Reference: Cash Flow
This hierarchy represents the parent/child dependency structure for the Statement of Cash Flows. The final CashAtEnd is the top-level item.
- CashAtEnd
- CashAtBeginning
- NetCashIncrease
- OperatingActivities
- CashFlowNetIncome
- AdjustmentsToReconcileNetIncome
- InvestingActivities
- FinancingActivities
- OperatingActivities
API Reference: Trial Balance
Trial Balance uses the common statement response shape, with trial balance-specific row summaries.
API Reference: A/P Aging
A/P Aging uses the common statement response shape, with aging-specific row summaries.
API Reference: A/R Aging
A/R Aging uses the common statement response shape, with aging-specific row summaries.
Updated 6 days ago