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: show the values
| Point | GEL/SOS |
|---|---|
| 2026-08-26 | 218.4394 |
| 2026-08-27 | 219.4616 |
| 2026-08-28 | 219.0114 |
| 2026-08-29 | 219.5840 |
| 2026-08-30 | 219.5921 |
| 2026-08-31 | 219.6830 |
| 2026-09-01 | 218.9497 |
| 2026-09-02 | 218.7650 |
| 2026-09-03 | 218.8430 |
| 2026-09-04 | 218.0547 |
| 2026-09-05 | 219.2277 |
| 2026-09-06 | 219.3382 |
| 2026-09-07 | 219.7309 |
| 2026-09-08 | 219.1892 |
| 2026-09-09 | 219.3529 |
| 2026-09-10 | 219.4332 |
| 2026-09-11 | 219.3678 |
| 2026-09-12 | 212.9429 |
| 2026-09-13 | 212.7293 |
| 2026-09-14 | 219.9653 |
| 2026-09-15 | 219.7206 |
| 2026-09-16 | 219.6878 |
| 2026-09-17 | 220.9166 |
| 2026-09-18 | 220.3997 |
| 2026-09-19 | 219.8718 |
| 2026-09-20 | 219.8401 |
| 2026-09-21 | 219.5393 |
| 2026-09-22 | 219.6922 |
| 2026-09-23 | 219.6318 |
| 2026-09-24 | 219.3723 |
| 2026-09-25 | 219.4055 |
High
220.9166
Low
212.7293
Average
219.0358
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=SOS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=SOS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.