🇰🇷Korea, Republic of (KR)
ISO 3166 country code - Asia / Eastern Asia
Alpha-2KR
Alpha-3KOR
Numeric410
Currency
₩ KRW - South Korean Won
Code Example
import { country } from '@koshmoney/countries';
// Look up Korea, Republic of by alpha-2 code
const kr = country.getCountry('KR');
// => { name: 'Korea, Republic of', alpha2: 'KR', alpha3: 'KOR', numeric: '410' }
// Look up by alpha-3 code
country.getCountryByAlpha3('KOR');
// Look up by numeric code
country.getCountryByNumeric('410');Subdivisions (17)
| Code | Name | Type |
|---|---|---|
| KR-11 | Seoul-T'ǔkpyǒlshi | Special city |
| KR-26 | Busan Gwang'yeogsi | Metropolitan city |
| KR-27 | Daegu Gwang'yeogsi | Metropolitan city |
| KR-28 | Inch'ǒn-Kwangyǒkshi | Metropolitan city |
| KR-29 | Gwangju Gwang'yeogsi | Metropolitan city |
...and 12 more. View all 17 subdivisions →
FAQ
- What is the ISO code for Korea, Republic of?
- Korea, Republic of has three ISO 3166-1 codes: Alpha-2 "KR", Alpha-3 "KOR", and Numeric "410".
- How many subdivisions does Korea, Republic of have?
- Korea, Republic of has 17 subdivisions defined in ISO 3166-2, including Seoul-T'ǔkpyǒlshi, Busan Gwang'yeogsi, Daegu Gwang'yeogsi, and more.
- How to look up Korea, Republic of in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('KR') to get all ISO codes, or subdivision.getByCountry('KR') for subdivisions.
Related Countries
Use Korea, Republic of data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries