Germansole proprietorshipunlimited liability

What is “EK”?

EK stands for Einzelunternehmen, eingetragener Kaufmann, eingetragene Kauffrau (German), a sole proprietorship used primarily in Germany. The suffix signals that the business has unlimited liability and is privately held.

Full meaning & translation

The full form is Einzelunternehmen, eingetragener Kaufmann, eingetragene Kauffrau, a German-language term. It translates literally as “sole proprietorship, registered merchant, registered merchant woman.” You may also encounter it abbreviated or written as e k, e kfm, e kfr, eingetragener kaufmann.

Where it's used

EK appears in company names registered in the following jurisdiction:

DE · Germany

What it tells you about the company

LiabilityMembers have unlimited personal liability for the entity's obligations.
OwnershipPrivately held. Shares are not listed or traded on a public exchange.
ComparableBroadly equivalent to EIRL in France, EU in Germany, SP in United Kingdom.

Equivalent forms around the world

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

CountryEquivalent suffix
FranceEIRL
GermanyEU
United KingdomSP
United StatesDBA

Normalizing “EK” in your data

When matching or deduplicating company records, the legal suffix is noise — Acme EK” 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 EK", "country": "de"}'
Response
{
  "data": {
    "canonical": "acme ek",
    "legal_type": null,
    "tokens": [
      "acme",
      "ek"
    ]
  },
  "meta": {
    "pipeline": [
      "lowercase",
      "legal_suffix"
    ],
    "confidence": 0.99
  }
}

Frequently asked questions

What does EK stand for?

EK stands for Einzelunternehmen, eingetragener Kaufmann, eingetragene Kauffrau (German), which translates as "sole proprietorship, registered merchant, registered merchant woman".

Is a EK public or private?

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

What is the liability in a EK?

Members of a EK have unlimited personal liability — they can be held responsible for the entity's debts beyond their initial investment.

Which countries use EK?

EK is used in Germany.

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

Try the live normalizer free →