🇨ðŸ‡Switzerland (CH)
ISO 3166 country code - Europe / Western Europe
About Switzerland
Switzerland (CH) is located in Europe, Western Europe. The official currency is the Swiss Franc (CHF). It has 26 administrative subdivisions defined in ISO 3166-2. Switzerland is a member of SEPA, Schengen.
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)
| Code | Name | Type |
|---|---|---|
| CH-AG | Aargau | Canton |
| CH-AI | Appenzell Innerrhoden | Canton |
| CH-AR | Appenzell Ausserrhoden | Canton |
| CH-BE | Bern | Canton |
| CH-BL | Basel-Landschaft | Canton |
| CH-BS | Basel-Stadt | Canton |
| CH-FR | Freiburg | Canton |
| CH-GE | Genève | Canton |
| CH-GL | Glarus | Canton |
| CH-GR | Graubünden | Canton |
| CH-JU | Jura | Canton |
| CH-LU | Luzern | Canton |
| CH-NE | Neuchâtel | Canton |
| CH-NW | Nidwalden | Canton |
| CH-OW | Obwalden | Canton |
Showing 15 of 26. 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.
Use Switzerland data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries