GEL to SDG exchange rate API
Lari to Sudanese Pound · quoted 2026-09-25
230.7660
▲ +4.00% over 1Y
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 last year, GEL/SDG traded between 210.8583 and 230.9495, averaged 224.5218 and rose 4.00%. 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 1Y: show the values
| Point | GEL/SDG |
|---|---|
| 2025-09-25 | 221.9000 |
| 2025-10-02 | 220.8070 |
| 2025-10-09 | 221.9386 |
| 2025-10-16 | 222.1491 |
| 2025-10-23 | 221.8056 |
| 2025-10-30 | 221.6719 |
| 2025-11-06 | 221.8878 |
| 2025-11-13 | 221.8757 |
| 2025-11-20 | 221.9323 |
| 2025-11-27 | 222.3104 |
| 2025-12-04 | 222.2875 |
| 2025-12-12 | 222.5162 |
| 2025-12-19 | 222.7041 |
| 2025-12-26 | 222.7060 |
| 2026-01-02 | 222.7700 |
| 2026-01-09 | 222.6731 |
| 2026-01-16 | 222.6487 |
| 2026-01-23 | 222.9976 |
| 2026-01-30 | 223.1521 |
| 2026-02-06 | 223.2780 |
| 2026-02-13 | 223.7419 |
| 2026-02-20 | 224.2150 |
| 2026-02-27 | 224.5623 |
| 2026-03-06 | 220.4461 |
| 2026-03-13 | 220.5156 |
| 2026-03-20 | 220.5969 |
| 2026-03-27 | 222.4949 |
| 2026-04-03 | 210.8583 |
| 2026-04-10 | 223.4455 |
| 2026-04-17 | 223.0026 |
| 2026-04-24 | 223.6518 |
| 2026-05-01 | 223.6487 |
| 2026-05-08 | 224.0841 |
| 2026-05-16 | 224.6939 |
| 2026-05-24 | 225.0225 |
| 2026-05-31 | 225.3967 |
| 2026-06-09 | 226.1244 |
| 2026-06-16 | 226.4603 |
| 2026-06-23 | 226.8121 |
| 2026-06-30 | 227.5621 |
| 2026-07-07 | 227.9437 |
| 2026-07-14 | 228.4045 |
| 2026-07-21 | 228.9329 |
| 2026-07-28 | 229.0108 |
| 2026-08-04 | 229.2910 |
| 2026-08-11 | 229.5581 |
| 2026-08-18 | 230.2435 |
| 2026-08-26 | 229.9062 |
| 2026-09-02 | 230.0085 |
| 2026-09-09 | 230.7105 |
| 2026-09-16 | 230.9495 |
| 2026-09-23 | 230.5825 |
High
230.9495
Low
210.8583
Average
224.5218
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.