Skip to Content

🇧🇩Bangladesh (BD)

ISO 3166 country code - Asia / Southern Asia

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

...and 67 more. 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