Skip to content

SRD to GEL exchange rate API

Surinam Dollar to Lari · quoted 2026-09-25

0.06887

▼ +2.96% over 1Y

1 SRD = 0.06887 GEL · 1 GEL = 14.5203 SRD · Get this rate via the API

1 SRD buys 0.06887 GEL as of 2026-09-25, so 1 GEL buys 14.5203 SRD. Over the last year, SRD/GEL traded between 0.06836 and 0.07260, averaged 0.07040 and fell 2.96%. The API holds daily SRD/GEL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SRD/GEL over 1Y

SRD/GEL over 1Y: show the values
PointSRD/GEL
2025-09-250.07097
2025-10-020.07104
2025-10-090.07101
2025-10-160.06920
2025-10-230.06836
2025-10-300.06921
2025-11-060.07011
2025-11-130.07016
2025-11-200.07013
2025-11-270.07024
2025-12-040.06996
2025-12-120.07001
2025-12-190.06999
2025-12-260.07019
2026-01-020.07068
2026-01-090.07034
2026-01-160.07045
2026-01-230.07041
2026-01-300.07087
2026-02-060.07103
2026-02-130.07089
2026-02-200.07120
2026-02-270.07062
2026-03-060.07207
2026-03-130.07260
2026-03-200.07240
2026-03-270.07163
2026-04-030.07196
2026-04-100.07158
2026-04-170.07186
2026-04-240.07179
2026-05-010.07168
2026-05-080.07159
2026-05-160.07151
2026-05-240.07148
2026-05-310.07163
2026-06-090.07087
2026-06-160.07043
2026-06-230.07061
2026-06-300.07027
2026-07-070.06968
2026-07-140.06953
2026-07-210.06972
2026-07-280.06938
2026-08-040.06909
2026-08-110.06925
2026-08-180.06897
2026-08-260.06870
2026-09-020.06860
2026-09-090.06837
2026-09-160.06886
2026-09-230.06890

High

0.07260

Low

0.06836

Average

0.07040

For developers

Get this rate via the API

One GET request returns the SRD/GEL rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SRD&currencies=GEL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SRD&currencies=GEL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SRD&currencies=GEL").json()

Replace YOUR_API_KEY with the key from your dashboard.

SRD/GEL API questions

How do I get the SRD/GEL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SRD&currencies=GEL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SRD/GEL rate in rates.GEL.

How far back does SRD/GEL historical data go?

Daily SRD/GEL 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 SRD/GEL 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.