Get balance sheet report
Retrieve a Balance Sheet report for a business as of a specific date.
Important: Both posted and draft journal entries are included in the calculations.
Summary metrics returned:
- total_assets_cents: Non-current Assets + Current Assets
- total_non_current_assets_cents: Sum of Non-current Assets subtype
- total_current_assets_cents: Sum of Current Assets subtype
- total_liabilities_cents: Current Liabilities + Non-current Liabilities
- total_current_liabilities_cents: Sum of Current Liabilities subtype
- total_non_current_liabilities_cents: Sum of Non-current Liabilities subtype
- total_equity_cents: Share Capital + Share Premium + Reserves + Retained Earnings (+ current period P&L)
- net_assets_cents: Total Assets - Total Liabilities (equals Total Equity)
Retained Earnings includes:
- Historical retained earnings from RETAINED_EARNINGS accounts
- Current fiscal period P&L (auto-calculated from revenue/expense accounts)
Detail levels:
summary(default): Returns only summary metricsdetailed: Returns summary + line item breakdown by AccountSubtype
All values are in cents. Currency is the business’s base currency.
Documentation Index
Fetch the complete documentation index at: https://docs.thredfi.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Partner-level JWT token (unscoped). Token payload includes partner_id. Business access is validated via partner ownership. Format: Bearer <your-jwt-token>
Use this for: Multi-business operations where the business_id is specified in the URL and partner has access to multiple businesses.
Path Parameters
Business UUID
Query Parameters
Balance sheet date - point in time (YYYY-MM-DD)
Level of detail: 'summary' or 'detailed'
detailed, summary Response
Business UUID
Balance sheet date (point in time)
Business base currency
'summary' or 'detailed'
summary- summarydetailed- detailed
summary, detailed Calculated Balance Sheet totals
Grouped accounts by AccountSubtype.
- display_name: From AccountSubtype.label
- total_cents: Sum of all line items
- line_items: Individual accounts with this subtype
Grouped accounts by AccountSubtype.
- display_name: From AccountSubtype.label
- total_cents: Sum of all line items
- line_items: Individual accounts with this subtype
Grouped accounts by AccountSubtype.
- display_name: From AccountSubtype.label
- total_cents: Sum of all line items
- line_items: Individual accounts with this subtype
Grouped accounts by AccountSubtype.
- display_name: From AccountSubtype.label
- total_cents: Sum of all line items
- line_items: Individual accounts with this subtype
Grouped accounts by AccountSubtype.
- display_name: From AccountSubtype.label
- total_cents: Sum of all line items
- line_items: Individual accounts with this subtype
Grouped accounts by AccountSubtype.
- display_name: From AccountSubtype.label
- total_cents: Sum of all line items
- line_items: Individual accounts with this subtype
Grouped accounts by AccountSubtype.
- display_name: From AccountSubtype.label
- total_cents: Sum of all line items
- line_items: Individual accounts with this subtype
Grouped accounts by AccountSubtype.
- display_name: From AccountSubtype.label
- total_cents: Sum of all line items
- line_items: Individual accounts with this subtype