Zero Signup ToolsFree browser tools

Developer Tools

Currency Code Lookup

Look up ISO 4217 currency codes, numeric codes, symbols, and minor units for every active world currency. Filter by region, copy, export JSON.

Region

AmericasISO 4217

$

US Dollar

United States, Ecuador, El Salvador, Panama, Puerto Rico, British Virgin Islands, Timor-Leste, Zimbabwe, Marshall Islands, Micronesia, Palau

Alpha-3

USD

ISO 4217 three letter code

Numeric

840

ISO 4217 numeric code

Symbol

$

Most common short symbol

Minor unit

2

Decimal digits after the point

Sample amount

$ 1234.50

How a typical price displays

Lowercase code

usd

Useful in URL slugs and API params

JavaScript Intl.NumberFormat snippet

new Intl.NumberFormat("en-US", {
  style: "currency",
  currency: "USD",
  minimumFractionDigits: 2,
  maximumFractionDigits: 2
}).format(1234.5);

Pass the alpha-3 code to Intl.NumberFormat to render this currency in the user's locale. minimumFractionDigits is set to match the ISO 4217 minor unit.

Browse 156 currencies

Click any card for details

Export filtered list

Copy the 156 matching currencies in the format you need.

One per line (Alpha-3)

JSON array

How to use

  1. Type any code, name, symbol, or country into the search box. Typing three letters (EUR, JPY, GBP) or a numeric code (978, 392, 826) auto-selects the matching currency.
  2. Use the Region buttons to narrow the browse grid to Africa, Americas, Asia, Europe, Oceania, or Global reserve units.
  3. Read the selected currency panel for the alpha-3 code, the numeric code, the symbol, the minor unit (decimals), and the list of countries that use it.
  4. Click Copy next to any field to put it on your clipboard, or Copy snippet to grab a ready-to-paste Intl.NumberFormat call for the selected currency.
  5. Switch the export format (Alpha-3, Numeric, Name, Symbol) and click Copy list or Copy JSON to take the filtered list with you.

About this tool

Currency Code Lookup is a fast reference for every ISO 4217 currency code in active circulation today. Search by alpha-3 code (USD, EUR, JPY), numeric code (840, 978, 392), currency name (Euro, Yen, Pound Sterling), symbol (€, ¥, £, ₹), or country (Japan, Eurozone, India), and the matching currency surfaces with its full record in a single panel: the three letter alpha code that banks and APIs expect, the three digit numeric code that lives in ISO 8583 messages and legacy banking feeds, the common short symbol used in product UI, the minor unit (how many digits sit after the decimal point in the smallest divisible amount, which is 2 for most currencies but 0 for JPY, KRW, HUF, CLP, ISK, VND, and most CFA Franc countries, and 3 for several Gulf and Arab dinars including BHD, JOD, KWD, OMR, TND, IQD, and LYD), the UN M49 continent grouping, and a short list of the countries that use the currency. A typing trick keeps the keyboard at the center of the experience: typing exactly three letters that match a code (eur, gbp, krw) or one to three digits that match a numeric code (840, 978, 392) auto-selects the right entry, so power users can keep their hands off the mouse. A region filter (Africa, Americas, Asia, Europe, Oceania, Global) trims the browse grid to one continent and is preserved across searches. Every code is one click away from being copied: the panel exposes copy buttons for the alpha-3 code, the numeric code, the symbol, the lowercase alpha code (handy in URL slugs and API parameters), and a ready-to-paste JavaScript Intl.NumberFormat snippet that uses the right currency and the right minimumFractionDigits / maximumFractionDigits for the minor unit. The filtered list can be exported in one column (alpha-3, numeric, name, or symbol) for paste into a spreadsheet or a dropdown options list, and as a JSON array with every field for paste into a config file, a seed, or a test fixture. Useful for developers wiring Stripe, Shopify, Adyen, PayPal, and Mollie checkout forms, finance and ops teams reconciling international invoices, copywriters confirming the right symbol for a price page, localization engineers picking currency codes for hreflang and pricing tables, support agents looking up the correct code for a customer, and anyone who has ever asked "what is the currency code for X" or "how many decimals does this currency use". Everything ships statically in your browser, so the lookup is instant and no input is uploaded anywhere.

Free to use. Works in your browser. No signup, no login.

Related tools

You may also like

All tools
All toolsDeveloper Tools