Skip to content

GEL to SEK exchange rate API

Lari to Swedish Krona · quoted 2026-09-25

3.8101

▲ +9.64% over 1Y

1 GEL = 3.8101 SEK · 1 SEK = 0.26246 GEL · Get this rate via the API

1 GEL buys 3.8101 SEK as of 2026-09-25, so 1 SEK buys 0.26246 GEL. Over the last year, GEL/SEK traded between 3.2831 and 3.8101, averaged 3.5202 and rose 9.64%. The API holds daily GEL/SEK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/SEK over 1Y

GEL/SEK over 1Y: show the values
PointGEL/SEK
2025-09-253.4752
2025-10-023.4365
2025-10-093.4919
2025-10-163.4917
2025-10-233.4736
2025-10-303.4921
2025-11-063.5222
2025-11-133.4817
2025-11-203.5330
2025-11-273.5170
2025-12-043.4834
2025-12-123.4424
2025-12-193.4573
2025-12-263.4033
2026-01-023.4259
2026-01-093.4266
2026-01-163.4259
2026-01-233.3457
2026-01-303.2831
2026-02-063.3677
2026-02-133.3393
2026-02-203.3891
2026-02-273.3803
2026-03-063.3972
2026-03-133.4429
2026-03-203.4295
2026-03-273.5014
2026-04-033.5292
2026-04-103.4401
2026-04-173.3979
2026-04-243.4408
2026-05-013.4376
2026-05-083.4401
2026-05-163.5370
2026-05-243.5004
2026-05-313.4753
2026-06-093.5434
2026-06-163.5462
2026-06-233.6684
2026-06-303.6914
2026-07-073.6688
2026-07-143.6825
2026-07-213.6909
2026-07-283.7135
2026-08-043.6472
2026-08-113.6336
2026-08-183.6540
2026-08-263.6368
2026-09-023.6927
2026-09-093.6780
2026-09-163.7649
2026-09-233.7950

High

3.8101

Low

3.2831

Average

3.5202

For developers

Get this rate via the API

One GET request returns the GEL/SEK 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=SEK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=SEK");
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=SEK").json()

Replace YOUR_API_KEY with the key from your dashboard.

GEL/SEK API questions

How do I get the GEL/SEK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=SEK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/SEK rate in rates.SEK.

How far back does GEL/SEK historical data go?

Daily GEL/SEK 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/SEK 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.