keecode logokeecode

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>