🇰🇷Korea, Republic of (KR)
ISO 3166 country code - Asia / Eastern Asia
About Korea, Republic of
Korea, Republic of (KR) is located in Asia, Eastern Asia. The official currency is the South Korean Won (KRW). It has 17 administrative subdivisions defined in ISO 3166-2.
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 |
| KR-30 | Daejeon Gwang'yeogsi | Metropolitan city |
| KR-31 | Ulsan Gwang'yeogsi | Metropolitan city |
| KR-41 | Gyeonggido | Province |
| KR-42 | Gang'weondo | Province |
| KR-43 | Ch'ungch'Ç’ngbuk-do | Province |
| KR-44 | Ch'ungch'Ç’ngnam-do | Province |
| KR-45 | ChÇ’llabuk-do | Province |
| KR-46 | ChÇ’llanam-do | Province |
| KR-47 | Gyeongsangbugdo | Province |
| KR-48 | Gyeongsangnamdo | Province |
Showing 15 of 17. 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 Articles
Use Korea, Republic of data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries