🇸🇪Sweden (SE)
ISO 3166 country code - Europe / Northern Europe
Alpha-2SE
Alpha-3SWE
Numeric752
Currency
kr SEK - Swedish Krona
Memberships
EU, SEPA, EEA, Schengen
Code Example
import { country } from '@koshmoney/countries';
// Look up Sweden by alpha-2 code
const se = country.getCountry('SE');
// => { name: 'Sweden', alpha2: 'SE', alpha3: 'SWE', numeric: '752' }
// Look up by alpha-3 code
country.getCountryByAlpha3('SWE');
// Look up by numeric code
country.getCountryByNumeric('752');Subdivisions (21)
| Code | Name | Type |
|---|---|---|
| SE-AB | Stockholms län | County |
| SE-AC | Västerbottens län | County |
| SE-BD | Norrbottens län | County |
| SE-C | Uppsala län | County |
| SE-D | Södermanlands län | County |
...and 16 more. View all 21 subdivisions →
FAQ
- What is the ISO code for Sweden?
- Sweden has three ISO 3166-1 codes: Alpha-2 "SE", Alpha-3 "SWE", and Numeric "752".
- How many subdivisions does Sweden have?
- Sweden has 21 subdivisions defined in ISO 3166-2, including Stockholms län, Västerbottens län, Norrbottens län, and more.
- How to look up Sweden in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('SE') to get all ISO codes, or subdivision.getByCountry('SE') for subdivisions.
Related Countries
Use Sweden data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries