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: show the values
| Point | GEL/SOS |
|---|---|
| 2026-03-29 | 211.9175 |
| 2026-04-05 | 211.9957 |
| 2026-04-12 | 212.1064 |
| 2026-04-19 | 211.7373 |
| 2026-04-26 | 212.8521 |
| 2026-05-03 | 213.0288 |
| 2026-05-10 | 213.0671 |
| 2026-05-18 | 213.6304 |
| 2026-05-26 | 213.8969 |
| 2026-06-02 | 214.8882 |
| 2026-06-11 | 215.4592 |
| 2026-06-18 | 215.8776 |
| 2026-06-25 | 215.3223 |
| 2026-07-02 | 216.4531 |
| 2026-07-09 | 216.5236 |
| 2026-07-16 | 216.0301 |
| 2026-07-23 | 217.4193 |
| 2026-07-30 | 217.2413 |
| 2026-08-06 | 218.0616 |
| 2026-08-13 | 218.7134 |
| 2026-08-21 | 219.8874 |
| 2026-08-28 | 219.0114 |
| 2026-09-04 | 218.0547 |
| 2026-09-11 | 219.3678 |
| 2026-09-18 | 220.3997 |
| 2026-09-25 | 219.4055 |
High
220.3997
Low
211.7373
Average
215.9909
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.