🇩🇿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)
| 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 |
...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.
Use Algeria data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries