/v1/statements/balance-sheet
Get Balance Sheet
Read an internal balance-sheet preview from posted canonical journal entries.
Authentication
Use a HelvCore API key in the Authorization header. Keys are server-side secrets and must not be exposed to browser JavaScript.
Authorization: Bearer hc_...Parameters
Documented field.
Documented field.
Documented field.
Documented field.
Documented field.
Documented field.
Optional server-side comparison mode. Use prior_fiscal_year to include prior-period amounts in the same response.
Explicit fiscal year id for comparison. Provide together with comparison_period_start and comparison_period_end.
Explicit comparison period start. Provide together with comparison_fiscal_year_id and comparison_period_end.
Explicit comparison period end. Provide together with comparison_fiscal_year_id and comparison_period_start.
Optional period series granularity. month or quarter adds ordered period_series buckets from the same posted-ledger statement logic. P&L buckets are period activity; balance-sheet buckets are as-of bucket end.
Returns
Returns a documented JSON response on success and the standard HelvCore error envelope on failure.
200Successful response.defaultStructured error response.401invalid_auth - missing, expired, or invalid Bearer keyStable error codes
api_key_disabledDocumented HelvCore error code for this operation.api_key_expiredDocumented HelvCore error code for this operation.invalid_authDocumented HelvCore error code for this operation.invalid_requestDocumented HelvCore error code for this operation.validation_failedDocumented HelvCore error code for this operation.