Rp

IDRIndonesian Rupiah

fiat
ISO Code: IDRNumeric: 360ISO minor unit: 2Region: Asia
🇮🇩

How to implement IDR safely

Rupiah uses ISO 4217 alpha code IDR and numeric code 360.

IDR appears in the current ISO 4217 list published 2026-01-01. IDR has ISO minor unit 2, so one major unit divides into 100 minor units. Configure Intl.NumberFormat with currency: "IDR"; do not hardcode the symbol or assume every currency uses two decimals.

Rp is the reference symbol in this dataset. Store IDR alongside the amount so exports, payments, and accounting data remain unambiguous. Format for display only after choosing the user's locale, because symbol placement and separators belong to the locale rather than the currency record.

This site's coverage associates IDR with 1 countries or territories (ID). Region and language still need separate locale selection; the currency code alone does not choose punctuation or digit shapes. The record was checked against the SIX ISO 4217 source on 2026-07-19; recheck status-sensitive records when the Maintenance Agency publishes a new list.

  • Status: active
  • Numeric code: 360
  • ISO minor unit: 2
  • Verified: 2026-07-19

Reviewed 19 July 2026. Sources: SIX ISO 4217 current list

Formatting Examples

Valueen-US
1IDR 1
9.99IDR 10
100IDR 100
1234.56IDR 1,235
1000000IDR 1,000,000

Intl.NumberFormat

JavaScript
// Basic IDR formatting
new Intl.NumberFormat('en-US', {
  style: 'currency',
  currency: 'IDR',
}).format(1234.56);
// → "IDR 1,235"

// Minimum/maximum fraction digits
new Intl.NumberFormat('en-US', {
  style: 'currency',
  currency: 'IDR',
  minimumFractionDigits: 2,
  maximumFractionDigits: 2,
}).format(99);
// Example display precision: 2 decimal places
// ISO 4217 minor unit: 2

// Integer minor-unit storage
// IDR amount = value × 100

Countries Using IDR