Germanlimited partnershipmixed liability

What is “KGAA”?

KGAA stands for Kommanditgesellschaft auf Aktien (German), a limited partnership used primarily in Austria, Switzerland, Germany. The suffix signals that the business has mixed liability and is privately held.

Full meaning & translation

The full form is Kommanditgesellschaft auf Aktien, a German-language term. It translates literally as “Limited partnership structured as a joint-stock company.” You may also encounter it abbreviated or written as kg auf aktien, kommanditgesellschaft auf aktien.

Where it's used

KGAA appears in company names registered in the following 3 jurisdictions:

AT · AustriaCH · SwitzerlandDE · Germany

What it tells you about the company

LiabilityMixed: general partners bear unlimited liability; limited partners are protected up to their invested capital.
OwnershipPrivately held. Shares are not listed or traded on a public exchange.
ComparableBroadly equivalent to GmbH & Co. KG in Germany, AGKG in Switzerland, AGKGAA in Germany.

Equivalent forms around the world

These are the closest structural equivalents to KGAA in other jurisdictions — same entity category, different national law.

CountryEquivalent suffix
GermanyGmbH & Co. KG
SwitzerlandAGKG
GermanyAGKGAA
GermanyAKGK
GermanyGBHKGA
GermanyGBHKGAA
United KingdomGPLP
United KingdomILP
GermanyKEG
GermanyKG
United KingdomLP
SwitzerlandNFGKG
GermanyNFKGKG
United StatesP
GermanyPR
FranceSCA
FranceSCS
FranceSELACA
United KingdomSLP

Normalizing “KGAA” in your data

When matching or deduplicating company records, the legal suffix is noise — Acme KGAA” and “Acme” should resolve to the same entity. One API call strips it and returns a stable canonical form:

Request
curl -X POST https://api.ambect.com/v1/normalize/company \
  -H "Authorization: Bearer $AMBECT_KEY" \
  -H "Content-Type: application/json" \
  -d '{"name": "Acme KGAA", "country": "at"}'
Response
{
  "data": {
    "canonical": "acme kgaa",
    "legal_type": null,
    "tokens": [
      "acme",
      "kgaa"
    ]
  },
  "meta": {
    "pipeline": [
      "lowercase",
      "legal_suffix"
    ],
    "confidence": 0.99
  }
}

Frequently asked questions

What does KGAA stand for?

KGAA stands for Kommanditgesellschaft auf Aktien (German), which translates as "Limited partnership structured as a joint-stock company".

Is a KGAA public or private?

A KGAA is a private entity — its shares are not publicly listed or traded on a stock exchange.

What is the liability in a KGAA?

Liability in a KGAA is mixed. General partners bear unlimited liability while limited partners are protected up to their capital contribution.

Which countries use KGAA?

KGAA is used in Austria, Switzerland, Germany.

Need to normalize KGAA at scale? The Ambect API handles it across 100+ countries in under 5 ms.

Try the live normalizer free →