📊 Data
IBAN Validator
Validate and parse IBAN numbers
Validate IBAN (International Bank Account Number) and extract bank information. Check IBAN checksum and format. Free IBAN validator.
IBAN (International Bank Account Number) is a standardized format for bank account numbers.
Structure: Country code (2 letters) + Check digits (2 numbers) + BBAN
Validation: Uses MOD-97-10 checksum algorithm (ISO 7064).
Note: This validates format and checksum, not whether the account exists.