🇧🇭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)
| Code | Name | Type |
|---|---|---|
| BH-13 | Al Manāmah | Governorate |
| BH-14 | Al Janūbīyah | Governorate |
| BH-15 | Al Muḩarraq | Governorate |
| BH-16 | Al Wusţá | Governorate |
| BH-17 | Ash Shamālīyah | Governorate |
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