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