🇭🇺Hungary (HU)

ISO 3166 country code - Europe / Eastern Europe

About Hungary

Hungary (HU) is located in Europe, Eastern Europe. The official currency is the Hungarian Forint (HUF). It has 43 administrative subdivisions defined in ISO 3166-2. Hungary is a member of EU, SEPA, EEA, Schengen.

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
HU-BZBorsod-Abaúj-ZemplénCounty
HU-CSCsongrádCounty
HU-DEDebrecenCity of county right
HU-DUDunaújvárosCity of county right
HU-EGEgerCity of county right
HU-ERÉrdCity of county right
HU-FEFejérCounty
HU-GSGyőr-Moson-SopronCounty
HU-GYGyőrCity of county right
HU-HBHajdú-BiharCounty

Showing 15 of 43. 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