Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

DK22756214

Denmark

CVR

22756214

Company

A.P. MØLLER - MÆRSK A/S

Address

Esplanaden 50
1263 København K
DENMARK

VAT rates in Denmark (DKK)

Standard

25%

VAT rates as of 12 May 2026

Checked 12 May 2026, 19:33 UTCID: 019e1dae-1c14-7c48-8086-e6b55c3c1e6e

Embed this verification on your site

Paste the inline tag where the badge should appear (impressum, footer, About page) and drop the script anywhere on the same page — it works even if your framework moves <script> to the end of <body>.

Preview

Snippet

HTML
<script async src="https://vatnode.dev/badge.js"></script>
<span data-vatnode-vat="DK22756214"></span>

Loads asynchronously, ~1 KB, no tracking, no dependencies.

Validating VAT in your app? Get an API key — 100 free calls, no credit card required.

Get API Key
Request
curl "https://api.vatnode.dev/v1/vat/DK22756214" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "DK22756214",
  "countryCode": "DK",
  "companyName": "A.P. MØLLER - MÆRSK A/S",
  "companyAddress": "Esplanaden 50\n1263 København K",
  "companyRegistrationDate": null,
  "companyForm": null,
  "industryDescription": null,
  "registryCode": "22756214",
  "registryCodeName": "CVR",
  "verifiedAt": "2026-05-12T19:33:30.260Z",
  "checkId": "019e1dae-1c14-7c48-8086-e6b55c3c1e6e",
  "countryName": "Denmark",
  "countryVat": {
    "vatName": "Moms",
    "vatAbbr": "moms",
    "currency": "DKK",
    "standardRate": 25,
    "reducedRates": [],
    "superReducedRate": null,
    "parkingRate": null,
    "vatNumberFormat": "DK + 8 digits",
    "vatNumberPattern": "^DK\\d{8}$",
    "countryVatUpdatedAt": "2026-05-12"
  },
  "consultationNumber": null
}

Check another VAT number

Example:

Validate VAT numbers in your app

Use the vatnode API to automate VAT validation in your invoicing or checkout flow. Free plan available, no credit card required.