$
Mexican Peso
Mexico
North America
Currency Code
ISO 4217 Code
MXN
Symbol
$
Common Usage
JavaScript/TypeScript
const currency = "MXN"; const symbol = "$"; const name = "Mexican Peso";
JSON/API Response
{
"currency": "MXN",
"symbol": "$",
"amount": 100.00
}HTML/Display
<span class="price">$100.00 MXN</span>
ISO 4217 Standard
ISO 4217 is the international standard for currency codes. The code "MXN" represents Mexican Peso, used in Mexico. The symbol $ is commonly used to denote this currency in financial transactions and displays.