| RateX Pro
The standard you didn't know existed
Every currency in the world has a three-letter code. USD for the U.S. dollar. JPY for the Japanese yen. KES for the Kenyan shilling. They aren't random — they're defined by ISO 4217, an international standard maintained since 1978.
How the codes are built
The first two letters almost always come from the ISO 3166 country code: US for United States, JP for Japan, KE for Kenya. The third letter is usually the first letter of the currency's name: D for dollar, Y for yen, S for shilling.
So:
- US + D = USD
- JP + Y = JPY
- KE + S = KES
- GB + P = GBP (Great Britain + Pound)
- CH + F = CHF (Confoederatio Helvetica + Franc)
The exceptions
A few cases where the logic bends:
- EUR — the euro is multinational, so it gets EU + R (R for "euRo").
- XAU, XAG, XPT, XPD — gold, silver, platinum, palladium. The X prefix marks them as non-country units.
- XDR — the IMF's Special Drawing Rights, also using the X prefix.
- XBT — Bitcoin's unofficial code, following the same X convention.
- BTC — what most people actually use, which is technically out of standard.
Why codes beat symbols
Currency symbols are pretty but ambiguous. The "
quot; sign is used by the U.S. dollar, the Australian dollar, the Canadian dollar, the Hong Kong dollar, the Singapore dollar, the Mexican peso, and a dozen more. Without a country flag or context, you can't tell which one.ISO codes are unambiguous. AUD 100 can only mean Australian dollars. That clarity is essential for banking, accounting, settlement systems, and APIs.
Where you'll see them
- Foreign exchange quotes: EUR/USD, USD/JPY, GBP/AUD.
- Bank statements for international transactions.
- Airline ticketing and travel booking systems.
- APIs for currency converters and financial data.
- Invoices for cross-border trade.
- Crypto exchanges for fiat pairs.
When codes change
Codes change when:
- A country redenominates its currency (Venezuela's bolivar: VEB → VEF → VES → VED).
- A country joins the eurozone (DEM, FRF, ITL → EUR).
- A new country is created (the South Sudanese pound is SSP, since 2011).
- A currency is replaced wholesale (Turkey's TRL → TRY in 2005).
The ISO committee adds new codes within months when needed.
A few favorites
- CUC — the Cuban convertible peso, retired in 2021. Cuba briefly had two parallel currencies.
- EEK — the Estonian kroon, replaced by the euro in 2011.
- ZWL — the Zimbabwean dollar, with all its trillion-dollar lore.
- GHS — the Ghanaian cedi, where the third letter changed when the second letter did.
Key takeaways
- ISO 4217 standardizes every currency to a three-letter code.
- Two letters for the country, one for the currency name.
- Codes eliminate the ambiguity of shared symbols like "quot;.
- They power every currency converter, bank wire, and airline ticket on Earth.