active Legal form Inc.

SMW Data Solutions Inc.

Göppingen ·HRB 721663 Ulm ·smw-ds.de

Overview

Legal form
Inc.
Address
Hans-Seyff-Str. 57
73037 Göppingen
Commercial register
HRB 721663, Ulm
Registration date
April 17, 2007
Industry
Entwicklung und Programmierung von Anwendungssoftware
Bereitstellung von Datenverarbeitungsdiensten
Erbringung von Beratungsleistungen auf dem Gebiet der Informationstechnologie
Representation rules

Die Gesellschaft wird durch den Board of Directors vertreten. Jedes Mitglied vertritt einzeln.

Purpose
Installation, Erweiterung und Modifikation von speziellen Schnittstellenprogrammen (Software für Midrange Systeme), wobei die Standardprogramme ausschließlich von SMW Data Solutions Inc. USA entwickelt und bereitgestellt werden, sowie alle Dienstleistungen, die im Zusammenhang mit der Installation und Inbetriebnahme anfallen.

Financials

No financial figures available Why?

Why are there no figures?

There are no usable financial figures for this company in our dataset yet.

When are statements due?

Corporations such as GmbH, UG and AG generally have to disclose their accounts. The usual deadline is twelve months after the fiscal year ends; capital-market-oriented companies have shorter deadlines. A newly formed company may therefore not have filed its first statement yet.

What is published at each company size?

Size classes depend on total assets, annual revenue and average employee numbers. Generally, at least two of the three thresholds must be met on two consecutive reporting dates. Special rules apply to newly formed companies and certain reorganisations.

Micro-companies
up to €450,000 total assets · €900,000 revenue · 10 employees May meet their disclosure obligation by depositing a balance sheet. It can be retrieved from the Unternehmensregister after registration and payment of a fee. A profit and loss statement does not have to be disclosed, so only limited figures may be available.
Small companies
up to €7.5 million total assets · €15 million revenue · 50 employees Generally disclose a balance sheet and notes, with permitted simplifications. They do not have to disclose their profit and loss statement. Revenue is therefore often absent from public filings, although some profit figures may still appear in the balance sheet.
Medium-sized companies
up to €25 million total assets · €50 million revenue · 250 employees Disclose a balance sheet, profit and loss statement, notes and management report, with statutory simplifications. Revenue and certain expenses may be combined into a gross-result figure in the profit and loss statement.
Large companies
Exceed at least two of the limits for medium-sized companies. Generally disclose full annual accounts, including the balance sheet, profit and loss statement and notes, together with a management report. Capital-market-oriented companies are generally classified as large.

These thresholds generally apply to fiscal years starting in 2024 or later; early application was permitted for 2023. Some thresholds were lower for older statements.

Other legal forms and exemptions

Sole traders and partnerships with a natural person bearing unlimited liability generally fall outside the disclosure rules for corporations. Particularly large businesses may nevertheless be covered by the German Public Disclosure Act. Certain subsidiaries may also qualify for exemptions when included in consolidated accounts.

Other reasons for missing or older figures

These are general explanations. Missing figures alone do not establish which reason applies to this company.

Not yet due or filed late
A statement may still be within its filing deadline or may be submitted late. The Federal Office of Justice can start administrative fine proceedings for disclosure breaches. Absence from this page does not establish such a breach.
Removal, reorganisation or winding up
Reports under this company may end after removal from the register or a merger. Liquidation, insolvency or inactivity does not automatically remove disclosure obligations; these generally continue until removal from the register.
Data coverage
A statement may already be published or deposited but not yet be included or fully processed in our dataset. Missing individual disclosures in the document also limit the figures that can be derived.

Figures appear here once the relevant statements have been added to our dataset and processed. This hint describes the data available on this page.

Authorized representatives

  • Ralf Werth since 2007 Director

History

  1. 2017
  2. 06.09.
    Branch registered
    SMW Data Solutions Inc.
  3. 2010
  4. 22.04.
    Change of address
    SMW Data Solutions Inc.
  5. 2007
  6. 03.12.
    Change of representation scheme
    Die Gesellschaft wird durch den Board of Directors vertreten. Jedes Mitglied vertritt einzeln.
  7. 03.12.
    Incorporation
    SMW Data Solutions Inc.
  8. 03.12.
    Register cross-reference
    SMW Data Solutions Inc.
  9. 03.12.
    Change of company name
    SMW Data Solutions Inc.
  10. 03.12.
    Change of purpose
    Installation, Erweiterung und Modifikation von speziellen Schnittstellenprogrammen (Software für Midrange Systeme), wobei die Standardprogramme ausschließlich von SMW Data Solutions Inc. USA entwickelt und bereitgestellt werden, sowie alle Dienstleistungen, die im Zusammenhang mit der Installation und Inbetriebnahme anfallen.
  11. 03.12.
    Change of legal form
    Aktiengesellschaft nach dem Recht des Staates Florida, USA
3 more entries Get API key →

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 smw-ds.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 SMW Data Solutions Inc.. Include fiscal years and sources.\n\nentity_id: d5dae9b1bc1f7e264c3df83ce14fc0ad",
    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 SMW Data Solutions Inc.. Include fiscal years and sources.

entity_idd5dae9b1bc1f7e264c3df83ce14fc0ad