GEL to SRD exchange rate API
Lari to Surinam Dollar · quoted 2026-09-25
14.5203
▲ +4.19% over 6M
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 6 months, GEL/SRD traded between 13.9067 and 14.5588, averaged 14.2309 and rose 4.19%. 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 6M: show the values
| Point | GEL/SRD |
|---|---|
| 2026-03-29 | 13.9364 |
| 2026-04-05 | 13.9067 |
| 2026-04-12 | 13.9196 |
| 2026-04-19 | 13.9453 |
| 2026-04-26 | 13.9769 |
| 2026-05-03 | 13.9748 |
| 2026-05-10 | 13.9807 |
| 2026-05-18 | 13.9719 |
| 2026-05-26 | 13.9155 |
| 2026-06-02 | 14.0191 |
| 2026-06-11 | 14.0900 |
| 2026-06-18 | 14.1673 |
| 2026-06-25 | 14.1961 |
| 2026-07-02 | 14.2047 |
| 2026-07-09 | 14.3153 |
| 2026-07-16 | 14.3767 |
| 2026-07-23 | 14.4129 |
| 2026-07-30 | 14.4179 |
| 2026-08-06 | 14.4076 |
| 2026-08-13 | 14.4322 |
| 2026-08-21 | 14.5419 |
| 2026-08-28 | 14.4988 |
| 2026-09-04 | 14.4731 |
| 2026-09-11 | 14.5533 |
| 2026-09-18 | 14.5588 |
| 2026-09-25 | 14.5203 |
High
14.5588
Low
13.9067
Average
14.2309
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=SRD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=SRD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.