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: show the values
| Point | PAB/ISK |
|---|---|
| 2026-03-29 | 124.7461 |
| 2026-04-05 | 125.3161 |
| 2026-04-12 | 122.3730 |
| 2026-04-19 | 121.8582 |
| 2026-04-26 | 122.8547 |
| 2026-05-03 | 122.6558 |
| 2026-05-10 | 122.3371 |
| 2026-05-18 | 122.8734 |
| 2026-05-26 | 123.4313 |
| 2026-06-02 | 123.2724 |
| 2026-06-11 | 124.6425 |
| 2026-06-18 | 125.9925 |
| 2026-06-25 | 126.9617 |
| 2026-07-02 | 126.2891 |
| 2026-07-09 | 125.4045 |
| 2026-07-16 | 124.7057 |
| 2026-07-23 | 125.8778 |
| 2026-07-30 | 124.2593 |
| 2026-08-06 | 123.0289 |
| 2026-08-13 | 123.2877 |
| 2026-08-21 | 121.0360 |
| 2026-08-28 | 120.9310 |
| 2026-09-04 | 121.1495 |
| 2026-09-11 | 120.4279 |
| 2026-09-18 | 121.6612 |
| 2026-09-25 | 120.6796 |
High
126.9617
Low
120.4279
Average
123.2864
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.