GEL to SOS exchange rate API
Lari to Somali Shilling · quoted 2026-09-25
219.4055
▲ +4.09% over 5Y
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 5 years, GEL/SOS traded between 200.9347 and 219.7309, averaged 210.6848 and rose 4.09%. 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 5Y: show the values
| Point | GEL/SOS |
|---|---|
| 2024-08-24 | 210.7909 |
| 2024-10-07 | 208.9682 |
| 2024-11-06 | 209.2272 |
| 2024-12-06 | 204.5935 |
| 2025-01-05 | 203.0256 |
| 2025-02-04 | 200.9347 |
| 2025-03-06 | 205.2630 |
| 2025-04-06 | 206.5334 |
| 2025-05-06 | 208.6875 |
| 2025-06-07 | 207.8283 |
| 2025-07-07 | 210.1087 |
| 2025-08-06 | 208.7123 |
| 2025-09-05 | 211.9554 |
| 2025-10-06 | 209.7926 |
| 2025-11-05 | 211.2222 |
| 2025-12-05 | 211.7412 |
| 2026-01-05 | 211.4915 |
| 2026-02-04 | 212.5076 |
| 2026-03-06 | 209.4156 |
| 2026-04-05 | 211.9957 |
| 2026-05-05 | 212.8467 |
| 2026-06-06 | 215.0398 |
| 2026-07-08 | 217.1843 |
| 2026-08-07 | 218.8040 |
| 2026-09-07 | 219.7309 |
High
219.7309
Low
200.9347
Average
210.6848
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.