Skip to Content

🇭🇺Hungary (HU)

ISO 3166 country code - Europe / Eastern Europe

Alpha-2HU
Alpha-3HUN
Numeric348
Currency

Ft HUF - Hungarian Forint

Memberships

EU, SEPA, EEA, Schengen

Code Example

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

// Look up Hungary by alpha-2 code
const hu = country.getCountry('HU');
// => { name: 'Hungary', alpha2: 'HU', alpha3: 'HUN', numeric: '348' }

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

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

Subdivisions (43)

CodeNameType
HU-BABaranyaCounty
HU-BCBékéscsabaCity of county right
HU-BEBékésCounty
HU-BKBács-KiskunCounty
HU-BUBudapestCapital city

...and 38 more. View all 43 subdivisions →

FAQ

What is the ISO code for Hungary?
Hungary has three ISO 3166-1 codes: Alpha-2 "HU", Alpha-3 "HUN", and Numeric "348".
How many subdivisions does Hungary have?
Hungary has 43 subdivisions defined in ISO 3166-2, including Baranya, Békéscsaba, Békés, and more.
How to look up Hungary in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('HU') to get all ISO codes, or subdivision.getByCountry('HU') for subdivisions.

Related Countries

Use Hungary data in your project

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

npm install @koshmoney/countries