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: show the values
| Point | GEL/YER |
|---|---|
| 2025-09-25 | 88.3581 |
| 2025-10-02 | 87.8455 |
| 2025-10-09 | 88.1904 |
| 2025-10-16 | 88.1944 |
| 2025-10-23 | 88.1011 |
| 2025-10-30 | 87.9686 |
| 2025-11-06 | 88.3005 |
| 2025-11-13 | 88.2178 |
| 2025-11-20 | 88.2016 |
| 2025-11-27 | 88.3914 |
| 2025-12-04 | 88.3327 |
| 2025-12-12 | 88.4300 |
| 2025-12-19 | 88.5281 |
| 2025-12-26 | 88.4800 |
| 2026-01-02 | 88.5670 |
| 2026-01-09 | 88.4995 |
| 2026-01-16 | 88.5196 |
| 2026-01-23 | 88.5631 |
| 2026-01-30 | 88.6713 |
| 2026-02-06 | 88.7048 |
| 2026-02-13 | 88.8471 |
| 2026-02-20 | 89.0750 |
| 2026-02-27 | 89.2419 |
| 2026-03-06 | 87.5821 |
| 2026-03-13 | 87.6574 |
| 2026-03-20 | 87.6880 |
| 2026-03-27 | 88.4632 |
| 2026-04-03 | 88.9065 |
| 2026-04-10 | 88.6905 |
| 2026-04-17 | 88.5515 |
| 2026-04-24 | 88.8737 |
| 2026-05-01 | 88.8819 |
| 2026-05-08 | 89.0351 |
| 2026-05-16 | 89.3258 |
| 2026-05-24 | 89.4498 |
| 2026-05-31 | 89.5968 |
| 2026-06-09 | 89.8952 |
| 2026-06-16 | 90.0211 |
| 2026-06-23 | 90.1839 |
| 2026-06-30 | 90.4587 |
| 2026-07-07 | 90.0420 |
| 2026-07-14 | 90.2189 |
| 2026-07-21 | 90.7031 |
| 2026-07-28 | 90.9631 |
| 2026-08-04 | 91.0629 |
| 2026-08-11 | 90.7438 |
| 2026-08-18 | 90.9643 |
| 2026-08-26 | 90.8307 |
| 2026-09-02 | 90.8203 |
| 2026-09-09 | 91.1082 |
| 2026-09-16 | 91.0272 |
| 2026-09-23 | 90.8965 |
High
91.1082
Low
87.5821
Average
89.2045
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=YER"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=YER");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.