What is “OE”?
OE stands for Ομόρρυθμη Εταιρία (Greek), a general partnership used primarily in Greece. The suffix signals that the business has unlimited liability and is privately held.
Full meaning & translation
The full form is Ομόρρυθμη Εταιρία, a Greek-language term. It translates literally as “General Partnership.” You may also encounter it abbreviated or written as omorithmos etaria, ομόρρυθμος εταιρία.
Where it's used
OE appears in company names registered in the following jurisdiction:
What it tells you about the company
Equivalent forms around the world
These are the closest structural equivalents to OE in other jurisdictions — same entity category, different national law.
Normalizing “OE” in your data
When matching or deduplicating company records, the legal suffix is noise — “Acme OE” and “Acme” should resolve to the same entity. One API call strips it and returns a stable canonical form:
curl -X POST https://api.ambect.com/v1/normalize/company \
-H "Authorization: Bearer $AMBECT_KEY" \
-H "Content-Type: application/json" \
-d '{"name": "Acme OE", "country": "gr"}'{
"data": {
"canonical": "acme oe",
"legal_type": null,
"tokens": [
"acme",
"oe"
]
},
"meta": {
"pipeline": [
"lowercase",
"legal_suffix"
],
"confidence": 0.99
}
}Frequently asked questions
What does OE stand for?
OE stands for Ομόρρυθμη Εταιρία (Greek), which translates as "General Partnership".
Is a OE public or private?
A OE is a private entity — its shares are not publicly listed or traded on a stock exchange.
What is the liability in a OE?
Members of a OE have unlimited personal liability — they can be held responsible for the entity's debts beyond their initial investment.
Which countries use OE?
OE is used in Greece.
Need to normalize OE at scale? The Ambect API handles it across 100+ countries in under 5 ms.
Try the live normalizer free →