Why does the yen view not show a minor unit?
Japanese yen is generally quoted in whole units in everyday financial and consumer use, so the helper keeps the display in whole yen rather than showing an artificial smaller-unit view.
What does accounting format change?
Accounting format mainly changes how negative amounts are displayed. Instead of -£250.00, you may see (£250.00), which is common in financial statements and bookkeeping reports.
Is compact notation exact?
No. Compact notation is rounded for readability, so £1.23m is a shortened display of the exact amount, not a substitute for the precise figure.
Does changing currency convert exchange rates?
No. The helper changes formatting and unit labels only. It does not fetch exchange rates or convert one currency into another.
What is the difference between major units and minor units?
Major units are the headline currency amounts people usually read, such as dollars, euros, or pounds. Minor units are the smaller subdivisions used for exact storage or payment processing, such as cents or pence. In a 100-to-1 currency, 12.34 major units equals 1234 minor units.
Why do payment APIs often require minor units?
Many payment APIs use minor units to avoid floating-point ambiguity and to keep amounts in the smallest practical whole-number form. For example, instead of sending 19.99 as a decimal currency amount, an API may require 1999 cents. This helper lets you confirm that translation before you send or document the value.
What does compact currency notation mean?
Compact notation shortens large values into forms like $1.2k, £3.4m, or €2.1bn. It is useful for dashboards, executive summaries, and commentary where space is limited, but it rounds the exact amount for readability.
When should I use accounting format instead of standard currency format?
Use accounting format when you are preparing ledgers, statements, or management reports where negative values are usually shown in parentheses and values need to line up consistently. Use standard currency format for prices, invoices, and ordinary reader-facing amounts.
Why does the same amount look different in another locale?
Locale rules control symbol position, decimal markers, thousands separators, and sometimes spacing. The numeric value does not change, but the display can. This is why locale-aware formatting matters when an amount will be shown to users in different countries or language settings.
Can I change the locale without changing the currency?
Yes. The currency selector controls the money unit, while the format-locale selector controls separators, symbol placement, grouping style, and other display conventions. That lets you preview cases such as USD with German formatting or INR with Indian grouping without turning the result into an exchange-rate conversion.
Why does the calculator show a payment/API integer?
Many payment and ledger systems store money as a whole number in the smallest supported unit, such as cents, pence, paise, fen, or rappen. Showing that integer beside the readable currency amount helps developers and finance teams confirm that the display string and stored value describe the same amount.
Can I paste a formatted currency amount?
You can paste common formatted values such as $1,234.56 or a negative amount in parentheses. The helper strips common symbols and grouping separators before formatting the result. Compact shorthand such as $1.2m is shown as output guidance, but the input should still be a plain numeric amount.
Does this helper support every ISO currency?
No. It supports the currencies implemented in the tool and focuses on showing the formatting differences clearly for those supported examples, including major dollar currencies, euros, pounds, yen, won, rupees, yuan, and Swiss francs. It is a formatting helper, not a full global ISO currency catalog.