GEL to SOS exchange rate API
Lari to Somali Shilling · quoted 2026-09-25
219.4055
▲ +3.32% over YTD
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 year to date, GEL/SOS traded between 208.9710 and 222.8442, averaged 214.6946 and rose 3.32%. 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 YTD: show the values
| Point | GEL/SOS |
|---|---|
| 2025-12-31 | 212.3455 |
| 2026-01-07 | 208.9710 |
| 2026-01-14 | 211.7033 |
| 2026-01-21 | 211.5804 |
| 2026-01-28 | 212.1893 |
| 2026-02-04 | 212.5076 |
| 2026-02-11 | 212.7066 |
| 2026-02-18 | 212.6469 |
| 2026-02-25 | 213.4681 |
| 2026-03-04 | 211.2833 |
| 2026-03-11 | 209.7965 |
| 2026-03-18 | 209.6099 |
| 2026-03-25 | 211.0155 |
| 2026-04-01 | 212.7295 |
| 2026-04-08 | 212.5967 |
| 2026-04-15 | 212.9607 |
| 2026-04-22 | 212.7215 |
| 2026-04-29 | 212.0579 |
| 2026-05-06 | 212.0180 |
| 2026-05-14 | 214.0727 |
| 2026-05-21 | 214.1493 |
| 2026-05-29 | 213.6207 |
| 2026-06-05 | 214.9349 |
| 2026-06-14 | 215.3011 |
| 2026-06-21 | 215.8492 |
| 2026-06-28 | 216.5379 |
| 2026-07-05 | 217.0295 |
| 2026-07-12 | 216.4444 |
| 2026-07-19 | 217.4732 |
| 2026-07-26 | 217.9923 |
| 2026-08-02 | 217.6493 |
| 2026-08-09 | 222.8442 |
| 2026-08-16 | 216.7378 |
| 2026-08-24 | 219.2221 |
| 2026-08-31 | 219.6830 |
| 2026-09-07 | 219.7309 |
| 2026-09-14 | 219.9653 |
| 2026-09-21 | 219.5393 |
High
222.8442
Low
208.9710
Average
214.6946
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.