Bilanz abrufen
Erstellt die Bilanz (Vermögens- und Kapitalstruktur) auf Stichtag: Aktiva und Passiva.
get_bilanz
Authorization
Authorization string header erforderlich API-Key im Format
ll_.... Übergabe als Bearer Token im OAuth-Flow. Scopes
auswertungen:read
Parameter
as_of_date string optional Stichtag (YYYY-MM-DD, default: heute)
Antwort
200
Erfolgreich
MCP
JSON get_bilanz {
"tool": "get_bilanz",
"params": {
"as_of_date": "<string>"
}
} 200 Response
JSON {
"assets_total": 1,
"liabilities_total": 1,
"equity_total": 1
}