Skip to content

GEL to SOS exchange rate API

Lari to Somali Shilling · quoted 2026-09-25

219.4055

▲ +3.32% over YTD

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 year to date, GEL/SOS traded between 208.9710 and 222.8442, averaged 214.6946 and rose 3.32%. 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 YTD

GEL/SOS over YTD: show the values
PointGEL/SOS
2025-12-31212.3455
2026-01-07208.9710
2026-01-14211.7033
2026-01-21211.5804
2026-01-28212.1893
2026-02-04212.5076
2026-02-11212.7066
2026-02-18212.6469
2026-02-25213.4681
2026-03-04211.2833
2026-03-11209.7965
2026-03-18209.6099
2026-03-25211.0155
2026-04-01212.7295
2026-04-08212.5967
2026-04-15212.9607
2026-04-22212.7215
2026-04-29212.0579
2026-05-06212.0180
2026-05-14214.0727
2026-05-21214.1493
2026-05-29213.6207
2026-06-05214.9349
2026-06-14215.3011
2026-06-21215.8492
2026-06-28216.5379
2026-07-05217.0295
2026-07-12216.4444
2026-07-19217.4732
2026-07-26217.9923
2026-08-02217.6493
2026-08-09222.8442
2026-08-16216.7378
2026-08-24219.2221
2026-08-31219.6830
2026-09-07219.7309
2026-09-14219.9653
2026-09-21219.5393

High

222.8442

Low

208.9710

Average

214.6946

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.