Skip to content

GEL to YER exchange rate API

Lari to Yemeni Rial · quoted 2026-09-25

90.9655

▲ +2.68% over YTD

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 year to date, GEL/YER traded between 87.6229 and 91.2739, averaged 89.5379 and rose 2.68%. 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 YTD

GEL/YER over YTD: show the values
PointGEL/YER
2025-12-3188.5924
2026-01-0788.4748
2026-01-1488.4812
2026-01-2188.6261
2026-01-2888.5570
2026-02-0488.6481
2026-02-1188.7050
2026-02-1889.0404
2026-02-2589.2082
2026-03-0487.9822
2026-03-1187.6229
2026-03-1887.9361
2026-03-2588.1017
2026-04-0188.8367
2026-04-0888.7626
2026-04-1588.8354
2026-04-2288.7118
2026-04-2988.5522
2026-05-0688.6963
2026-05-1489.1870
2026-05-2189.4194
2026-05-2989.6357
2026-06-0589.7029
2026-06-1489.8838
2026-06-2190.1102
2026-06-2890.3931
2026-07-0590.3410
2026-07-1290.3528
2026-07-1990.4623
2026-07-2690.9018
2026-08-0290.8574
2026-08-0990.8541
2026-08-1690.8757
2026-08-2491.2739
2026-08-3190.9729
2026-09-0791.1330
2026-09-1491.2383
2026-09-2191.0445

High

91.2739

Low

87.6229

Average

89.5379

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.