Frenchbranch

What is “EP”?

EP stands for Etablissement public (French), a branch or representative office used primarily in Luxembourg, Norway. The suffix signals that the business has a defined liability structure.

Full meaning & translation

The full form is Etablissement public, a French-language term. It translates literally as “Public establishment.” You may also encounter it abbreviated or written as enkeltpersonforetak.

Where it's used

EP appears in company names registered in the following 2 jurisdictions:

LU · LuxembourgNO · Norway

What it tells you about the company

ComparableBroadly equivalent to NUF in Norway.

Equivalent forms around the world

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

CountryEquivalent suffix
NorwayNUF

Normalizing “EP” in your data

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

Frequently asked questions

What does EP stand for?

EP stands for Etablissement public (French), which translates as "Public establishment".

Which countries use EP?

EP is used in Luxembourg, Norway.

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

Try the live normalizer free →