ISO 4217 currency codes
Look up any currency by its ISO 4217 three-letter code, numeric code or name. This standard is essential for payments, invoicing, accounting and FX systems, where the code and decimal precision must be exactly right to avoid mis-stated amounts.
How it works
The currency list ships with the page, so every lookup is instant and runs locally. Type a code, name or number and the table filters to matching rows. Each row shows the alphabetic code, numeric code, currency name and minor units — the number of decimal places, which payment processors use to store amounts as integers.
| Code | Numeric | Minor units | Smallest unit |
|---|---|---|---|
| USD | 840 | 2 | cent |
| EUR | 978 | 2 | cent |
| JPY | 392 | 0 | (none) |
| KWD | 414 | 3 | fils |
Example
Searching JPY shows numeric 392 and 0 minor units, so ¥1500 is stored as the integer 1500. Searching USD shows 2 minor units, so $15.00 is stored as 1500 cents. Using the correct minor-unit count prevents amounts being off by a factor of 100.
Everything runs in your browser. Nothing you type leaves your device.