Skip to content

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

PAB/ILS over 1Y: show the values
PointPAB/ILS
2025-09-253.3448
2025-10-023.3138
2025-10-093.2455
2025-10-163.3016
2025-10-233.3090
2025-10-303.2564
2025-11-063.2560
2025-11-133.2111
2025-11-203.2568
2025-11-273.2748
2025-12-043.2362
2025-12-123.2054
2025-12-193.2135
2025-12-263.1914
2026-01-023.1750
2026-01-093.1562
2026-01-163.1506
2026-01-233.1417
2026-01-303.0874
2026-02-063.1301
2026-02-133.0896
2026-02-203.1259
2026-02-273.1433
2026-03-063.0928
2026-03-133.1268
2026-03-203.1058
2026-03-273.1544
2026-04-033.1321
2026-04-103.0531
2026-04-172.9892
2026-04-242.9796
2026-05-012.9456
2026-05-082.8957
2026-05-162.9200
2026-05-242.8947
2026-05-312.8098
2026-06-092.9445
2026-06-162.9119
2026-06-232.9969
2026-06-302.9799
2026-07-073.0261
2026-07-143.0139
2026-07-213.0496
2026-07-283.0568
2026-08-043.0265
2026-08-112.9992
2026-08-182.9920
2026-08-262.9742
2026-09-023.0285
2026-09-093.0192
2026-09-163.0312
2026-09-233.0161

High

3.3448

Low

2.8098

Average

3.0947

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=ILS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=ILS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=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&currencies=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.