Skip to content

GEL to RSD exchange rate API

Lari to Serbian Dinar · quoted 2026-09-25

39.7204

▲ +6.97% over YTD

1 GEL = 39.7204 RSD · 1 RSD = 0.02518 GEL · Get this rate via the API

1 GEL buys 39.7204 RSD as of 2026-09-25, so 1 RSD buys 0.02518 GEL. Over the year to date, GEL/RSD traded between 36.4142 and 39.7204, averaged 37.9831 and rose 6.97%. The API holds daily GEL/RSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/RSD over YTD

GEL/RSD over YTD: show the values
PointGEL/RSD
2025-12-3137.1311
2026-01-0737.2149
2026-01-1437.4186
2026-01-2137.2050
2026-01-2836.4142
2026-02-0436.9243
2026-02-1136.6845
2026-02-1836.9925
2026-02-2537.2731
2026-03-0437.4223
2026-03-1137.1060
2026-03-1837.5245
2026-03-2537.3716
2026-04-0137.8260
2026-04-0837.4100
2026-04-1537.1204
2026-04-2237.1744
2026-04-2937.2041
2026-05-0637.2360
2026-05-1437.4610
2026-05-2137.8646
2026-05-2937.8909
2026-06-0537.9843
2026-06-1438.2169
2026-06-2138.6588
2026-06-2839.0594
2026-07-0538.9441
2026-07-1239.0744
2026-07-1939.0457
2026-07-2639.3969
2026-08-0238.9091
2026-08-0938.8358
2026-08-1638.8639
2026-08-2438.6693
2026-08-3138.9235
2026-09-0738.8505
2026-09-1438.9700
2026-09-2139.3469

High

39.7204

Low

36.4142

Average

37.9831

For developers

Get this rate via the API

One GET request returns the GEL/RSD 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=GEL&currencies=RSD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=RSD");
const data = await response.json();
Python
import requests

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/RSD API questions

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

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

How far back does GEL/RSD historical data go?

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