Home IBAN Greenland

Greenland IBAN validator

How the IBAN format works

Format
GL + 2 check digits + 4-digit bank code + 10-digit account number (18 chars)
Example
GL8964710001000206

Things to watch for

  • 18 characters total, all numeric after the country code
  • Checks structure and checksum only, not that the account exists
Regex for IBAN
^GL[0-9]{16}$

A Greenlandic IBAN is 18 characters, entirely numeric: “GL”, two check digits, a 4-digit bank code, and a 10-digit account number — a layout that matches Denmark’s own IBAN structure digit for digit, since Greenland’s banking system runs on the same Danish krone and the same 4-and-10 split as Denmark proper. That’s actually the more notable design detail here: unlike the Faroe Islands, which use the same 18-character length but tuck a separate national check digit into the end of their account block, Greenland’s 10 digits form a plain account number with no extra check digit layered in. Greenland is an autonomous territory within the Kingdom of Denmark that left the European Economic Community in 1985 — years after Denmark itself joined — and remains outside the EU today, so a Greenlandic IBAN, like a Faroese one, identifies an account that doesn’t route through SEPA’s euro transfer network despite the shared currency and central bank.

How this validator works

This tool checks the “GL” prefix, confirms the bank code is exactly 4 digits and the account number is exactly 10 digits, then runs the mod-97 checksum (ISO 7064) a correctly generated Greenlandic IBAN must satisfy — entirely client-side, with nothing sent to a server.

What a pass doesn’t tell you

A pass confirms the 18 digits are correctly structured and internally consistent — not that the account is open or belongs to whoever you expect. This tool performs no lookup against Danmarks Nationalbank or any Greenlandic bank. If a Greenlandic IBAN fails, work through the 4-digit bank code and 10-digit account number as two separate blocks rather than one long string — it’s easier to spot a transposed digit that way.

Scope: Greenlandic IBAN structure and mod-97 checksum validation only — not payment processing or confirmation an account is active. Use it to catch a typo before a transfer fails.

Content last reviewed 2026-07-23.

IBAN FAQ

What does a Greenland IBAN look like?

18 characters, all numeric: 'GL', two check digits, a 4-digit bank code, and a 10-digit account number — for example GL8964710001000206.

Is Greenland's IBAN structured the same as Denmark's?

Yes. Both use the same 18-character length with a 4-digit bank code followed by a flat 10-digit account number — unlike the Faroe Islands, which share the length but add a separate national check digit onto the end of the account block.

Is Greenland part of the EU?

No. Greenland is an autonomous territory within the Kingdom of Denmark that left the European Economic Community in 1985 and remains outside the EU, so a Greenlandic IBAN doesn't route through SEPA.

← More IBAN validators