🇩🇿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)
| Code | Name | Type |
|---|---|---|
| DZ-01 | Adrar | Province |
| DZ-02 | Chlef | Province |
| DZ-03 | Laghouat | Province |
| DZ-04 | Oum el Bouaghi | Province |
| DZ-05 | Batna | Province |
| DZ-06 | Béjaïa | Province |
| DZ-07 | Biskra | Province |
| DZ-08 | Béchar | Province |
| DZ-09 | Blida | Province |
| DZ-10 | Bouira | Province |
| DZ-11 | Tamanrasset | Province |
| DZ-12 | Tébessa | Province |
| DZ-13 | Tlemcen | Province |
| DZ-14 | Tiaret | Province |
| DZ-15 | Tizi Ouzou | Province |
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