Skip to content

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

GEL/ISK over 1Y: show the values
PointGEL/ISK
2025-09-2744.8209
2025-10-0444.3782
2025-10-1145.0245
2025-10-1844.9794
2025-10-2545.3907
2025-11-0146.3242
2025-11-0846.7968
2025-11-1546.9130
2025-11-2247.2185
2025-11-2947.3895
2025-12-0647.4619
2025-12-1446.8947
2025-12-2146.6198
2025-12-2846.6670
2026-01-0446.7446
2026-01-1146.9639
2026-01-1846.8385
2026-01-2545.8910
2026-02-0145.4496
2026-02-0845.6511
2026-02-1545.5803
2026-02-2245.9800
2026-03-0145.4774
2026-03-0845.8078
2026-03-1546.2236
2026-03-2245.7300
2026-03-2946.2589
2026-04-0546.5539
2026-04-1245.4173
2026-04-1945.1467
2026-04-2645.7584
2026-05-0345.7696
2026-05-1045.6107
2026-05-1845.9268
2026-05-2646.3074
2026-06-0246.3759
2026-06-1146.9898
2026-06-1847.5965
2026-06-2548.0172
2026-07-0247.8459
2026-07-0947.6739
2026-07-1647.4865
2026-07-2348.0266
2026-07-3047.4303
2026-08-0647.0637
2026-08-1347.2002
2026-08-2146.5430
2026-08-2846.4263
2026-09-0446.4041
2026-09-1146.2985
2026-09-1846.9167
2026-09-2546.0590

High

48.0266

Low

44.3782

Average

46.3878

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=ISK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&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=GEL&currencies=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&currencies=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.