ERGO-BAU GmbHFreudenbergJahresabschluss zum Geschäftsjahr vom 01.01.2023 bis zum 31.12.2023Bilanz
Anhang
ERGO-BAU GmbH, Freudenberg
sonstige Berichtsbestandteile
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ERGO-BAU GmbH
Overview
- Legal form
- GmbH
- Address
-
Asdorfer Straße 200
57258 Freudenberg - Commercial register
- HRB 4758, Siegen
- Registration date
- March 20, 1997
- Industry
-
Anbringen von Stuckaturen, Gipserei und Verputzerei
Glasergewerbe
Herstellung von Gipserzeugnissen für den Bau - Registered capital
- 50,000.00 DEM
- Representation rules
Die Gesellschaft hat einen Geschäftsführer, der die Gesellschaft alleine vertritt.
- Purpose
- Die Ausführung von Stuckarbeiten, Innen- und Außenputz sowie der Trockenbau
Financials
Balance sheet
2024- Current Assets 97,9 % 2,09 Mio
- Fixed Assets 1,9 % 40,6 k
- Prepaid Expenses 0,2 % 5,0 k
- Equity 64,6 % 1,38 Mio
- Liabilities 22,9 % 489,9 k
- Provisions 12,5 % 267,2 k
Balance sheet data available for 15 earlier fiscal years.
Profit & loss
2020- Revenue 48,0 % 1,59 Mio
- Material expenses 26,5 % 877,3 k
- Personnel expenses 14,2 % 471,5 k
- Annual net profit/loss 3,7 % 121,7 k
- Result after taxes 3,6 % 119,7 k
- Income and profit taxes 2,1 % 68,1 k
- Other operating expenses 1,4 % 44,8 k
- Depreciation 0,4 % 14,8 k
- Other operating income 0,1 % 3,5 k
- Income from other securities and loans in financial assets 0,1 % 2,1 k
- Other taxes 0,1 % −2,0 k
- Other interest and similar income 0,0 % 143
- Interest and similar expenses 0,0 % 21
P&L data available for 1 earlier fiscal years.
Authorized representatives
-
Thomas Habermeier
since 2003 Managing Director
Ownership & holdings
Shareholders
-
Thomas Habermeier
100.0 %
50k DEM
Ultimate beneficial owners (UBOs)
Holds shares in
- H & H Hausbau GmbH 50.0 %
History
- 2010
-
12.03.
Change of addressERGO-BAU GmbH
- 2003
-
17.11.
IncorporationERGO-BAU GmbH
-
17.11.
Change of share capitalERGO-BAU GmbH
-
17.11.
Register digitization entryERGO-BAU GmbH
-
17.11.
Change of representation schemeDie Gesellschaft hat einen Geschäftsführer, der die Gesellschaft alleine vertritt.
-
17.11.
Change of purposeDie Ausführung von Stuckarbeiten, Innen- und Außenputz sowie der Trockenbau
-
17.11.
Change of company nameERGO-BAU GmbH
-
17.11.
Member entryThomas Habermeier · Managing Director
Annual statements
Original published statements, ordered by fiscal year.
| Fiscal year | Document | Published | Access |
|---|---|---|---|
| 2024 | Jahresabschluss | Published | Via the API |
| 2023 | Jahresabschluss | Published | Read full text |
| 2022 | Jahresabschluss | Published | Via the API |
| 2021 | Jahresabschluss | Published | Via the API |
| 2020 | Jahresabschluss | Published | Via the API |
2023 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 ERGO-BAU GmbH. Include fiscal years and sources.\n\nentity_id: 80eef867b2b5e6a3fc3cd9698a71962d",
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 ERGO-BAU 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
- ?