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