Skip to Content

🇸🇪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)

CodeNameType
SE-ABStockholms länCounty
SE-ACVästerbottens länCounty
SE-BDNorrbottens länCounty
SE-CUppsala länCounty
SE-DSödermanlands länCounty

...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