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>
ISO 4217 Standard
ISO 4217 is the international standard for currency codes. The code "MYR" represents Malaysian Ringgit, used in Malaysia. The symbol RM is commonly used to denote this currency in financial transactions and displays.