Check available retained profits for dividend declaration
GET
https://app.speybooks.com/api/v1/dividends/profit-checkReports the retained profit available to distribute for a financial year: cumulative retained earnings to the year end, less what prior board resolutions have already approved for that year. Use it before recording board minutes to confirm a proposed distribution is within the profit sufficiency limit. The financial year end is required.
Query parameters
financialYearEndstringrequiredFinancial year end date (YYYY-MM-DD). Required.
Response
200Profit check result with retained earnings, previously declared, available profit, and a canDeclareDividend boolean.
Show response fields
availableProfitPenceintegercanDeclareDividendbooleanfinancialYearEndstringpreviouslyDeclaredPenceintegerretainedEarningsPenceintegerError codes
400Missing or invalid financialYearEnd parameter.