Rp
Indonesian Rupiah
Indonesia
Asia
Currency Code
ISO 4217 Code
IDR
Symbol
Rp
Common Usage
JavaScript/TypeScript
const currency = "IDR"; const symbol = "Rp"; const name = "Indonesian Rupiah";
JSON/API Response
{
"currency": "IDR",
"symbol": "Rp",
"amount": 100.00
}HTML/Display
<span class="price">Rp100.00 IDR</span>
ISO 4217 Standard
ISO 4217 is the international standard for currency codes. The code "IDR" represents Indonesian Rupiah, used in Indonesia. The symbol Rp is commonly used to denote this currency in financial transactions and displays.