د.م.
Moroccan Dirham
Morocco
Africa
Currency Code
ISO 4217 Code
MAD
Symbol
د.م.
Common Usage
JavaScript/TypeScript
const currency = "MAD"; const symbol = "د.م."; const name = "Moroccan Dirham";
JSON/API Response
{
"currency": "MAD",
"symbol": "د.م.",
"amount": 100.00
}HTML/Display
<span class="price">د.م.100.00 MAD</span>
ISO 4217 Standard
ISO 4217 is the international standard for currency codes. The code "MAD" represents Moroccan Dirham, used in Morocco. The symbol د.م. is commonly used to denote this currency in financial transactions and displays.