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: show the values
| Point | GEL/SRD |
|---|---|
| 2026-08-26 | 14.5557 |
| 2026-08-27 | 14.5069 |
| 2026-08-28 | 14.4988 |
| 2026-08-29 | 14.5101 |
| 2026-08-30 | 14.5135 |
| 2026-08-31 | 14.5148 |
| 2026-09-01 | 14.4991 |
| 2026-09-02 | 14.5772 |
| 2026-09-03 | 14.5025 |
| 2026-09-04 | 14.4731 |
| 2026-09-05 | 14.4895 |
| 2026-09-06 | 14.5287 |
| 2026-09-07 | 14.5792 |
| 2026-09-08 | 14.5405 |
| 2026-09-09 | 14.6257 |
| 2026-09-10 | 14.5527 |
| 2026-09-11 | 14.5533 |
| 2026-09-12 | 14.5549 |
| 2026-09-13 | 14.6332 |
| 2026-09-14 | 14.5479 |
| 2026-09-15 | 14.5796 |
| 2026-09-16 | 14.5212 |
| 2026-09-17 | 14.5624 |
| 2026-09-18 | 14.5588 |
| 2026-09-19 | 14.5556 |
| 2026-09-20 | 14.6055 |
| 2026-09-21 | 14.6050 |
| 2026-09-22 | 14.5247 |
| 2026-09-23 | 14.5126 |
| 2026-09-24 | 14.5274 |
| 2026-09-25 | 14.5203 |
High
14.6332
Low
14.4731
Average
14.5422
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.