Re-registration

Definition

Basic Definition

A re-registration is the formal notification of changes to essential company data with the commercial register, which is submitted electronically by a notary.

Detailed Explanation

In colloquial terms, a re-registration refers to the notification of changes to the commercial register when essential company data such as business address, company name, or management changes. Legally, it is referred to as a notification of change, as every alteration of facts registered in the commercial register must be reported to the competent registry court according to § 12 HGB and subsequently published in the commercial register. Typical occasions for a re-registration include a change of managing director, relocation of the registered office, change of legal form, or update of the company address. The notification is carried out by a notary, who submits the necessary documents electronically. Only after effective registration may business documents, legal notices, and business letters contain the new information. Entrepreneurs should carry out the re-registration promptly, as delayed or omitted notifications can result in fines and extend the liability of the shareholders. Costs mainly arise from notary fees and registry court fees. Those wishing to 're-register' their company can find detailed checklists and forms at chambers of commerce and the commercial register portal. This ensures the company profile remains legally compliant and up-to-date.

How to use with handelsregister.ai API

Re-registrations – in the sense of change notifications – are retrievable as historical register entries in the handelsregister.ai API, for instance, in cases of address or management changes. Developers can automatically detect when a company's basic data has changed and version these changes in their own systems or update compliance checks.

API Usage Examples

Company Profile Endpoint

Fetch detailed company information including the data related to "Re-registration"

GET https://handelsregister.ai/api/v1/fetch-organization
feature=related_persons feature=publications
https://handelsregister.ai/api/v1/fetch-organization?api_key=YOUR_API_KEY&q=Re-registration+GmbH+aus+M%C3%BCnchen&feature=related_persons&feature=publications&ai_search=on
Try this API in our interactive Playground

Document Fetch Endpoint

Fetch documents related to "Re-registration"

GET https://handelsregister.ai/api/v1/fetch-document
document_type=CD
https://handelsregister.ai/api/v1/fetch-document?api_key=YOUR_API_KEY&company_id=COMPANY_ID&document_type=CD
Try this API in our interactive Playground