GEL to SRD exchange rate API
Lari to Surinam Dollar · quoted 2026-09-25
14.5203
▲ +3.05% over 1Y
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 year, GEL/SRD traded between 13.7737 and 14.6278, averaged 14.2088 and rose 3.05%. 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 1Y: show the values
| Point | GEL/SRD |
|---|---|
| 2025-09-25 | 14.0906 |
| 2025-10-02 | 14.0775 |
| 2025-10-09 | 14.0829 |
| 2025-10-16 | 14.4506 |
| 2025-10-23 | 14.6278 |
| 2025-10-30 | 14.4495 |
| 2025-11-06 | 14.2623 |
| 2025-11-13 | 14.2523 |
| 2025-11-20 | 14.2592 |
| 2025-11-27 | 14.2374 |
| 2025-12-04 | 14.2927 |
| 2025-12-12 | 14.2841 |
| 2025-12-19 | 14.2872 |
| 2025-12-26 | 14.2472 |
| 2026-01-02 | 14.1490 |
| 2026-01-09 | 14.2174 |
| 2026-01-16 | 14.1935 |
| 2026-01-23 | 14.2025 |
| 2026-01-30 | 14.1111 |
| 2026-02-06 | 14.0782 |
| 2026-02-13 | 14.1066 |
| 2026-02-20 | 14.0450 |
| 2026-02-27 | 14.1609 |
| 2026-03-06 | 13.8747 |
| 2026-03-13 | 13.7737 |
| 2026-03-20 | 13.8130 |
| 2026-03-27 | 13.9604 |
| 2026-04-03 | 13.8964 |
| 2026-04-10 | 13.9702 |
| 2026-04-17 | 13.9152 |
| 2026-04-24 | 13.9289 |
| 2026-05-01 | 13.9507 |
| 2026-05-08 | 13.9680 |
| 2026-05-16 | 13.9843 |
| 2026-05-24 | 13.9893 |
| 2026-05-31 | 13.9600 |
| 2026-06-09 | 14.1097 |
| 2026-06-16 | 14.1994 |
| 2026-06-23 | 14.1622 |
| 2026-06-30 | 14.2308 |
| 2026-07-07 | 14.3506 |
| 2026-07-14 | 14.3831 |
| 2026-07-21 | 14.3433 |
| 2026-07-28 | 14.4136 |
| 2026-08-04 | 14.4736 |
| 2026-08-11 | 14.4400 |
| 2026-08-18 | 14.4991 |
| 2026-08-26 | 14.5557 |
| 2026-09-02 | 14.5772 |
| 2026-09-09 | 14.6257 |
| 2026-09-16 | 14.5212 |
| 2026-09-23 | 14.5126 |
High
14.6278
Low
13.7737
Average
14.2088
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.