Skip to content

GEL to RON exchange rate API

Lari to New Romanian Leu · quoted 2026-09-25

1.7844

▲ +11.75% over 1Y

1 GEL = 1.7844 RON · 1 RON = 0.56042 GEL · Get this rate via the API

1 GEL buys 1.7844 RON as of 2026-09-25, so 1 RON buys 0.56042 GEL. Over the last year, GEL/RON traded between 1.5873 and 1.7844, averaged 1.6621 and rose 11.75%. The API holds daily GEL/RON rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/RON over 1Y

GEL/RON over 1Y: show the values
PointGEL/RON
2025-09-251.5968
2025-10-021.5873
2025-10-091.6191
2025-10-161.6130
2025-10-231.6167
2025-10-301.6233
2025-11-061.6297
2025-11-131.6178
2025-11-201.6345
2025-11-271.6286
2025-12-041.6175
2025-12-121.6096
2025-12-191.6137
2025-12-261.6032
2026-01-021.6132
2026-01-091.6228
2026-01-161.6271
2026-01-231.6125
2026-01-301.5904
2026-02-061.6066
2026-02-131.6011
2026-02-201.6185
2026-02-271.6152
2026-03-061.6187
2026-03-131.6310
2026-03-201.6209
2026-03-271.6412
2026-04-031.6462
2026-04-101.6164
2026-04-171.6038
2026-04-241.6191
2026-05-011.6508
2026-05-081.6574
2026-05-161.6587
2026-05-241.6948
2026-05-311.6920
2026-06-091.7052
2026-06-161.7028
2026-06-231.7406
2026-06-301.7449
2026-07-071.7385
2026-07-141.7514
2026-07-211.7493
2026-07-281.7563
2026-08-041.7422
2026-08-111.7367
2026-08-181.7380
2026-08-261.7257
2026-09-021.7395
2026-09-091.7334
2026-09-161.7554
2026-09-231.7771

High

1.7844

Low

1.5873

Average

1.6621

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/RON API questions

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

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

How far back does GEL/RON historical data go?

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