active Legal form GmbH

ARS Digital GmbH

Stuttgart ·HRB 791588 Stuttgart ·ars-digital.gmbh
Part 1 / 2

Structured data

Parsed, typed and queryable directly through the API.

Overview

Legal form
GmbH
Address
Löffelstraße 40
70597 Stuttgart
Commercial register
HRB 791588, Stuttgart
Registration date
September 8, 2023
Industry
Entwicklung und Programmierung von Anwendungssoftware
Erbringung von sonstigen Dienstleistungen der Informationstechnologie
Erbringung von Beratungsleistungen auf dem Gebiet der Informationstechnologie
Purpose
Entwicklung von Software und Digitalisierungslösungen.
14 products, services and keywords · viewable with an API key Get API key →

Financials

Revenue 2023
324,05 Mio. €
Employees 2023
3.048
Total assets 2023
205,35 Mio. €
Net income 2023
7,82 Mio. €

Balance sheet

2023
Assets 205,35 Mio
  • Current Assets 58,5 % 120,20 Mio
  • Fixed Assets 40,5 % 83,26 Mio
  • Prepaid Expenses 0,6 % 1,24 Mio
  • Deferred Tax Assets 0,3 % 570,2 k
  • Active Balancing Item from Asset Offset 0,0 % 87,9 k
Liabilities and Equity 205,35 Mio
  • Liabilities 48,6 % 99,75 Mio
  • Equity 33,1 % 67,88 Mio
  • Accrued Expenses 11,9 % 24,43 Mio
  • Provisions 6,4 % 13,08 Mio
  • Deferred Tax Liabilities 0,1 % 215,1 k
  • Sonderposten für Investitionszuschüsse zum Anlagevermögen 0,0 % 5,1 k
Full balance sheet line items with an API key Get API key →

Profit & loss

2023
Income 679,81 Mio
  • Revenue 47,7 % 324,05 Mio
  • Personnel expenses 19,3 % −131,47 Mio
  • Material expenses 16,2 % −109,82 Mio
  • Other operating expenses 7,9 % −53,75 Mio
  • On intangible assets and property, plant, and equipment 2,8 % −19,26 Mio
  • Result after taxes 1,2 % 8,21 Mio
  • Dem Mutterunternehmen zustehender Gewinn 1,2 % 7,83 Mio
  • Annual net profit/loss 1,1 % 7,82 Mio
  • Other operating income 1,1 % 7,25 Mio
  • Income and profit taxes 0,9 % −5,87 Mio
  • Interest and similar expenses 0,5 % −3,50 Mio
  • Other taxes 0,1 % −396,5 k
  • Increase or decrease in finished and unfinished goods inventory 0,0 % 292,1 k
  • Other interest and similar income 0,0 % 290,1 k
  • Nicht beherrschenden Anteilen zustehender Verlust 0,0 % −11,7 k
  • Income from investments 0,0 % 0
Full P&L line items with an API key Get API key →

Authorized representatives

  • Hansjörg Reiner since 2023 Managing Director
  • Marco Hammerstein since 2023 Managing Director

Ownership & holdings

Shareholders

Ultimate beneficial owners (UBOs)

21.9 % identified 77.5 % unidentified
  • J*** C****** 9.6 %
  • H***** S****** 3.6 %
48 more beneficial owners · viewable with an API key Get API key →

History

  1. 2024
  2. 02.10.
    Change of address
    ARS Digital GmbH
  3. 2023
  4. 20.12.
    Enterprise agreement
    ARS Digital GmbH
  5. 20.10.
    Change of legal form
    Gesellschaft mit beschränkter Haftung
  6. 20.10.
    Change of company name
    ARS Digital GmbH
  7. 20.10.
    Member entry
    Marco Hammerstein · Managing Director
  8. 20.10.
    Member entry
    Hansjörg Reiner · Managing Director
  9. 20.10.
    Change of representation scheme
    Ist nur ein Geschäftsführer bestellt, vertritt er allein. Sind mehrere Geschäftsführer bestellt, vertreten zwei gemeinsam oder ein Geschäftsführer mit einem Prokuristen.
  10. 20.10.
    Change of share capital
    ARS Digital GmbH
5 more entries Get API key →
Part 2 / 2

Raw data & documents

Original filings, full-text markdown and PDFs — full content via the API.

Annual statements (full text)

Published reports as markdown — including management report, balance sheet, P&L and appendix.

  • 2023 Konzernabschluss
Read full report Get API key →

Register documents

PDF documents straight from the court register — fetched on demand via the :code endpoint.

  • Current extract (AD)
  • Chronological extract (CD)
  • Structured content (SI, XML)
  • Shareholders list
  • Articles of association
Unlock with API key Get API key →

Website content

Structured markdown rendering of the company's public website — perfect for enrichment and AI pipelines.

Unlock with API key Get API key →
AI assistants

This company in Claude or ChatGPT

Connect handelsregister.ai to your AI assistant once – then simply ask it about this and any other company.

All MCP tools in the documentation →
  1. In Claude, go to Settings → Connectors → “Add custom connector”.
  2. Enter this server URL: https://mcp.handelsregister.ai/mcp
  3. Sign in with your handelsregister.ai account in the dialog. The connector is then available in every chat under “Tools”.
  1. In ChatGPT, go to Settings → Connectors → Advanced, enable Developer mode and choose “Create”.
  2. Enter the name “handelsregister”, authentication OAuth and this server URL: https://mcp.handelsregister.ai/mcp
  3. Sign in with your handelsregister.ai account in the dialog and enable the connector in the chat under “More”.
  1. Run once in your terminal:
    claude mcp add --transport http handelsregister https://mcp.handelsregister.ai/mcp \
      --header "X-API-Key: YOUR_API_KEY"
  2. Done – the server is now available in every Claude Code session.

For your own applications: pass the server as a tool, authenticated with your API key.

from openai import OpenAI

client = OpenAI()
response = client.responses.create(
    model="gpt-6-astra",
    input="ARS Digital GmbH: Geschäftsführung, Gesellschafter, Kennzahlen?",
    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)

Cursor, Windsurf and other MCP clients: add this block to the MCP configuration.

{
  "mcpServers": {
    "handelsregister": {
      "url": "https://mcp.handelsregister.ai/mcp",
      "headers": { "X-API-Key": "YOUR_API_KEY" }
    }
  }
}

Replace YOUR_API_KEY with your key – once you are signed in it is filled in here automatically.

Try it in the chat:
What do you know about ARS Digital GmbH? Use entity_id 94cebbcbbad14c7cdb95ee08d7bd3080 and show me the management, shareholders and the latest key figures.
Profile · Financials · People · Documents

Structured data and full text — per company

From annual statements as HTML to UBO lists: enable each field individually via the features parameter. One API, all data.

  • Key figures Revenue, employee count, total assets, net income — per fiscal year.
  • Authorized representatives Current and former managing directors, board members, signatories — with roles and date ranges.
  • Publications Official commercial register publications including date and full text.
  • Gesellschafter Current shareholder structure with stakes and contributions.
  • Wirtschaftlich Berechtigte (UBOs) Ultimate beneficial owners as recorded in the German transparency register.
  • Beteiligungen Stakes this company holds in other entities.
  • Bilanz Full balance sheet line items from published annual statements.
  • Gewinn- und Verlustrechnung P&L line items per fiscal year.
  • Jahresabschlüsse (HTML) Published annual financial statements rendered as HTML.
  • Insolvenzbekanntmachungen Notices from the official insolvency registers.
  • News Recent mentions of the company from external news sources.
Unlock every field with an API key Get API key →
Code · AI agents · No-code · Workflows

Plug into any stack

Whether you're building a classical API integration, an AI agent, or a no-code workflow — this data slots in.

Use this data in your app

Grab an API key and pull this structured commercial register data straight from your application — no scraping, no PDFs.