active Legal form GmbH

Lehel Industrie GmbH

München ·HRB 175009 München

Overview

Legal form
GmbH
Address
Bavariaring 10
80336 München
Commercial register
HRB 175009, München
Registration date
April 21, 2008
Industry
Managementtätigkeiten von sonstigen Holdinggesellschaften
Beteiligungsgesellschaften
Managementtätigkeiten von Holdinggesellschaften mit überwiegend finanziellem Anteilsbesitz
Registered capital
500,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
Erwerb von oder Beteiligung jeder Art an Unternehmen, Halten, Verwaltung und Verwertung von Unternehmen oder Unternehmensbeteiligungen, Verwaltung eigenen Vermögens sowie Erbringung sonstiger, im Zusammenhang mit den vorgenannten Tätigkeiten stehender Dienstleistungen, u.a. Beratung anderer oder verbundener Unternehmen, soweit diese Beratung keiner amtlichen Zulassung oder Genehmigung bedarf.

Financials

Total assets 2023
2,95 Mio. €
Net income 2023
−15.874 €
7 previous years · values unlocked with an API key Get API key →

Balance sheet

2023
Assets 2,95 Mio
  • Net Loss Not Covered by Equity 78,9 % 2,32 Mio
  • Fixed Assets 19,6 % 577,1 k
  • Current Assets 1,6 % 46,1 k
Liabilities and Equity 2,95 Mio
  • Liabilities 99,9 % 2,94 Mio
  • Provisions 0,1 % 4,3 k
  • Equity 0,0 % 0
Full balance sheet line items with an API key Get API key →

Balance sheet data available for 7 earlier fiscal years.

Authorized representatives

  • Thomas Otto Robert Dr. Kuhmann since 2008 Managing Director
3 former representatives · viewable with an API key Get API key →

Ownership & holdings

Shareholders

Ultimate beneficial owners (UBOs)

1 hold ≥ 25%
1 more beneficial owners · viewable with an API key Get API key →

Holds shares in

2 more holdings · viewable with an API key Get API key →

History

  1. 2026
  2. 06.07.
    Change of address
    Lehel Industrie GmbH
  3. 2022
  4. 19.09.
    Change of address
    Lehel Industrie GmbH
  5. 2016
  6. 23.08.
    Change of address
    Lehel Industrie GmbH
  7. 2014
  8. 04.09.
    Exit of position
    H****** v** · Managing Director
  9. 2011
  10. 16.03.
    Exit of position
    H****** v** · Managing Director
  11. 16.03.
    Change of share capital
    Lehel Industrie GmbH
  12. 16.03.
    Change of bylaws
    Lehel Industrie GmbH
  13. 2009
  14. 18.08.
    Exit of position
    H***** D** · Managing Director
13 more entries Get API key →

Annual statements

Original published statements, ordered by fiscal year.

5 documents
Fiscal year Document Published Access
2023 Jahresabschluss Published Via the API
2021 Jahresabschluss Published Read full text
2020 Jahresabschluss Published Via the API
2019 Jahresabschluss Published Via the API
2011 Jahresabschluss Published Via the API
2021 Jahresabschluss Full text

Lehel Industrie GmbH

München

Jahresabschluss zum Geschäftsjahr vom 01.01.2021 bis zum 31.12.2021

Bilanz

Aktiva

31.12.2021
EUR
1.1.2021
EUR
A. Anlagevermögen 564.216,91 564.216,91
B. Umlaufvermögen 866.226,53 865.496,84
C. Nicht durch Eigenkapital gedeckter Fehlbetrag 2.240.307,89 2.173.032,68
Aktiva 3.670.751,33 3.602.746,43

Passiva

31.12.2021
EUR
1.1.2021
EUR
A. Eigenkapital 0,00 0,00
B. Rückstellungen 3.085,00 10.500,00
C. Verbindlichkeiten 3.667.666,33 3.592.246,43
davon mit einer Restlaufzeit bis zu einem Jahr 3.667.666,33 3.592.246,43
Passiva 3.670.751,33 3.602.746,43

sonstige Berichtsbestandteile

 

München, den 15.06.2023

gez. Dr. Thomas Kuhmann


Angaben zur Feststellung:
Der Jahresabschluss wurde am 15.06.2023 festgestellt.

Register documents

Bring original register extracts and company documents into your application as PDF or XML.

GET/v1/fetch-document
View the document API
  • Current extract (AD) PDF
  • Chronological extract (CD) PDF
  • Structured content (SI, XML) XML
  • Shareholders list PDF
  • Articles of association PDF

Explore more companies

Handelsregister API · MCP

Company data in your AI chat

Ask about directors, ownership and financial figures. Our MCP server connects your assistant to the Handelsregister API.

MCP documentation

Connect your assistant

  1. Open Connectors in Claude and add a custom connector.
  2. Enter this server URL and add the connector:
    https://mcp.handelsregister.ai/mcp
  3. Connect with your handelsregister.ai account, then enable the connector in your chat via “+” → “Connectors”.
  1. In ChatGPT on the web, open Settings → Apps and create a custom app. Developer mode must be enabled for your account.
  2. Use “handelsregister” as the name, OAuth for authentication and this server URL:
    https://mcp.handelsregister.ai/mcp
  3. 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:

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:

Python
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 Lehel Industrie GmbH. Include fiscal years and sources.\n\nentity_id: 261a78c7c8472b66c3270eba77e54a7e",
    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:

JSON
{
  "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 Lehel Industrie GmbH. Include fiscal years and sources.

entity_id261a78c7c8472b66c3270eba77e54a7e