Skip to content

GEL to SOS exchange rate API

Lari to Somali Shilling · quoted 2026-09-25

219.4055

▲ +0.44% over 30D

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 30 days, GEL/SOS traded between 212.7293 and 220.9166, averaged 219.0358 and rose 0.44%. 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 30D

GEL/SOS over 30D: show the values
PointGEL/SOS
2026-08-26218.4394
2026-08-27219.4616
2026-08-28219.0114
2026-08-29219.5840
2026-08-30219.5921
2026-08-31219.6830
2026-09-01218.9497
2026-09-02218.7650
2026-09-03218.8430
2026-09-04218.0547
2026-09-05219.2277
2026-09-06219.3382
2026-09-07219.7309
2026-09-08219.1892
2026-09-09219.3529
2026-09-10219.4332
2026-09-11219.3678
2026-09-12212.9429
2026-09-13212.7293
2026-09-14219.9653
2026-09-15219.7206
2026-09-16219.6878
2026-09-17220.9166
2026-09-18220.3997
2026-09-19219.8718
2026-09-20219.8401
2026-09-21219.5393
2026-09-22219.6922
2026-09-23219.6318
2026-09-24219.3723
2026-09-25219.4055

High

220.9166

Low

212.7293

Average

219.0358

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.