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