Skip to Content

🇧🇭Bahrain (BH)

ISO 3166 country code - Asia / Western Asia

Alpha-2BH
Alpha-3BHR
Numeric048
Currency

.د.ب BHD - Bahraini Dinar

Code Example

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

// Look up Bahrain by alpha-2 code
const bh = country.getCountry('BH');
// => { name: 'Bahrain', alpha2: 'BH', alpha3: 'BHR', numeric: '048' }

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

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

Subdivisions (5)

CodeNameType
BH-13Al ManāmahGovernorate
BH-14Al JanūbīyahGovernorate
BH-15Al MuḩarraqGovernorate
BH-16Al WusţáGovernorate
BH-17Ash ShamālīyahGovernorate

FAQ

What is the ISO code for Bahrain?
Bahrain has three ISO 3166-1 codes: Alpha-2 "BH", Alpha-3 "BHR", and Numeric "048".
How many subdivisions does Bahrain have?
Bahrain has 5 subdivisions defined in ISO 3166-2, including Al Manāmah, Al Janūbīyah, Al Muḩarraq, and more.
How to look up Bahrain in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('BH') to get all ISO codes, or subdivision.getByCountry('BH') for subdivisions.

Related Countries

Use Bahrain data in your project

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

npm install @koshmoney/countries