GEL to SRD exchange rate API
Lari to Surinam Dollar · quoted 2026-09-25
14.5203
▲ +2.58% over YTD
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 year to date, GEL/SRD traded between 13.7805 and 14.6050, averaged 14.1861 and rose 2.58%. 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 YTD: show the values
| Point | GEL/SRD |
|---|---|
| 2025-12-31 | 14.1553 |
| 2026-01-07 | 14.2236 |
| 2026-01-14 | 14.1516 |
| 2026-01-21 | 14.2517 |
| 2026-01-28 | 14.2408 |
| 2026-02-04 | 14.1882 |
| 2026-02-11 | 14.1271 |
| 2026-02-18 | 14.1019 |
| 2026-02-25 | 14.1601 |
| 2026-03-04 | 13.9059 |
| 2026-03-11 | 13.7805 |
| 2026-03-18 | 13.8959 |
| 2026-03-25 | 13.8663 |
| 2026-04-01 | 13.9304 |
| 2026-04-08 | 13.9555 |
| 2026-04-15 | 13.9403 |
| 2026-04-22 | 13.9309 |
| 2026-04-29 | 13.9015 |
| 2026-05-06 | 13.9317 |
| 2026-05-14 | 13.8947 |
| 2026-05-21 | 13.9608 |
| 2026-05-29 | 13.9979 |
| 2026-06-05 | 14.0680 |
| 2026-06-14 | 14.0961 |
| 2026-06-21 | 14.1646 |
| 2026-06-28 | 14.2148 |
| 2026-07-05 | 14.2763 |
| 2026-07-12 | 14.3146 |
| 2026-07-19 | 14.3334 |
| 2026-07-26 | 14.4892 |
| 2026-08-02 | 14.4198 |
| 2026-08-09 | 14.4747 |
| 2026-08-16 | 14.6004 |
| 2026-08-24 | 14.5474 |
| 2026-08-31 | 14.5148 |
| 2026-09-07 | 14.5792 |
| 2026-09-14 | 14.5479 |
| 2026-09-21 | 14.6050 |
High
14.6050
Low
13.7805
Average
14.1861
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.