LedgerLou Docs is optimized for desktop.

Please open this page on a device with a wider screen.

Reports

Get P&L

Generates the profit and loss statement (GuV / P&L): revenues and expenses with subtotals and net result.

get_guv
Authorization
Authorization string header required API key in the format ll_.... Pass as a Bearer token in the OAuth flow.
Scopes
auswertungen:read
Parameters
start_date string optional Start date (YYYY-MM-DD, default: start of year)
end_date string optional End date (YYYY-MM-DD, default: today)
Response
200
Success
MCP get_guv
JSON
{
  "tool": "get_guv",
  "params": {
    "start_date": "<string>",
    "end_date": "<string>"
  }
}
200 Response
JSON
{
  "revenue_total": 1,
  "expense_total": 1,
  "profit_or_loss": 1
}