GEL to SOS exchange rate API
Lari to Somali Shilling · quoted 2026-09-25
219.4055
▲ +3.95% over 1Y
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 year, GEL/SOS traded between 209.4156 and 219.6878, averaged 213.6578 and rose 3.95%. 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 1Y: show the values
| Point | GEL/SOS |
|---|---|
| 2025-09-25 | 211.0732 |
| 2025-10-02 | 209.7937 |
| 2025-10-09 | 210.8375 |
| 2025-10-16 | 210.1467 |
| 2025-10-23 | 209.7731 |
| 2025-10-30 | 210.7667 |
| 2025-11-06 | 210.8287 |
| 2025-11-13 | 211.2206 |
| 2025-11-20 | 210.7336 |
| 2025-11-27 | 211.0167 |
| 2025-12-04 | 211.7367 |
| 2025-12-12 | 211.4234 |
| 2025-12-19 | 211.5763 |
| 2025-12-26 | 211.4033 |
| 2026-01-02 | 211.4823 |
| 2026-01-09 | 210.9041 |
| 2026-01-16 | 210.5058 |
| 2026-01-23 | 210.2412 |
| 2026-01-30 | 212.0063 |
| 2026-02-06 | 211.9227 |
| 2026-02-13 | 213.0258 |
| 2026-02-20 | 213.4062 |
| 2026-02-27 | 213.7324 |
| 2026-03-06 | 209.4156 |
| 2026-03-13 | 210.1570 |
| 2026-03-20 | 210.0031 |
| 2026-03-27 | 211.8626 |
| 2026-04-03 | 212.9052 |
| 2026-04-10 | 212.4768 |
| 2026-04-17 | 212.0480 |
| 2026-04-24 | 212.8487 |
| 2026-05-01 | 212.8463 |
| 2026-05-08 | 213.9632 |
| 2026-05-16 | 213.9324 |
| 2026-05-24 | 214.3138 |
| 2026-05-31 | 214.6131 |
| 2026-06-09 | 215.0365 |
| 2026-06-16 | 215.5760 |
| 2026-06-23 | 216.0404 |
| 2026-06-30 | 216.1409 |
| 2026-07-07 | 216.4931 |
| 2026-07-14 | 217.5049 |
| 2026-07-21 | 218.1020 |
| 2026-07-28 | 217.7217 |
| 2026-08-04 | 217.5613 |
| 2026-08-11 | 218.5235 |
| 2026-08-18 | 218.9361 |
| 2026-08-26 | 218.4394 |
| 2026-09-02 | 218.7650 |
| 2026-09-09 | 219.3529 |
| 2026-09-16 | 219.6878 |
| 2026-09-23 | 219.6318 |
High
219.6878
Low
209.4156
Average
213.6578
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.