Skip to Content

🇸🇬Singapore (SG)

ISO 3166 country code - Asia / South-eastern Asia

Alpha-2SG
Alpha-3SGP
Numeric702
Currency

$ SGD - Singapore Dollar

Code Example

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

// Look up Singapore by alpha-2 code
const sg = country.getCountry('SG');
// => { name: 'Singapore', alpha2: 'SG', alpha3: 'SGP', numeric: '702' }

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

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

Subdivisions (5)

CodeNameType
SG-01Central SingaporeDistrict
SG-02North EastDistrict
SG-03North WestDistrict
SG-04South EastDistrict
SG-05South WestDistrict

FAQ

What is the ISO code for Singapore?
Singapore has three ISO 3166-1 codes: Alpha-2 "SG", Alpha-3 "SGP", and Numeric "702".
How many subdivisions does Singapore have?
Singapore has 5 subdivisions defined in ISO 3166-2, including Central Singapore, North East, North West, and more.
How to look up Singapore in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('SG') to get all ISO codes, or subdivision.getByCountry('SG') for subdivisions.

Related Countries

Use Singapore data in your project

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

npm install @koshmoney/countries