ISO 4217 gives every currency a three-letter code, a three-digit numeric code, and
a defined number of decimal places. This tool decodes those codes: type GBP and
it returns the pound sterling, its country, numeric code 826, and two decimal
places. You can also search by currency name or country.
How it works
The three-letter code follows a clear pattern. The first two letters usually match
the country’s ISO 3166 alpha-2 code and the third letter is typically the initial
of the currency name — GBP is Great Britain Pound, USD is United States Dollar.
The standard also records how many decimal places, or minor units, a currency has.
Most use two, but the Japanese yen and Korean won use none, and several Gulf
currencies such as the Kuwaiti dinar use three. The tool surfaces this so you can
format and store money correctly.
Tips and example
For software, store money as integers in the smallest unit and use the decimal
count from this tool to know the scale: 10.99 pounds is stored as 1099, while a
yen amount is stored whole because JPY has no minor unit. Searching Euro
returns EUR with numeric code 978, and typing AMD returns the Armenian dram.
The shared euro is listed once for the eurozone rather than per member state.