🇸🇪Sweden (SE)
ISO 3166 country code - Europe / Northern Europe
About Sweden
Sweden (SE) is located in Europe, Northern Europe. The official currency is the Swedish Krona (SEK). It has 21 administrative subdivisions defined in ISO 3166-2. Sweden is a member of EU, SEPA, EEA, Schengen.
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 |
| SE-E | Östergötlands län | County |
| SE-F | Jönköpings län | County |
| SE-G | Kronobergs län | County |
| SE-H | Kalmar län | County |
| SE-I | Gotlands län | County |
| SE-K | Blekinge län | County |
| SE-M | Skåne län | County |
| SE-N | Hallands län | County |
| SE-O | Västra Götalands län | County |
| SE-S | Värmlands län | County |
Showing 15 of 21. 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.
Use Sweden data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries