Data
Currency Codes (ISO 4217) JSON Example
A structured JSON reference of ISO 4217 currency codes with numeric codes, minor units (decimal places), symbols, and sample countries. Essential for payment forms, financial APIs, and e-commerce localization.
Field Reference
coderequiredstringThree-letter ISO 4217 currency code (e.g. 'USD', 'EUR')numericCoderequiredstringThree-digit zero-padded ISO 4217 numeric code (e.g. '840')minorUnitsrequirednumberNumber of decimal places used by the currency (0 for JPY, 2 for USD, 3 for KWD)namerequiredstringFull official currency namesymbolrequiredstringCommon typographic symbol for the currency (e.g. '$', '€', '£')sampleCountriesrequiredstring[]One to three countries that officially use this currencyVariants
Major Reserve CurrenciesThe six currencies held in the largest volumes by central banks worldwide.
Asian CurrenciesCurrencies used across major Asian economies.
Common Use Cases
- →Payment forms — display the correct symbol and enforce the right number of decimal places
- →Currency conversion APIs — map codes to numeric codes when calling banking APIs
- →Financial reporting — normalize amounts to minor units (cents) before storing
- →E-commerce localization — show prices in the shopper's local currency
- →Forex dashboards — use ISO codes as keys for exchange rate lookup tables
ISO 4217currency codesfinancepaymentsforexexchange rate
Validate or format this JSON
One click loads this exact example into the tool — no copy-paste needed. Format it, validate it, explore the tree, or generate TypeScript types instantly.