Skip to content

GEL to SOS exchange rate API

Lari to Somali Shilling · quoted 2026-09-25

219.4055

▲ +3.53% over 6M

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 6 months, GEL/SOS traded between 211.7373 and 220.3997, averaged 215.9909 and rose 3.53%. 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 6M

GEL/SOS over 6M: show the values
PointGEL/SOS
2026-03-29211.9175
2026-04-05211.9957
2026-04-12212.1064
2026-04-19211.7373
2026-04-26212.8521
2026-05-03213.0288
2026-05-10213.0671
2026-05-18213.6304
2026-05-26213.8969
2026-06-02214.8882
2026-06-11215.4592
2026-06-18215.8776
2026-06-25215.3223
2026-07-02216.4531
2026-07-09216.5236
2026-07-16216.0301
2026-07-23217.4193
2026-07-30217.2413
2026-08-06218.0616
2026-08-13218.7134
2026-08-21219.8874
2026-08-28219.0114
2026-09-04218.0547
2026-09-11219.3678
2026-09-18220.3997
2026-09-25219.4055

High

220.3997

Low

211.7373

Average

215.9909

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.