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