Skip to content

GEL to SRD exchange rate API

Lari to Surinam Dollar · quoted 2026-09-25

14.5203

▲ +3.05% over 1Y

1 GEL = 14.5203 SRD · 1 SRD = 0.06887 GEL · Get this rate via the API

1 GEL buys 14.5203 SRD as of 2026-09-25, so 1 SRD buys 0.06887 GEL. Over the last year, GEL/SRD traded between 13.7737 and 14.6278, averaged 14.2088 and rose 3.05%. The API holds daily GEL/SRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/SRD over 1Y

GEL/SRD over 1Y: show the values
PointGEL/SRD
2025-09-2514.0906
2025-10-0214.0775
2025-10-0914.0829
2025-10-1614.4506
2025-10-2314.6278
2025-10-3014.4495
2025-11-0614.2623
2025-11-1314.2523
2025-11-2014.2592
2025-11-2714.2374
2025-12-0414.2927
2025-12-1214.2841
2025-12-1914.2872
2025-12-2614.2472
2026-01-0214.1490
2026-01-0914.2174
2026-01-1614.1935
2026-01-2314.2025
2026-01-3014.1111
2026-02-0614.0782
2026-02-1314.1066
2026-02-2014.0450
2026-02-2714.1609
2026-03-0613.8747
2026-03-1313.7737
2026-03-2013.8130
2026-03-2713.9604
2026-04-0313.8964
2026-04-1013.9702
2026-04-1713.9152
2026-04-2413.9289
2026-05-0113.9507
2026-05-0813.9680
2026-05-1613.9843
2026-05-2413.9893
2026-05-3113.9600
2026-06-0914.1097
2026-06-1614.1994
2026-06-2314.1622
2026-06-3014.2308
2026-07-0714.3506
2026-07-1414.3831
2026-07-2114.3433
2026-07-2814.4136
2026-08-0414.4736
2026-08-1114.4400
2026-08-1814.4991
2026-08-2614.5557
2026-09-0214.5772
2026-09-0914.6257
2026-09-1614.5212
2026-09-2314.5126

High

14.6278

Low

13.7737

Average

14.2088

For developers

Get this rate via the API

One GET request returns the GEL/SRD 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=SRD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=SRD");
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=SRD").json()

Replace YOUR_API_KEY with the key from your dashboard.

GEL/SRD API questions

How do I get the GEL/SRD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=SRD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/SRD rate in rates.SRD.

How far back does GEL/SRD historical data go?

Daily GEL/SRD 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/SRD 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.