LedgerLou Docs is optimized for desktop.

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

Reports

Get BWA

Generates the BWA (management performance report): revenues, material costs, personnel expenses, depreciation, other operating expenses, interest, taxes — with gross profit, operating result, EBT and net income. Based on SKR04 account ranges.

get_bwa
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_bwa
JSON
{
  "tool": "get_bwa",
  "params": {
    "start_date": "<string>",
    "end_date": "<string>"
  }
}
200 Response
JSON
{
  "umsatzerloese_total": 1,
  "materialaufwand_total": 1,
  "rohertrag": 1,
  "personalaufwand_total": 1,
  "abschreibungen_total": 1,
  "sonstige_betriebliche_aufwendungen_total": 1,
  "betriebsergebnis": 1,
  "zinsen_total": 1,
  "ebt": 1,
  "steuern_total": 1,
  "jahresueberschuss": 1
}