PAB to ILS exchange rate API
Balboa to New Israeli Sheqel · quoted 2026-09-25
3.0386
▼ +9.16% over 1Y
1 PAB = 3.0386 ILS · 1 ILS = 0.32910 PAB · Get this rate via the API
1 PAB buys 3.0386 ILS as of 2026-09-25, so 1 ILS buys 0.32910 PAB. Over the last year, PAB/ILS traded between 2.8098 and 3.3448, averaged 3.0947 and fell 9.16%. The API holds daily PAB/ILS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PAB/ILS over 1Y: show the values
| Point | PAB/ILS |
|---|---|
| 2025-09-25 | 3.3448 |
| 2025-10-02 | 3.3138 |
| 2025-10-09 | 3.2455 |
| 2025-10-16 | 3.3016 |
| 2025-10-23 | 3.3090 |
| 2025-10-30 | 3.2564 |
| 2025-11-06 | 3.2560 |
| 2025-11-13 | 3.2111 |
| 2025-11-20 | 3.2568 |
| 2025-11-27 | 3.2748 |
| 2025-12-04 | 3.2362 |
| 2025-12-12 | 3.2054 |
| 2025-12-19 | 3.2135 |
| 2025-12-26 | 3.1914 |
| 2026-01-02 | 3.1750 |
| 2026-01-09 | 3.1562 |
| 2026-01-16 | 3.1506 |
| 2026-01-23 | 3.1417 |
| 2026-01-30 | 3.0874 |
| 2026-02-06 | 3.1301 |
| 2026-02-13 | 3.0896 |
| 2026-02-20 | 3.1259 |
| 2026-02-27 | 3.1433 |
| 2026-03-06 | 3.0928 |
| 2026-03-13 | 3.1268 |
| 2026-03-20 | 3.1058 |
| 2026-03-27 | 3.1544 |
| 2026-04-03 | 3.1321 |
| 2026-04-10 | 3.0531 |
| 2026-04-17 | 2.9892 |
| 2026-04-24 | 2.9796 |
| 2026-05-01 | 2.9456 |
| 2026-05-08 | 2.8957 |
| 2026-05-16 | 2.9200 |
| 2026-05-24 | 2.8947 |
| 2026-05-31 | 2.8098 |
| 2026-06-09 | 2.9445 |
| 2026-06-16 | 2.9119 |
| 2026-06-23 | 2.9969 |
| 2026-06-30 | 2.9799 |
| 2026-07-07 | 3.0261 |
| 2026-07-14 | 3.0139 |
| 2026-07-21 | 3.0496 |
| 2026-07-28 | 3.0568 |
| 2026-08-04 | 3.0265 |
| 2026-08-11 | 2.9992 |
| 2026-08-18 | 2.9920 |
| 2026-08-26 | 2.9742 |
| 2026-09-02 | 3.0285 |
| 2026-09-09 | 3.0192 |
| 2026-09-16 | 3.0312 |
| 2026-09-23 | 3.0161 |
High
3.3448
Low
2.8098
Average
3.0947
Get this rate via the API
One GET request returns the PAB/ILS rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=ILS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=ILS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=ILS").json()Replace YOUR_API_KEY with the key from your dashboard.
PAB/ILS API questions
How do I get the PAB/ILS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=ILS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/ILS rate in rates.ILS.
How far back does PAB/ILS historical data go?
Daily PAB/ILS rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free PAB/ILS exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.