branch
What is “CHI NHANH”?
CHI NHANH (branch office of a limited liability company) is a branch or representative office used primarily in Vietnam.
Where it's used
CHI NHANH appears in company names registered in the following jurisdiction:
VN · Vietnam
What it tells you about the company
Normalizing “CHI NHANH” in your data
When matching or deduplicating company records, the legal suffix is noise — “Acme CHI NHANH” 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 CHI NHANH", "country": "vn"}'Response
{
"data": {
"canonical": "acme chi nhanh",
"legal_type": null,
"tokens": [
"acme",
"chi",
"nhanh"
]
},
"meta": {
"pipeline": [
"lowercase",
"legal_suffix"
],
"confidence": 0.99
}
}Frequently asked questions
What does CHI NHANH mean?
CHI NHANH means "branch office of a limited liability company".
Which countries use CHI NHANH?
CHI NHANH is used in Vietnam.
Need to normalize CHI NHANH at scale? The Ambect API handles it across 100+ countries in under 5 ms.
Try the live normalizer free →