What is “GBHOH”?
GBHOH stands for Offene Handelsgesellschaft (German), a general partnership used primarily in Austria, Switzerland, Germany. The suffix signals that the business has unlimited liability and is privately held.
Full meaning & translation
The full form is Offene Handelsgesellschaft, a German-language term. It translates literally as “Open trading company.” You may also encounter it abbreviated or written as gmbh co og, gmbh co oh, gmbh co ohg, mbh co ohg.
Where it's used
GBHOH appears in company names registered in the following 3 jurisdictions:
What it tells you about the company
Equivalent forms around the world
These are the closest structural equivalents to GBHOH in other jurisdictions — same entity category, different national law.
Normalizing “GBHOH” in your data
When matching or deduplicating company records, the legal suffix is noise — “Acme GBHOH” 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 GBHOH", "country": "at"}'{
"data": {
"canonical": "acme gbhoh",
"legal_type": null,
"tokens": [
"acme",
"gbhoh"
]
},
"meta": {
"pipeline": [
"lowercase",
"legal_suffix"
],
"confidence": 0.99
}
}Frequently asked questions
What does GBHOH stand for?
GBHOH stands for Offene Handelsgesellschaft (German), which translates as "Open trading company".
Is a GBHOH public or private?
A GBHOH is a private entity — its shares are not publicly listed or traded on a stock exchange.
What is the liability in a GBHOH?
Members of a GBHOH have unlimited personal liability — they can be held responsible for the entity's debts beyond their initial investment.
Which countries use GBHOH?
GBHOH is used in Austria, Switzerland, Germany.
Need to normalize GBHOH at scale? The Ambect API handles it across 100+ countries in under 5 ms.
Try the live normalizer free →