Skip to content

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

GEL/SDG over 1Y: show the values
PointGEL/SDG
2025-09-25221.9000
2025-10-02220.8070
2025-10-09221.9386
2025-10-16222.1491
2025-10-23221.8056
2025-10-30221.6719
2025-11-06221.8878
2025-11-13221.8757
2025-11-20221.9323
2025-11-27222.3104
2025-12-04222.2875
2025-12-12222.5162
2025-12-19222.7041
2025-12-26222.7060
2026-01-02222.7700
2026-01-09222.6731
2026-01-16222.6487
2026-01-23222.9976
2026-01-30223.1521
2026-02-06223.2780
2026-02-13223.7419
2026-02-20224.2150
2026-02-27224.5623
2026-03-06220.4461
2026-03-13220.5156
2026-03-20220.5969
2026-03-27222.4949
2026-04-03210.8583
2026-04-10223.4455
2026-04-17223.0026
2026-04-24223.6518
2026-05-01223.6487
2026-05-08224.0841
2026-05-16224.6939
2026-05-24225.0225
2026-05-31225.3967
2026-06-09226.1244
2026-06-16226.4603
2026-06-23226.8121
2026-06-30227.5621
2026-07-07227.9437
2026-07-14228.4045
2026-07-21228.9329
2026-07-28229.0108
2026-08-04229.2910
2026-08-11229.5581
2026-08-18230.2435
2026-08-26229.9062
2026-09-02230.0085
2026-09-09230.7105
2026-09-16230.9495
2026-09-23230.5825

High

230.9495

Low

210.8583

Average

224.5218

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=SDG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=SDG");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=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&currencies=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.