Frenchcooperativelimited liability

What is “GIE”?

GIE stands for Groupement d'intérêt économique (French), a cooperative used primarily in Côte d’Ivoire, Luxembourg, Romania. The suffix signals that the business has limited liability and is privately held.

Full meaning & translation

The full form is Groupement d'intérêt économique, a French-language term. It translates literally as “Economic interest grouping.” You may also encounter it abbreviated or written as groupement d interet economique, groupement d'interet economique, grupul de interes economic.

Where it's used

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

CI · Côte d’IvoireLU · LuxembourgRO · Romania

What it tells you about the company

LiabilityOwners' liability is limited to their capital contribution. Personal assets are protected.
OwnershipPrivately held. Shares are not listed or traded on a public exchange.
ComparableBroadly equivalent to AA in Luxembourg, AAM in Luxembourg, CP in United States.

Equivalent forms around the world

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

CountryEquivalent suffix
LuxembourgAA
LuxembourgAAM
United StatesCP
GermanyEEG
GermanyEG
GermanyEWIV
RomaniaGEIE
United KingdomIPS
FranceSC
GermanySCE
Côte d’IvoireSCIC
FranceSCOP
GermanyVVAG

Normalizing “GIE” in your data

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

Frequently asked questions

What does GIE stand for?

GIE stands for Groupement d'intérêt économique (French), which translates as "Economic interest grouping".

Is a GIE public or private?

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

What is the liability in a GIE?

Owners of a GIE have limited liability. Their personal assets are protected, and their exposure is capped at the amount they invested.

Which countries use GIE?

GIE is used in Côte d’Ivoire, Luxembourg, Romania.

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

Try the live normalizer free →