Home🇦🇿 AzerbaijanPersonal Identification Number (FIN)

Personal Identification Number (FIN) generator (Azerbaijan)

An Azerbaijani FIN is exactly seven alphanumeric characters (the letter O is never used — only the digit zero). It is an opaque lifetime identifier with no embedded personal data and no public checksum. These test values are synthetic.

Synthetic · not collision-guaranteed Validate a number →
WAT98JW

Synthetic FIN (format-valid; no public checksum). Not a real issued code.

Format specification

IdentifierPersonal Identification Number (FIN) (Fərdi identifikasiya nömrəsi)
Country🇦🇿 Azerbaijan
FormatXXXXXXX
Length7 characters
ChecksumNone
ExampleZK8DNXK
Safe strategy Synthetic
Data qualityVerified against sources

Personal Identification Number (FIN): what each part means

XXXXXXX Seven letters and digits in no fixed pattern — the FIN is assigned once, never changes, and deliberately encodes nothing about the holder. The letter O is never used, only the digit 0.

Validation regex

Matches the canonical value — strip separators and uppercase first: value.replace(/[^A-Za-z0-9]/g, '').toUpperCase()

^[A-NP-Z0-9]{7}$

References

  1. www.oecd.org/content/dam/oecd/en/topics/policy-issue-focus/aeoi/azerbaijan-tin.pdf
  2. en.wikipedia.org/wiki/Azerbaijan_identity_card

Common questions

Will these pass my validation?

Yes — they are well-formed Personal Identification Number (FIN) values (XXXXXXX) and pass standard format checks.

Could one belong to a real person?

These are synthetic values. They are format-valid but not drawn from a guaranteed reserved range, so use them only for testing.

Can I generate many at once?

Increase the count, or use the free API and CSV/JSON export for large datasets.

Validate an existing number →

For software testing only. These numbers are synthetic and must never be used for real-world identification, applications, or to impersonate anyone.