Germanlimited partnershipmixed liability

What is “GmbH & Co. KG”?

GmbH & Co. KG stands for Kommanditgesellschaft (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, a German-language term. It translates literally as “Limited partnership company.” You may also encounter it abbreviated or written as cokg, ges mbh co kg, ges mbh cokg, gesell schaft mbh co kg.

Where it's used

GmbH & Co. KG 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 AGKG in Switzerland, AGKGAA in Germany, AKGK in Germany.

Equivalent forms around the world

These are the closest structural equivalents to GmbH & Co. KG in other jurisdictions — same entity category, different national law.

CountryEquivalent suffix
SwitzerlandAGKG
GermanyAGKGAA
GermanyAKGK
GermanyGBHKGA
GermanyGBHKGAA
United KingdomGPLP
United KingdomILP
GermanyKEG
GermanyKG
GermanyKGAA
United KingdomLP
SwitzerlandNFGKG
GermanyNFKGKG
United StatesP
GermanyPR
FranceSCA
FranceSCS
FranceSELACA
United KingdomSLP

Normalizing “GmbH & Co. KG” in your data

When matching or deduplicating company records, the legal suffix is noise — Acme GmbH & Co. KG” 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 GmbH & Co. KG", "country": "at"}'
Response
{
  "data": {
    "canonical": "acme gmbh co kg",
    "legal_type": null,
    "tokens": [
      "acme",
      "gmbh",
      "co",
      "kg"
    ]
  },
  "meta": {
    "pipeline": [
      "lowercase",
      "legal_suffix"
    ],
    "confidence": 0.99
  }
}

Frequently asked questions

What does GmbH & Co. KG stand for?

GmbH & Co. KG stands for Kommanditgesellschaft (German), which translates as "Limited partnership company".

Is a GmbH & Co. KG public or private?

A GmbH & Co. KG is a private entity — its shares are not publicly listed or traded on a stock exchange.

What is the liability in a GmbH & Co. KG?

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

Which countries use GmbH & Co. KG?

GmbH & Co. KG is used in Austria, Switzerland, Germany.

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

Try the live normalizer free →