SAvsSARL— What's the difference?

SA (Société anonyme) and SARL (Société à Responsabilité Limitée) are both business entity forms. The core distinction is ownership: SA is public while SARL is private.

At a glance

AttributeSASARL
Full nameSociété anonymeSociété à Responsabilité Limitée
LanguageFrenchFrench
Entity typepublic limited liabilityprivate limited liability
LiabilityLimitedLimited
OwnershipPublic (can list shares)Private
Countries33 jurisdictions5 jurisdictions

Key differences

OwnershipSA is eligible for public listing on a stock exchange. SARL is privately held — shares cannot be publicly listed.
StructureSA is a public limited liability company. SARL is a private limited liability company.

Where each is used

Both used in

AO · AngolaBF · Burkina FasoIT · ItalyRW · Rwanda

SA only

AD · AndorraAR · ArgentinaBE · BelgiumBO · BoliviaBR · BrazilCI · Côte d’IvoireCL · ChileCO · Colombia+21 more

SARL only

CH · Switzerland

Normalizing SA and SARL in your data

When deduplicating company records, both suffixes are noise — “Acme SA” and “Acme SARL” should resolve to the same entity. The Ambect API strips either suffix at the legal_suffix stage and records it separately:

Both normalize to the same canonical
// "Acme SA" → canonical: "acme sa"
// "Acme SARL" → canonical: "acme sarl"

Frequently asked questions

What is the main difference between SA and SARL?

SA is a public limited liability company, while SARL is a private limited liability company. The key difference is ownership structure — SA is public while SARL is private.

Is SA the same as SARL?

No. SA is a public limited liability company (limited liability, public) while SARL is a private limited liability company (limited liability, private).

Which countries use both SA and SARL?

Both suffixes appear in Angola, Burkina Faso, Italy, Rwanda.

How does Ambect normalize SA and SARL?

The Ambect API strips both suffixes at the `legal_suffix` pipeline stage, recording each as `legal_type` in the response. This means "Acme SA" and "Acme SARL" both normalize to the canonical token "acme", enabling cross-suffix deduplication.

Explore each suffix

Need to normalize SA and SARL records across the same dataset? The Ambect API handles both in a single call.

Try the live normalizer free →