keecode logokeecode
RM

Malaysian Ringgit

Malaysia

Asia

Currency Code

ISO 4217 Code

MYR

Symbol

RM

Common Usage

JavaScript/TypeScript

const currency = "MYR";
const symbol = "RM";
const name = "Malaysian Ringgit";

JSON/API Response

{
  "currency": "MYR",
  "symbol": "RM",
  "amount": 100.00
}

HTML/Display

<span class="price">RM100.00 MYR</span>