Get balance sheet
Generates the balance sheet (asset and capital structure) as of a cut-off date: assets and liabilities.
get_bilanz
Authorization
Authorization string header required API key in the format
ll_.... Pass as a Bearer token in the OAuth flow. Scopes
auswertungen:read
Parameters
as_of_date string optional As-of date (YYYY-MM-DD, default: today)
Response
200
Success
MCP
JSON get_bilanz {
"tool": "get_bilanz",
"params": {
"as_of_date": "<string>"
}
} 200 Response
JSON {
"assets_total": 1,
"liabilities_total": 1,
"equity_total": 1
}