Skip to content

GEL to RUB exchange rate API

Lari to Russian Ruble · quoted 2026-09-24

32.5141

▲ +5.34% over 1Y

1 GEL = 32.5141 RUB · 1 RUB = 0.03076 GEL · Get this rate via the API

1 GEL buys 32.5141 RUB as of 2026-09-24, so 1 RUB buys 0.03076 GEL. Over the last year, GEL/RUB traded between 26.7679 and 33.1329, averaged 29.5571 and rose 5.34%. The API holds daily GEL/RUB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/RUB over 1Y

GEL/RUB over 1Y: show the values
PointGEL/RUB
2025-09-2430.8668
2025-10-0130.3704
2025-10-0830.4266
2025-10-1529.3659
2025-10-2230.0486
2025-10-2929.2193
2025-11-0529.9378
2025-11-1229.9315
2025-11-1930.0174
2025-11-2629.2173
2025-12-0328.7000
2025-12-1129.1815
2025-12-1829.8967
2025-12-2529.2254
2026-01-0129.3462
2026-01-0829.8612
2026-01-1529.1396
2026-01-2228.5988
2026-01-2928.4640
2026-02-0528.5518
2026-02-1228.6604
2026-02-1928.6823
2026-02-2628.7067
2026-03-0528.5829
2026-03-1229.0206
2026-03-1930.8729
2026-03-2630.0163
2026-04-0229.9098
2026-04-0929.2550
2026-04-1628.0638
2026-04-2327.9180
2026-04-3027.7903
2026-05-0727.8920
2026-05-1527.3310
2026-05-2326.8608
2026-05-3026.7679
2026-06-0627.7271
2026-06-1527.2168
2026-06-2227.6143
2026-06-2929.5014
2026-07-0629.3380
2026-07-1329.2235
2026-07-2029.9074
2026-07-2729.7705
2026-08-0330.3398
2026-08-1031.2688
2026-08-1732.1978
2026-08-2532.2191
2026-09-0133.1149
2026-09-0833.1329
2026-09-1532.5212
2026-09-2232.2198

High

33.1329

Low

26.7679

Average

29.5571

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/RUB API questions

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

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

How far back does GEL/RUB historical data go?

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