Skip to Content

🇨🇭Switzerland (CH)

ISO 3166 country code - Europe / Western Europe

Alpha-2CH
Alpha-3CHE
Numeric756
Currency

CHF CHF - Swiss Franc

Memberships

SEPA, Schengen

Code Example

import { country } from '@koshmoney/countries';

// Look up Switzerland by alpha-2 code
const ch = country.getCountry('CH');
// => { name: 'Switzerland', alpha2: 'CH', alpha3: 'CHE', numeric: '756' }

// Look up by alpha-3 code
country.getCountryByAlpha3('CHE');

// Look up by numeric code
country.getCountryByNumeric('756');

Subdivisions (26)

CodeNameType
CH-AGAargauCanton
CH-AIAppenzell InnerrhodenCanton
CH-ARAppenzell AusserrhodenCanton
CH-BEBernCanton
CH-BLBasel-LandschaftCanton

...and 21 more. View all 26 subdivisions →

FAQ

What is the ISO code for Switzerland?
Switzerland has three ISO 3166-1 codes: Alpha-2 "CH", Alpha-3 "CHE", and Numeric "756".
How many subdivisions does Switzerland have?
Switzerland has 26 subdivisions defined in ISO 3166-2, including Aargau, Appenzell Innerrhoden, Appenzell Ausserrhoden, and more.
How to look up Switzerland in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('CH') to get all ISO codes, or subdivision.getByCountry('CH') for subdivisions.

Related Countries

Use Switzerland data in your project

Get ISO codes, subdivisions, currency, and more with a single npm package.

npm install @koshmoney/countries