Skip to content

GEL to YER exchange rate API

Lari to Yemeni Rial · quoted 2026-09-25

90.9655

▲ +2.95% over 1Y

1 GEL = 90.9655 YER · 1 YER = 0.01099 GEL · Get this rate via the API

1 GEL buys 90.9655 YER as of 2026-09-25, so 1 YER buys 0.01099 GEL. Over the last year, GEL/YER traded between 87.5821 and 91.1082, averaged 89.2045 and rose 2.95%. The API holds daily GEL/YER rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/YER over 1Y

GEL/YER over 1Y: show the values
PointGEL/YER
2025-09-2588.3581
2025-10-0287.8455
2025-10-0988.1904
2025-10-1688.1944
2025-10-2388.1011
2025-10-3087.9686
2025-11-0688.3005
2025-11-1388.2178
2025-11-2088.2016
2025-11-2788.3914
2025-12-0488.3327
2025-12-1288.4300
2025-12-1988.5281
2025-12-2688.4800
2026-01-0288.5670
2026-01-0988.4995
2026-01-1688.5196
2026-01-2388.5631
2026-01-3088.6713
2026-02-0688.7048
2026-02-1388.8471
2026-02-2089.0750
2026-02-2789.2419
2026-03-0687.5821
2026-03-1387.6574
2026-03-2087.6880
2026-03-2788.4632
2026-04-0388.9065
2026-04-1088.6905
2026-04-1788.5515
2026-04-2488.8737
2026-05-0188.8819
2026-05-0889.0351
2026-05-1689.3258
2026-05-2489.4498
2026-05-3189.5968
2026-06-0989.8952
2026-06-1690.0211
2026-06-2390.1839
2026-06-3090.4587
2026-07-0790.0420
2026-07-1490.2189
2026-07-2190.7031
2026-07-2890.9631
2026-08-0491.0629
2026-08-1190.7438
2026-08-1890.9643
2026-08-2690.8307
2026-09-0290.8203
2026-09-0991.1082
2026-09-1691.0272
2026-09-2390.8965

High

91.1082

Low

87.5821

Average

89.2045

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/YER API questions

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

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

How far back does GEL/YER historical data go?

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