keecode logokeecode
$

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>

Related North America Currencies