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: show the values
| Point | PAB/ISK |
|---|---|
| 2025-09-25 | 121.3051 |
| 2025-10-02 | 120.9801 |
| 2025-10-09 | 122.1256 |
| 2025-10-16 | 121.5555 |
| 2025-10-23 | 122.6602 |
| 2025-10-30 | 124.6753 |
| 2025-11-06 | 126.7667 |
| 2025-11-13 | 126.5169 |
| 2025-11-20 | 127.4970 |
| 2025-11-27 | 127.2225 |
| 2025-12-04 | 127.7216 |
| 2025-12-12 | 126.5024 |
| 2025-12-19 | 125.6831 |
| 2025-12-26 | 125.5655 |
| 2026-01-02 | 125.7572 |
| 2026-01-09 | 126.6105 |
| 2026-01-16 | 126.0222 |
| 2026-01-23 | 124.3400 |
| 2026-01-30 | 121.8223 |
| 2026-02-06 | 123.1134 |
| 2026-02-13 | 122.2391 |
| 2026-02-20 | 123.1410 |
| 2026-02-27 | 121.5587 |
| 2026-03-06 | 125.3352 |
| 2026-03-13 | 125.6535 |
| 2026-03-20 | 124.4483 |
| 2026-03-27 | 124.6852 |
| 2026-04-03 | 125.1824 |
| 2026-04-10 | 122.5112 |
| 2026-04-17 | 122.0700 |
| 2026-04-24 | 122.7706 |
| 2026-05-01 | 122.5355 |
| 2026-05-08 | 121.8721 |
| 2026-05-16 | 123.5430 |
| 2026-05-24 | 123.7622 |
| 2026-05-31 | 122.9491 |
| 2026-06-09 | 124.0819 |
| 2026-06-16 | 124.5472 |
| 2026-06-23 | 126.4045 |
| 2026-06-30 | 126.3823 |
| 2026-07-07 | 125.7763 |
| 2026-07-14 | 125.5590 |
| 2026-07-21 | 125.2408 |
| 2026-07-28 | 125.2749 |
| 2026-08-04 | 123.3174 |
| 2026-08-11 | 123.2236 |
| 2026-08-18 | 122.8404 |
| 2026-08-26 | 121.0044 |
| 2026-09-02 | 121.4372 |
| 2026-09-09 | 120.4943 |
| 2026-09-16 | 121.1753 |
| 2026-09-23 | 120.9359 |
High
127.7216
Low
120.4943
Average
123.9071
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=ISK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=ISK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=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¤cies=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.