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: show the values
| Point | GEL/RUB |
|---|---|
| 2025-09-24 | 30.8668 |
| 2025-10-01 | 30.3704 |
| 2025-10-08 | 30.4266 |
| 2025-10-15 | 29.3659 |
| 2025-10-22 | 30.0486 |
| 2025-10-29 | 29.2193 |
| 2025-11-05 | 29.9378 |
| 2025-11-12 | 29.9315 |
| 2025-11-19 | 30.0174 |
| 2025-11-26 | 29.2173 |
| 2025-12-03 | 28.7000 |
| 2025-12-11 | 29.1815 |
| 2025-12-18 | 29.8967 |
| 2025-12-25 | 29.2254 |
| 2026-01-01 | 29.3462 |
| 2026-01-08 | 29.8612 |
| 2026-01-15 | 29.1396 |
| 2026-01-22 | 28.5988 |
| 2026-01-29 | 28.4640 |
| 2026-02-05 | 28.5518 |
| 2026-02-12 | 28.6604 |
| 2026-02-19 | 28.6823 |
| 2026-02-26 | 28.7067 |
| 2026-03-05 | 28.5829 |
| 2026-03-12 | 29.0206 |
| 2026-03-19 | 30.8729 |
| 2026-03-26 | 30.0163 |
| 2026-04-02 | 29.9098 |
| 2026-04-09 | 29.2550 |
| 2026-04-16 | 28.0638 |
| 2026-04-23 | 27.9180 |
| 2026-04-30 | 27.7903 |
| 2026-05-07 | 27.8920 |
| 2026-05-15 | 27.3310 |
| 2026-05-23 | 26.8608 |
| 2026-05-30 | 26.7679 |
| 2026-06-06 | 27.7271 |
| 2026-06-15 | 27.2168 |
| 2026-06-22 | 27.6143 |
| 2026-06-29 | 29.5014 |
| 2026-07-06 | 29.3380 |
| 2026-07-13 | 29.2235 |
| 2026-07-20 | 29.9074 |
| 2026-07-27 | 29.7705 |
| 2026-08-03 | 30.3398 |
| 2026-08-10 | 31.2688 |
| 2026-08-17 | 32.1978 |
| 2026-08-25 | 32.2191 |
| 2026-09-01 | 33.1149 |
| 2026-09-08 | 33.1329 |
| 2026-09-15 | 32.5212 |
| 2026-09-22 | 32.2198 |
High
33.1329
Low
26.7679
Average
29.5571
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.