Skip to Content

🇩🇿Algeria (DZ)

ISO 3166 country code - Africa / Northern Africa

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

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