Skip to content

PAB to ISK exchange rate API

Balboa to Iceland Krona · quoted 2026-09-25

120.6796

▼ +3.26% over 6M

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 6 months, PAB/ISK traded between 120.4279 and 126.9617, averaged 123.2864 and fell 3.26%. 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 6M

PAB/ISK over 6M: show the values
PointPAB/ISK
2026-03-29124.7461
2026-04-05125.3161
2026-04-12122.3730
2026-04-19121.8582
2026-04-26122.8547
2026-05-03122.6558
2026-05-10122.3371
2026-05-18122.8734
2026-05-26123.4313
2026-06-02123.2724
2026-06-11124.6425
2026-06-18125.9925
2026-06-25126.9617
2026-07-02126.2891
2026-07-09125.4045
2026-07-16124.7057
2026-07-23125.8778
2026-07-30124.2593
2026-08-06123.0289
2026-08-13123.2877
2026-08-21121.0360
2026-08-28120.9310
2026-09-04121.1495
2026-09-11120.4279
2026-09-18121.6612
2026-09-25120.6796

High

126.9617

Low

120.4279

Average

123.2864

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.