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