GEL to SDG exchange rate API
Lari to Sudanese Pound · quoted 2026-09-25
230.7660
▲ +3.52% over YTD
1 GEL = 230.7660 SDG · 1 SDG = 0.004333 GEL · Get this rate via the API
1 GEL buys 230.7660 SDG as of 2026-09-25, so 1 SDG buys 0.004333 GEL. Over the year to date, GEL/SDG traded between 210.4633 and 231.0615, averaged 225.3532 and rose 3.52%. The API holds daily GEL/SDG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GEL/SDG over YTD: show the values
| Point | GEL/SDG |
|---|---|
| 2025-12-31 | 222.9276 |
| 2026-01-07 | 222.6466 |
| 2026-01-14 | 222.6219 |
| 2026-01-21 | 222.9847 |
| 2026-01-28 | 222.9689 |
| 2026-02-04 | 223.0917 |
| 2026-02-11 | 223.3832 |
| 2026-02-18 | 224.1606 |
| 2026-02-25 | 224.5174 |
| 2026-03-04 | 221.8954 |
| 2026-03-11 | 220.4572 |
| 2026-03-18 | 221.2024 |
| 2026-03-25 | 221.6402 |
| 2026-04-01 | 210.4633 |
| 2026-04-08 | 223.2983 |
| 2026-04-15 | 223.8342 |
| 2026-04-22 | 223.0576 |
| 2026-04-29 | 222.8208 |
| 2026-05-06 | 223.2268 |
| 2026-05-14 | 224.3508 |
| 2026-05-21 | 224.9064 |
| 2026-05-29 | 225.4292 |
| 2026-06-05 | 225.6006 |
| 2026-06-14 | 226.1270 |
| 2026-06-21 | 226.7021 |
| 2026-06-28 | 227.3996 |
| 2026-07-05 | 227.7931 |
| 2026-07-12 | 228.1218 |
| 2026-07-19 | 228.4050 |
| 2026-07-26 | 228.9370 |
| 2026-08-02 | 228.8622 |
| 2026-08-09 | 229.6161 |
| 2026-08-16 | 229.9977 |
| 2026-08-24 | 231.0615 |
| 2026-08-31 | 230.7454 |
| 2026-09-07 | 230.7702 |
| 2026-09-14 | 231.0229 |
| 2026-09-21 | 230.9619 |
High
231.0615
Low
210.4633
Average
225.3532
Get this rate via the API
One GET request returns the GEL/SDG 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=SDG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=SDG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=SDG").json()Replace YOUR_API_KEY with the key from your dashboard.
GEL/SDG API questions
How do I get the GEL/SDG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=SDG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/SDG rate in rates.SDG.
How far back does GEL/SDG historical data go?
Daily GEL/SDG 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/SDG 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.