GIP to ISK exchange rate API
Gibraltar Pound to Iceland Krona · quoted 2026-09-26
159.4358
▼ +1.77% over 1Y
1 GIP = 159.4358 ISK · 1 ISK = 0.006272 GIP · Get this rate via the API
1 GIP buys 159.4358 ISK as of 2026-09-26, so 1 ISK buys 0.006272 GIP. Over the last year, GIP/ISK traded between 159.4358 and 170.3720, averaged 166.0058 and fell 1.77%. The API holds daily GIP/ISK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GIP/ISK over 1Y: show the values
| Point | GIP/ISK |
|---|---|
| 2025-09-26 | 162.3156 |
| 2025-10-03 | 162.8710 |
| 2025-10-10 | 162.8300 |
| 2025-10-17 | 163.3597 |
| 2025-10-24 | 163.4005 |
| 2025-10-31 | 164.8892 |
| 2025-11-07 | 165.9801 |
| 2025-11-14 | 166.3986 |
| 2025-11-21 | 167.1995 |
| 2025-11-28 | 169.5450 |
| 2025-12-05 | 170.3720 |
| 2025-12-13 | 169.0076 |
| 2025-12-20 | 168.0575 |
| 2025-12-27 | 169.5835 |
| 2026-01-03 | 169.2361 |
| 2026-01-10 | 169.4676 |
| 2026-01-17 | 168.1944 |
| 2026-01-24 | 168.5890 |
| 2026-01-31 | 167.3526 |
| 2026-02-07 | 167.0495 |
| 2026-02-14 | 166.8292 |
| 2026-02-21 | 165.7883 |
| 2026-02-28 | 163.8264 |
| 2026-03-07 | 167.5646 |
| 2026-03-14 | 166.9277 |
| 2026-03-21 | 165.8672 |
| 2026-03-28 | 166.5552 |
| 2026-04-04 | 165.4094 |
| 2026-04-11 | 164.2471 |
| 2026-04-18 | 165.2475 |
| 2026-04-25 | 165.5136 |
| 2026-05-02 | 166.5989 |
| 2026-05-09 | 166.0410 |
| 2026-05-17 | 164.6360 |
| 2026-05-25 | 166.1965 |
| 2026-06-01 | 166.1505 |
| 2026-06-10 | 166.3388 |
| 2026-06-17 | 167.3139 |
| 2026-06-24 | 167.3274 |
| 2026-07-01 | 167.1789 |
| 2026-07-08 | 167.9791 |
| 2026-07-15 | 168.5605 |
| 2026-07-22 | 168.0028 |
| 2026-07-29 | 166.6143 |
| 2026-08-05 | 165.1370 |
| 2026-08-12 | 165.8542 |
| 2026-08-20 | 165.4085 |
| 2026-08-27 | 163.7532 |
| 2026-09-03 | 163.3616 |
| 2026-09-10 | 163.3754 |
| 2026-09-17 | 162.8947 |
| 2026-09-24 | 160.6745 |
High
170.3720
Low
159.4358
Average
166.0058
Get this rate via the API
One GET request returns the GIP/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=GIP¤cies=ISK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=ISK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=ISK").json()Replace YOUR_API_KEY with the key from your dashboard.
GIP/ISK API questions
How do I get the GIP/ISK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=ISK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GIP/ISK rate in rates.ISK.
How far back does GIP/ISK historical data go?
Daily GIP/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 GIP/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.