Skip to content

GEL to SRD exchange rate API

Lari to Surinam Dollar · quoted 2026-09-25

14.5203

▼ +0.24% over 30D

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 30 days, GEL/SRD traded between 14.4731 and 14.6332, averaged 14.5422 and fell 0.24%. 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 30D

GEL/SRD over 30D: show the values
PointGEL/SRD
2026-08-2614.5557
2026-08-2714.5069
2026-08-2814.4988
2026-08-2914.5101
2026-08-3014.5135
2026-08-3114.5148
2026-09-0114.4991
2026-09-0214.5772
2026-09-0314.5025
2026-09-0414.4731
2026-09-0514.4895
2026-09-0614.5287
2026-09-0714.5792
2026-09-0814.5405
2026-09-0914.6257
2026-09-1014.5527
2026-09-1114.5533
2026-09-1214.5549
2026-09-1314.6332
2026-09-1414.5479
2026-09-1514.5796
2026-09-1614.5212
2026-09-1714.5624
2026-09-1814.5588
2026-09-1914.5556
2026-09-2014.6055
2026-09-2114.6050
2026-09-2214.5247
2026-09-2314.5126
2026-09-2414.5274
2026-09-2514.5203

High

14.6332

Low

14.4731

Average

14.5422

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.