GEL to SRD exchange rate API
Lari to Surinam Dollar · quoted 2026-09-25
14.5203
▲ +36.51% over 5Y
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 5 years, GEL/SRD traded between 10.6368 and 14.5792, averaged 13.5272 and rose 36.51%. 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 5Y: show the values
| Point | GEL/SRD |
|---|---|
| 2024-08-24 | 10.6368 |
| 2024-10-07 | 11.4332 |
| 2024-11-06 | 12.8164 |
| 2024-12-06 | 12.7282 |
| 2025-01-05 | 12.3802 |
| 2025-02-04 | 12.4220 |
| 2025-03-06 | 12.8060 |
| 2025-04-06 | 13.2412 |
| 2025-05-06 | 13.3869 |
| 2025-06-07 | 13.5459 |
| 2025-07-07 | 13.7273 |
| 2025-08-06 | 13.7059 |
| 2025-09-05 | 14.3592 |
| 2025-10-06 | 13.9933 |
| 2025-11-05 | 14.2325 |
| 2025-12-05 | 14.3019 |
| 2026-01-05 | 14.1236 |
| 2026-02-04 | 14.1882 |
| 2026-03-06 | 13.8747 |
| 2026-04-05 | 13.9067 |
| 2026-05-05 | 13.9500 |
| 2026-06-06 | 14.0306 |
| 2026-07-08 | 14.2960 |
| 2026-08-07 | 14.5218 |
| 2026-09-07 | 14.5792 |
High
14.5792
Low
10.6368
Average
13.5272
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.