Skip to content

PAB to ISK exchange rate API

Balboa to Iceland Krona · quoted 2026-09-25

120.6796

▼ +0.52% over 1Y

1 PAB = 120.6796 ISK · 1 ISK = 0.008286 PAB · Get this rate via the API

1 PAB buys 120.6796 ISK as of 2026-09-25, so 1 ISK buys 0.008286 PAB. Over the last year, PAB/ISK traded between 120.4943 and 127.7216, averaged 123.9071 and fell 0.52%. The API holds daily PAB/ISK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/ISK over 1Y

PAB/ISK over 1Y: show the values
PointPAB/ISK
2025-09-25121.3051
2025-10-02120.9801
2025-10-09122.1256
2025-10-16121.5555
2025-10-23122.6602
2025-10-30124.6753
2025-11-06126.7667
2025-11-13126.5169
2025-11-20127.4970
2025-11-27127.2225
2025-12-04127.7216
2025-12-12126.5024
2025-12-19125.6831
2025-12-26125.5655
2026-01-02125.7572
2026-01-09126.6105
2026-01-16126.0222
2026-01-23124.3400
2026-01-30121.8223
2026-02-06123.1134
2026-02-13122.2391
2026-02-20123.1410
2026-02-27121.5587
2026-03-06125.3352
2026-03-13125.6535
2026-03-20124.4483
2026-03-27124.6852
2026-04-03125.1824
2026-04-10122.5112
2026-04-17122.0700
2026-04-24122.7706
2026-05-01122.5355
2026-05-08121.8721
2026-05-16123.5430
2026-05-24123.7622
2026-05-31122.9491
2026-06-09124.0819
2026-06-16124.5472
2026-06-23126.4045
2026-06-30126.3823
2026-07-07125.7763
2026-07-14125.5590
2026-07-21125.2408
2026-07-28125.2749
2026-08-04123.3174
2026-08-11123.2236
2026-08-18122.8404
2026-08-26121.0044
2026-09-02121.4372
2026-09-09120.4943
2026-09-16121.1753
2026-09-23120.9359

High

127.7216

Low

120.4943

Average

123.9071

For developers

Get this rate via the API

One GET request returns the PAB/ISK 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=ISK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=ISK");
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=ISK").json()

Replace YOUR_API_KEY with the key from your dashboard.

PAB/ISK API questions

How do I get the PAB/ISK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=ISK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/ISK rate in rates.ISK.

How far back does PAB/ISK historical data go?

Daily PAB/ISK 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/ISK 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.