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