🇩🇪Germany (DE)
ISO 3166 country code - Europe / Western Europe
About Germany
Germany (DE) is located in Europe, Western Europe. The official currency is the Euro (EUR). It has 16 administrative subdivisions defined in ISO 3166-2. Germany is a member of EU, SEPA, EEA, Eurozone, Schengen.
Alpha-2DE
Alpha-3DEU
Numeric276
Currency
€ EUR - Euro
Memberships
EU, SEPA, EEA, Eurozone, Schengen
Code Example
import { country } from '@koshmoney/countries';
// Look up Germany by alpha-2 code
const de = country.getCountry('DE');
// => { name: 'Germany', alpha2: 'DE', alpha3: 'DEU', numeric: '276' }
// Look up by alpha-3 code
country.getCountryByAlpha3('DEU');
// Look up by numeric code
country.getCountryByNumeric('276');Subdivisions (16)
| Code | Name | Type |
|---|---|---|
| DE-BB | Brandenburg | Länder |
| DE-BE | Berlin | Länder |
| DE-BW | Baden-Württemberg | Länder |
| DE-BY | Bayern | Länder |
| DE-HB | Bremen | Länder |
| DE-HE | Hessen | Länder |
| DE-HH | Hamburg | Länder |
| DE-MV | Mecklenburg-Vorpommern | Länder |
| DE-NI | Niedersachsen | Länder |
| DE-NW | Nordrhein-Westfalen | Länder |
| DE-RP | Rheinland-Pfalz | Länder |
| DE-SH | Schleswig-Holstein | Länder |
| DE-SL | Saarland | Länder |
| DE-SN | Sachsen | Länder |
| DE-ST | Sachsen-Anhalt | Länder |
Showing 15 of 16. View all 16 subdivisions →
FAQ
- What is the ISO code for Germany?
- Germany has three ISO 3166-1 codes: Alpha-2 "DE", Alpha-3 "DEU", and Numeric "276".
- How many subdivisions does Germany have?
- Germany has 16 subdivisions defined in ISO 3166-2, including Brandenburg, Berlin, Baden-Württemberg, and more.
- How to look up Germany in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('DE') to get all ISO codes, or subdivision.getByCountry('DE') for subdivisions.
Use Germany data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries