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: show the values
| Point | GEL/RSD |
|---|---|
| 2025-12-31 | 37.1311 |
| 2026-01-07 | 37.2149 |
| 2026-01-14 | 37.4186 |
| 2026-01-21 | 37.2050 |
| 2026-01-28 | 36.4142 |
| 2026-02-04 | 36.9243 |
| 2026-02-11 | 36.6845 |
| 2026-02-18 | 36.9925 |
| 2026-02-25 | 37.2731 |
| 2026-03-04 | 37.4223 |
| 2026-03-11 | 37.1060 |
| 2026-03-18 | 37.5245 |
| 2026-03-25 | 37.3716 |
| 2026-04-01 | 37.8260 |
| 2026-04-08 | 37.4100 |
| 2026-04-15 | 37.1204 |
| 2026-04-22 | 37.1744 |
| 2026-04-29 | 37.2041 |
| 2026-05-06 | 37.2360 |
| 2026-05-14 | 37.4610 |
| 2026-05-21 | 37.8646 |
| 2026-05-29 | 37.8909 |
| 2026-06-05 | 37.9843 |
| 2026-06-14 | 38.2169 |
| 2026-06-21 | 38.6588 |
| 2026-06-28 | 39.0594 |
| 2026-07-05 | 38.9441 |
| 2026-07-12 | 39.0744 |
| 2026-07-19 | 39.0457 |
| 2026-07-26 | 39.3969 |
| 2026-08-02 | 38.9091 |
| 2026-08-09 | 38.8358 |
| 2026-08-16 | 38.8639 |
| 2026-08-24 | 38.6693 |
| 2026-08-31 | 38.9235 |
| 2026-09-07 | 38.8505 |
| 2026-09-14 | 38.9700 |
| 2026-09-21 | 39.3469 |
High
39.7204
Low
36.4142
Average
37.9831
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=RSD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=RSD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.