Skip to content

GEL to SOS exchange rate API

Lari to Somali Shilling · quoted 2026-09-25

219.4055

▲ +3.95% over 1Y

1 GEL = 219.4055 SOS · 1 SOS = 0.004558 GEL · Get this rate via the API

1 GEL buys 219.4055 SOS as of 2026-09-25, so 1 SOS buys 0.004558 GEL. Over the last year, GEL/SOS traded between 209.4156 and 219.6878, averaged 213.6578 and rose 3.95%. The API holds daily GEL/SOS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/SOS over 1Y

GEL/SOS over 1Y: show the values
PointGEL/SOS
2025-09-25211.0732
2025-10-02209.7937
2025-10-09210.8375
2025-10-16210.1467
2025-10-23209.7731
2025-10-30210.7667
2025-11-06210.8287
2025-11-13211.2206
2025-11-20210.7336
2025-11-27211.0167
2025-12-04211.7367
2025-12-12211.4234
2025-12-19211.5763
2025-12-26211.4033
2026-01-02211.4823
2026-01-09210.9041
2026-01-16210.5058
2026-01-23210.2412
2026-01-30212.0063
2026-02-06211.9227
2026-02-13213.0258
2026-02-20213.4062
2026-02-27213.7324
2026-03-06209.4156
2026-03-13210.1570
2026-03-20210.0031
2026-03-27211.8626
2026-04-03212.9052
2026-04-10212.4768
2026-04-17212.0480
2026-04-24212.8487
2026-05-01212.8463
2026-05-08213.9632
2026-05-16213.9324
2026-05-24214.3138
2026-05-31214.6131
2026-06-09215.0365
2026-06-16215.5760
2026-06-23216.0404
2026-06-30216.1409
2026-07-07216.4931
2026-07-14217.5049
2026-07-21218.1020
2026-07-28217.7217
2026-08-04217.5613
2026-08-11218.5235
2026-08-18218.9361
2026-08-26218.4394
2026-09-02218.7650
2026-09-09219.3529
2026-09-16219.6878
2026-09-23219.6318

High

219.6878

Low

209.4156

Average

213.6578

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/SOS API questions

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

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

How far back does GEL/SOS historical data go?

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