keecode logokeecode
R

South African Rand

South Africa

Africa

Currency Code

ISO 4217 Code

ZAR

Symbol

R

Common Usage

JavaScript/TypeScript

const currency = "ZAR";
const symbol = "R";
const name = "South African Rand";

JSON/API Response

{
  "currency": "ZAR",
  "symbol": "R",
  "amount": 100.00
}

HTML/Display

<span class="price">R100.00 ZAR</span>