$
New Zealand Dollar
New Zealand
Oceania
Currency Code
ISO 4217 Code
NZD
Symbol
$
Common Usage
JavaScript/TypeScript
const currency = "NZD"; const symbol = "$"; const name = "New Zealand Dollar";
JSON/API Response
{
"currency": "NZD",
"symbol": "$",
"amount": 100.00
}HTML/Display
<span class="price">$100.00 NZD</span>
ISO 4217 Standard
ISO 4217 is the international standard for currency codes. The code "NZD" represents New Zealand Dollar, used in New Zealand. The symbol $ is commonly used to denote this currency in financial transactions and displays.