$devtoolkit.sh/tools/swift-code-parser

SWIFT Code Parser

Parse and break down SWIFT/BIC codes into bank, country, location, and branch.

Related Tools

FAQ

What is a SWIFT/BIC code?
A SWIFT code (also called a BIC — Business Identifier Code) is an 8 or 11 character code that uniquely identifies a bank or financial institution worldwide. It is used when making international wire transfers to ensure the money is routed to the correct bank.
What do the parts of a SWIFT code mean?
A SWIFT code is structured as: bank code (4 letters identifying the institution), country code (2 letters, ISO 3166-1 alpha-2), location code (2 alphanumeric characters indicating the city or primary office), and an optional 3-character branch code ("XXX" means the primary office).
What is the difference between 8 and 11 character codes?
An 8-character SWIFT code refers to the primary office of the bank. An 11-character code includes a branch identifier as the last 3 characters. When the branch code is "XXX", it indicates the head office — some banks use the 8-character version and some use the 11-character version with "XXX".

Parse any SWIFT/BIC (Business Identifier Code) into its constituent parts: the 4-character bank code, 2-character ISO country code, 2-character location code, and optional 3-character branch code. Identifies the country from the ISO code and explains the meaning of each component.

/tools/swift-code-parserv1.0.0