🇧🇩Bangladesh (BD)

ISO 3166 country code - Asia / Southern Asia

About Bangladesh

Bangladesh (BD) is located in Asia, Southern Asia. The official currency is the Bangladeshi Taka (BDT). It has 72 administrative subdivisions defined in ISO 3166-2.

Alpha-2BD
Alpha-3BGD
Numeric050
Currency

à§³ BDT - Bangladeshi Taka

Code Example

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

// Look up Bangladesh by alpha-2 code
const bd = country.getCountry('BD');
// => { name: 'Bangladesh', alpha2: 'BD', alpha3: 'BGD', numeric: '050' }

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

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

Subdivisions (72)

CodeNameType
BD-01BandarbanDistrict
BD-02BargunaDistrict
BD-03BograDistrict
BD-04BrahmanbariaDistrict
BD-05BagerhatDistrict
BD-06BarisalDistrict
BD-07BholaDistrict
BD-08ComillaDistrict
BD-09ChandpurDistrict
BD-10ChittagongDistrict
BD-11Cox's BazarDistrict
BD-12ChuadangaDistrict
BD-13DhakaDistrict
BD-14DinajpurDistrict
BD-15FaridpurDistrict

Showing 15 of 72. View all 72 subdivisions →

FAQ

What is the ISO code for Bangladesh?
Bangladesh has three ISO 3166-1 codes: Alpha-2 "BD", Alpha-3 "BGD", and Numeric "050".
How many subdivisions does Bangladesh have?
Bangladesh has 72 subdivisions defined in ISO 3166-2, including Bandarban, Barguna, Bogra, and more.
How to look up Bangladesh in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('BD') to get all ISO codes, or subdivision.getByCountry('BD') for subdivisions.

Related Countries

Use Bangladesh data in your project

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

npm install @koshmoney/countries