Skip to Content

🇩🇰Denmark (DK)

ISO 3166 country code - Europe / Northern Europe

Alpha-2DK
Alpha-3DNK
Numeric208
Currency

kr DKK - Danish Krone

Memberships

EU, SEPA, EEA, Schengen

Code Example

import { country } from '@koshmoney/countries';

// Look up Denmark by alpha-2 code
const dk = country.getCountry('DK');
// => { name: 'Denmark', alpha2: 'DK', alpha3: 'DNK', numeric: '208' }

// Look up by alpha-3 code
country.getCountryByAlpha3('DNK');

// Look up by numeric code
country.getCountryByNumeric('208');

Subdivisions (5)

CodeNameType
DK-81NordjyllandRegion
DK-82MidtjyllandRegion
DK-83SyddanmarkRegion
DK-84HovedstadenRegion
DK-85SjællandRegion

FAQ

What is the ISO code for Denmark?
Denmark has three ISO 3166-1 codes: Alpha-2 "DK", Alpha-3 "DNK", and Numeric "208".
How many subdivisions does Denmark have?
Denmark has 5 subdivisions defined in ISO 3166-2, including Nordjylland, Midtjylland, Syddanmark, and more.
How to look up Denmark in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('DK') to get all ISO codes, or subdivision.getByCountry('DK') for subdivisions.

Related Countries

Use Denmark data in your project

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

npm install @koshmoney/countries