Skip to Content

🇭🇰Hong Kong (HK)

ISO 3166 country code - Asia / Eastern Asia

Alpha-2HK
Alpha-3HKG
Numeric344
Currency

$ HKD - Hong Kong Dollar

Code Example

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

// Look up Hong Kong by alpha-2 code
const hk = country.getCountry('HK');
// => { name: 'Hong Kong', alpha2: 'HK', alpha3: 'HKG', numeric: '344' }

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

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

Subdivisions (1)

CodeNameType
HK-HKHong KongCountry

FAQ

What is the ISO code for Hong Kong?
Hong Kong has three ISO 3166-1 codes: Alpha-2 "HK", Alpha-3 "HKG", and Numeric "344".
How many subdivisions does Hong Kong have?
Hong Kong has 1 subdivisions defined in ISO 3166-2, including Hong Kong.
How to look up Hong Kong in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('HK') to get all ISO codes, or subdivision.getByCountry('HK') for subdivisions.

Related Countries

Use Hong Kong data in your project

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

npm install @koshmoney/countries