Convert between ILS and the three common foreign currencies for Israeli shopping — USD, EUR, GBP — in either direction. Uses a live exchange-rate API with a fallback rate. Use whenever the user asks to convert a price or wants ILS↔USD/EUR/GBP figures.
Bidirectional conversion between ILS and USD/EUR/GBP. Supported pairs:
(Cross-currency e.g. USD → EUR is out of scope — use a general FX tool for that.)
https://api.exchangerate-api.com/v4/latest/{base} (use Bash + curl or the WebFetch tool). For example to get USD→ILS, fetch with base USD and read rates.ILS.{amount} {from} = {result} {to}
Rate: 1 {from} = {rate} {to} ({live | fallback}, {date})
For multi-line conversions (e.g. converting a list of prices), use a small table.