🇩🇪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)

CodeNameType
DE-BBBrandenburgLänder
DE-BEBerlinLänder
DE-BWBaden-WürttembergLänder
DE-BYBayernLänder
DE-HBBremenLänder
DE-HEHessenLänder
DE-HHHamburgLänder
DE-MVMecklenburg-VorpommernLänder
DE-NINiedersachsenLänder
DE-NWNordrhein-WestfalenLänder
DE-RPRheinland-PfalzLänder
DE-SHSchleswig-HolsteinLänder
DE-SLSaarlandLänder
DE-SNSachsenLänder
DE-STSachsen-AnhaltLä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.

Related Articles

Related Countries

Use Germany data in your project

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

npm install @koshmoney/countries