Germansole proprietorshipunlimited liability

What is “EU”?

EU stands for Einzelunternehmer (German), a sole proprietorship used primarily in Austria, Colombia, Germany. The suffix signals that the business has unlimited liability and is privately held.

Full meaning & translation

The full form is Einzelunternehmer, a German-language term. It translates literally as “sole proprietor or individual business owner.” You may also encounter it abbreviated or written as eingetragene unternehmerin, eingetragener unternehmer, eingetragenes einzelunternehmen, einzelunternehmen.

Where it's used

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

AT · AustriaCO · ColombiaDE · 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, EK in Germany, SP in United Kingdom.

Equivalent forms around the world

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

CountryEquivalent suffix
FranceEIRL
GermanyEK
United KingdomSP
United StatesDBA

Normalizing “EU” in your data

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

Frequently asked questions

What does EU stand for?

EU stands for Einzelunternehmer (German), which translates as "sole proprietor or individual business owner".

Is a EU public or private?

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

What is the liability in a EU?

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

Which countries use EU?

EU is used in Austria, Colombia, Germany.

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

Try the live normalizer free →