Check available retained profits for dividend declaration
GET
https://app.speybooks.com/api/v1/dividends/profit-checkChecks the available retained profits for a dividend declaration. Returns the current retained earnings balance minus any already-declared dividends for the specified financial year end. Used to validate that a proposed dividend is legally distributable.
Query parameters
financialYearEnd string requiredFinancial year end date (YYYY-MM-DD). Required.
Response
200 Profit check result with retained earnings, previously declared, available profit, and a canDeclareDividend boolean.
Show response fields
availableProfitPence integercanDeclareDividend booleanfinancialYearEnd stringpreviouslyDeclaredPence integerretainedEarningsPence integerError codes
400 Missing or invalid financialYearEnd parameter.