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