GEL to ISK exchange rate API
Lari to Iceland Krona · quoted 2026-09-27
46.2312
▲ +3.15% over 1Y
1 GEL = 46.2312 ISK · 1 ISK = 0.02163 GEL · Get this rate via the API
1 GEL buys 46.2312 ISK as of 2026-09-27, so 1 ISK buys 0.02163 GEL. Over the last year, GEL/ISK traded between 44.3782 and 48.0266, averaged 46.3878 and rose 3.15%. The API holds daily GEL/ISK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GEL/ISK over 1Y: show the values
| Point | GEL/ISK |
|---|---|
| 2025-09-27 | 44.8209 |
| 2025-10-04 | 44.3782 |
| 2025-10-11 | 45.0245 |
| 2025-10-18 | 44.9794 |
| 2025-10-25 | 45.3907 |
| 2025-11-01 | 46.3242 |
| 2025-11-08 | 46.7968 |
| 2025-11-15 | 46.9130 |
| 2025-11-22 | 47.2185 |
| 2025-11-29 | 47.3895 |
| 2025-12-06 | 47.4619 |
| 2025-12-14 | 46.8947 |
| 2025-12-21 | 46.6198 |
| 2025-12-28 | 46.6670 |
| 2026-01-04 | 46.7446 |
| 2026-01-11 | 46.9639 |
| 2026-01-18 | 46.8385 |
| 2026-01-25 | 45.8910 |
| 2026-02-01 | 45.4496 |
| 2026-02-08 | 45.6511 |
| 2026-02-15 | 45.5803 |
| 2026-02-22 | 45.9800 |
| 2026-03-01 | 45.4774 |
| 2026-03-08 | 45.8078 |
| 2026-03-15 | 46.2236 |
| 2026-03-22 | 45.7300 |
| 2026-03-29 | 46.2589 |
| 2026-04-05 | 46.5539 |
| 2026-04-12 | 45.4173 |
| 2026-04-19 | 45.1467 |
| 2026-04-26 | 45.7584 |
| 2026-05-03 | 45.7696 |
| 2026-05-10 | 45.6107 |
| 2026-05-18 | 45.9268 |
| 2026-05-26 | 46.3074 |
| 2026-06-02 | 46.3759 |
| 2026-06-11 | 46.9898 |
| 2026-06-18 | 47.5965 |
| 2026-06-25 | 48.0172 |
| 2026-07-02 | 47.8459 |
| 2026-07-09 | 47.6739 |
| 2026-07-16 | 47.4865 |
| 2026-07-23 | 48.0266 |
| 2026-07-30 | 47.4303 |
| 2026-08-06 | 47.0637 |
| 2026-08-13 | 47.2002 |
| 2026-08-21 | 46.5430 |
| 2026-08-28 | 46.4263 |
| 2026-09-04 | 46.4041 |
| 2026-09-11 | 46.2985 |
| 2026-09-18 | 46.9167 |
| 2026-09-25 | 46.0590 |
High
48.0266
Low
44.3782
Average
46.3878
Get this rate via the API
One GET request returns the GEL/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=GEL¤cies=ISK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=ISK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=ISK").json()Replace YOUR_API_KEY with the key from your dashboard.
GEL/ISK API questions
How do I get the GEL/ISK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=ISK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/ISK rate in rates.ISK.
How far back does GEL/ISK historical data go?
Daily GEL/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 GEL/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.