logByte GmbHWetzlarJahresabschluss zum Geschäftsjahr vom 01.01.2021 bis zum 31.12.2021Bilanz
Anhang
Allgemeine Angaben zum Jahresabschluss
Angabe der Ausleihungen, Forderungen und Verbindlichkeiten gegenüber Gesellschaftern1.1.2021 - 31.12.2021Der Betrag der Verbindlichkeiten gegenüber Gesellschaftern beträgt 40.000,00 EUR. 1.1.2020 - 31.12.2020Der Betrag der Verbindlichkeiten gegenüber Gesellschaftern beträgt 60.000,00 EUR. sonstige Berichtsbestandteile
Angaben zur Feststellung:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
logByte GmbH
Overview
- Legal form
- GmbH
- Address
-
Christian-Kremp-Straße 12
35578 Wetzlar - Commercial register
- HRB 6612, Wetzlar
- Registration date
- November 26, 2013
- Industry
-
Erbringung von Beratungsleistungen auf dem Gebiet der Informationstechnologie
Erbringung von sonstigen Dienstleistungen der Informationstechnologie
Erbringung von sonstigen Informationsdienstleistungen - Registered capital
- 50,000.00 EUR
- Representation rules
Ist nur ein Geschäftsführer bestellt, so vertritt er die Gesellschaft allein. Sind mehrere Geschäftsführer bestellt, so wird die Gesellschaft durch zwei Geschäftsführer oder durch einen Geschäftsführer gemeinsam mit einem Prokuristen vertreten.
- Purpose
- Handel und Herstellung von IT-Lösungen sowie diesbezügliche Beratung und Dienstleistung
Financials
Balance sheet
2022- Current Assets 76,9 % 229,3 k
- Fixed Assets 22,3 % 66,3 k
- Prepaid Expenses 0,8 % 2,5 k
- Liabilities 60,2 % 179,6 k
- Equity 22,5 % 67,0 k
- Provisions 17,3 % 51,5 k
Balance sheet data available for 3 earlier fiscal years.
Authorized representatives
-
Elena Grasmück
since 2014 Managing Director
-
Eugen Grasmück
since 2014 Managing Director
-
Sandra von Keutz
since 2014 Managing Director
Ownership & holdings
Shareholders
-
Sandra von Keutz
60.0 %
30k €
-
E**** G******
20.0 %
10k €
-
A****** Z***
20.0 %
10k €
Ultimate beneficial owners (UBOs)
-
S***** v**
≥25%
60.0 %
-
E**** G******
20.0 %
Holds shares in
- FamilyERP GmbH 100.0 %
- EDV-Beratung Winter GmbH 25.0 %
History
- 2026
-
27.01.
Change of bylawslogByte GmbH
-
27.01.
Change of share capitallogByte GmbH
- 2014
-
27.02.
Member entrySandra von Keutz · Managing Director
-
27.02.
Member entryEugen Grasmück · Managing Director
-
08.01.
IncorporationlogByte GmbH
-
08.01.
Change of bylawslogByte GmbH
-
08.01.
Change of company namelogByte GmbH
-
08.01.
Change of purposeHandel und Herstellung von IT-Lösungen sowie diesbezügliche Beratung und Dienstleistung
Annual statements
Original published statements, ordered by fiscal year.
| Fiscal year | Document | Published | Access |
|---|---|---|---|
| 2022 | Jahresabschluss | Published | Via the API |
| 2021 | Jahresabschluss | Published | Read full text |
| 2020 | Jahresabschluss | Published | Via the API |
| 2019 | Jahresabschluss | Published | Via the API |
2021 Jahresabschluss Full text
Register documents
Bring original register extracts and company documents into your application as PDF or XML.
/v1/fetch-document- Current extract (AD) PDF
- Chronological extract (CD) PDF
- Structured content (SI, XML) XML
- Shareholders list PDF
- Articles of association PDF
Explore more companies
Company data in your AI chat
Ask about directors, ownership and financial figures. Our MCP server connects your assistant to the Handelsregister API.
Connect your assistant
- Open Connectors in Claude and add a custom connector.
-
Enter this server URL and add the connector:
https://mcp.handelsregister.ai/mcp - Connect with your handelsregister.ai account, then enable the connector in your chat via “+” → “Connectors”.
- In ChatGPT on the web, open Settings → Apps and create a custom app. Developer mode must be enabled for your account.
-
Use “handelsregister” as the name, OAuth for authentication and this server URL:
https://mcp.handelsregister.ai/mcp - Sign in with your handelsregister.ai account, create the app and select it from the tools menu in your chat.
Run once in your terminal:
claude mcp add --transport http handelsregister https://mcp.handelsregister.ai/mcp \
--header "X-API-Key: YOUR_API_KEY"
Replace YOUR_API_KEY with your handelsregister.ai API key.
Add this MCP server as a tool in your application:
from openai import OpenAI
client = OpenAI()
response = client.responses.create(
model="gpt-6-astra",
input="Show me the directors, shareholders and latest available financial figures for logByte GmbH. Include fiscal years and sources.\n\nentity_id: fa54eb14e4aebaa45fc649daba7485a1",
tools=[{
"type": "mcp",
"server_label": "handelsregister",
"server_url": "https://mcp.handelsregister.ai/mcp",
"headers": {"X-API-Key": "YOUR_API_KEY"},
"require_approval": "never",
}],
)
print(response.output_text)
Replace YOUR_API_KEY with your handelsregister.ai API key.
Add this configuration to your MCP client:
{
"mcpServers": {
"handelsregister": {
"url": "https://mcp.handelsregister.ai/mcp",
"headers": { "X-API-Key": "YOUR_API_KEY" }
}
}
}
Replace YOUR_API_KEY with your handelsregister.ai API key.
Ask about this company
Once connected, ask your assistant this question:
Show me the directors, shareholders and latest available financial figures for logByte GmbH. Include fiscal years and sources.
Copying failed. Please select the text and copy it manually.
Keyboard shortcuts
- Copy active snippet
- C
- Copy entity_id
- I
- Switch tab
- 1–6
- Toggle this help
- ?