What is “SCE”?
SCE stands for Europäische Genossenschaft (German), a cooperative used primarily in Austria, Germany, European Union. The suffix signals that the business has limited liability and is privately held.
Full meaning & translation
The full form is Europäische Genossenschaft, a German-language term. It translates literally as “European Cooperative Society.” You may also encounter it abbreviated or written as eurooppalaisuuskunta, europaische genossenschaft, europaische genossenschaft (sce), europaische genossenschaft * sce.
Where it's used
SCE appears in company names registered in the following 5 jurisdictions:
What it tells you about the company
Equivalent forms around the world
These are the closest structural equivalents to SCE in other jurisdictions — same entity category, different national law.
Normalizing “SCE” in your data
When matching or deduplicating company records, the legal suffix is noise — “Acme SCE” 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 SCE", "country": "at"}'{
"data": {
"canonical": "acme sce",
"legal_type": null,
"tokens": [
"acme",
"sce"
]
},
"meta": {
"pipeline": [
"lowercase",
"legal_suffix"
],
"confidence": 0.99
}
}Frequently asked questions
What does SCE stand for?
SCE stands for Europäische Genossenschaft (German), which translates as "European Cooperative Society".
Is a SCE public or private?
A SCE is a private entity — its shares are not publicly listed or traded on a stock exchange.
What is the liability in a SCE?
Owners of a SCE have limited liability. Their personal assets are protected, and their exposure is capped at the amount they invested.
Which countries use SCE?
SCE is used in Austria, Germany, European Union, Netherlands and 1 other country.
Need to normalize SCE at scale? The Ambect API handles it across 100+ countries in under 5 ms.
Try the live normalizer free →