🇩🇿Algeria (DZ)

ISO 3166 country code - Africa / Northern Africa

About Algeria

Algeria (DZ) is located in Africa, Northern Africa. The official currency is the Algerian Dinar (DZD). It has 58 administrative subdivisions defined in ISO 3166-2.

Alpha-2DZ
Alpha-3DZA
Numeric012
Currency

د.ج DZD - Algerian Dinar

Code Example

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

// Look up Algeria by alpha-2 code
const dz = country.getCountry('DZ');
// => { name: 'Algeria', alpha2: 'DZ', alpha3: 'DZA', numeric: '012' }

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

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

Subdivisions (58)

CodeNameType
DZ-01AdrarProvince
DZ-02ChlefProvince
DZ-03LaghouatProvince
DZ-04Oum el BouaghiProvince
DZ-05BatnaProvince
DZ-06BéjaïaProvince
DZ-07BiskraProvince
DZ-08BécharProvince
DZ-09BlidaProvince
DZ-10BouiraProvince
DZ-11TamanrassetProvince
DZ-12TébessaProvince
DZ-13TlemcenProvince
DZ-14TiaretProvince
DZ-15Tizi OuzouProvince

Showing 15 of 58. View all 58 subdivisions →

FAQ

What is the ISO code for Algeria?
Algeria has three ISO 3166-1 codes: Alpha-2 "DZ", Alpha-3 "DZA", and Numeric "012".
How many subdivisions does Algeria have?
Algeria has 58 subdivisions defined in ISO 3166-2, including Adrar, Chlef, Laghouat, and more.
How to look up Algeria in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('DZ') to get all ISO codes, or subdivision.getByCountry('DZ') for subdivisions.

Related Countries

Use Algeria data in your project

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

npm install @koshmoney/countries