Skip to content

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

GEL/SDG over YTD: show the values
PointGEL/SDG
2025-12-31222.9276
2026-01-07222.6466
2026-01-14222.6219
2026-01-21222.9847
2026-01-28222.9689
2026-02-04223.0917
2026-02-11223.3832
2026-02-18224.1606
2026-02-25224.5174
2026-03-04221.8954
2026-03-11220.4572
2026-03-18221.2024
2026-03-25221.6402
2026-04-01210.4633
2026-04-08223.2983
2026-04-15223.8342
2026-04-22223.0576
2026-04-29222.8208
2026-05-06223.2268
2026-05-14224.3508
2026-05-21224.9064
2026-05-29225.4292
2026-06-05225.6006
2026-06-14226.1270
2026-06-21226.7021
2026-06-28227.3996
2026-07-05227.7931
2026-07-12228.1218
2026-07-19228.4050
2026-07-26228.9370
2026-08-02228.8622
2026-08-09229.6161
2026-08-16229.9977
2026-08-24231.0615
2026-08-31230.7454
2026-09-07230.7702
2026-09-14231.0229
2026-09-21230.9619

High

231.0615

Low

210.4633

Average

225.3532

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.