Skip to Content

🇩🇪Germany (DE)

ISO 3166 country code - Europe / Western Europe

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

...and 11 more. 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 Countries

Use Germany data in your project

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

npm install @koshmoney/countries