active Legal form GmbH

Buchführungsservice HEYMANN GmbH

Norderstedt ·HRB 17609KI Kiel ·kheymann.de

Overview

Legal form
GmbH
Address
Südportal 3 Turm 2
22848 Norderstedt
Commercial register
HRB 17609KI, Kiel
Registration date
January 4, 2016
Industry
Buchführung ohne Datenverarbeitungsdienste
Erbringung von allen anderen wirtschaftlichen Dienstleistungen für Unternehmen und Privatpersonen a. n. g.
Praxen von Steuerberaterinnen und -beratern, Steuerbevollmächtigten sowie steuerberatende Berufsausübungsgesellschaften
Registered capital
25,000.00 EUR
Representation rules

Ist ein Geschäftsführer bestellt, so vertritt er die Gesellschaft allein. Sind mehrere Geschäftsführer bestellt, wird die Gesellschaft durch sämtliche Geschäftsführer gemeinsam vertreten.

Purpose
Buchführungsservice, Dienstleistung Finanz- und Lohnbuchhaltung, allgemeine Sachbearbeitung

Financials

Total assets 2023
172.127 €
Net income 2023
2.188 €
1 previous years · values unlocked with an API key Get API key →

Balance sheet

2023
Assets 172,1 k
  • Current Assets 90,3 % 155,4 k
  • Fixed Assets 8,2 % 14,1 k
  • Prepaid Expenses 1,5 % 2,6 k
Liabilities and Equity 172,1 k
  • Liabilities 41,6 % 71,6 k
  • Equity 37,2 % 64,0 k
  • Provisions 21,2 % 36,6 k
Full balance sheet line items with an API key Get API key →

Balance sheet data available for 1 earlier fiscal years.

Authorized representatives

  • Karen-Marija Heymann since 2016 Managing Director

Ownership & holdings

Shareholders

  • Karen-Marija Heymann 100.0 % 25k €

Ultimate beneficial owners (UBOs)

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

History

  1. 2024
  2. 23.08.
    Change of address
    Buchführungsservice HEYMANN GmbH
  3. 2023
  4. 24.07.
    Change of address
    Buchführungsservice HEYMANN GmbH
  5. 2021
  6. 18.01.
    Change of company name
    Buchführungsservice HEYMANN GmbH
  7. 18.01.
    Change of share capital
    Buchführungsservice HEYMANN GmbH
  8. 18.01.
    Change of bylaws
    Buchführungsservice HEYMANN GmbH
  9. 2019
  10. 13.03.
    Change of address
    Buchführungsservice HEYMANN GmbH
  11. 2016
  12. 25.05.
    Change of address
    Buchführungsservice HEYMANN GmbH
  13. 12.04.
    Change of legal form
    Unternehmergesellschaft (haftungsbeschränkt)
9 more entries Get API key →

Annual statements

Original published statements, ordered by fiscal year.

2 documents
Fiscal year Document Published Access
2023 Jahresabschluss Published Via the API
2018 Jahresabschluss Published Read full text
2018 Jahresabschluss Full text

Buchführungsservice HEYMANN UG (haftungsbeschränkt)

Norderstedt

Jahresabschluss zum Geschäftsjahr vom 01.01.2018 bis zum 31.12.2018

Bilanz

Aktiva

31.12.2018
EUR
31.12.2017
EUR
A. Anlagevermögen 34.554,00 50.183,00
B. Umlaufvermögen 38.005,11 30.720,05
C. Rechnungsabgrenzungsposten 4.583,33 0,00
Bilanzsumme, Summe Aktiva 77.142,44 80.903,05

Passiva

31.12.2018
EUR
31.12.2017
EUR
A. Eigenkapital 8.642,17 8.589,13
B. Rückstellungen 8.281,92 7.935,32
C. Verbindlichkeiten 60.218,35 64.378,60
davon mit Restlaufzeit bis 1 Jahr 25.222,35 24.378,60
davon mit einer Restlaufzeit von mehr als einem Jahr 34.996,00 40.000,00
Bilanzsumme, Summe Passiva 77.142,44 80.903,05

sonstige Berichtsbestandteile



Angaben zum Unterzeichner

gez. Geschäftsführung
Karen-Marija Heymann


Angaben zur Feststellung:
Der Jahresabschluss wurde am 14.09.2019 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
Website kheymann.de
  • 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 Buchführungsservice HEYMANN GmbH. Include fiscal years and sources.\n\nentity_id: e4c1bcea745f22f0fd77394bf9eee105",
    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 Buchführungsservice HEYMANN GmbH. Include fiscal years and sources.

entity_ide4c1bcea745f22f0fd77394bf9eee105