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: show the values
| Point | GEL/YER |
|---|---|
| 2025-12-31 | 88.5924 |
| 2026-01-07 | 88.4748 |
| 2026-01-14 | 88.4812 |
| 2026-01-21 | 88.6261 |
| 2026-01-28 | 88.5570 |
| 2026-02-04 | 88.6481 |
| 2026-02-11 | 88.7050 |
| 2026-02-18 | 89.0404 |
| 2026-02-25 | 89.2082 |
| 2026-03-04 | 87.9822 |
| 2026-03-11 | 87.6229 |
| 2026-03-18 | 87.9361 |
| 2026-03-25 | 88.1017 |
| 2026-04-01 | 88.8367 |
| 2026-04-08 | 88.7626 |
| 2026-04-15 | 88.8354 |
| 2026-04-22 | 88.7118 |
| 2026-04-29 | 88.5522 |
| 2026-05-06 | 88.6963 |
| 2026-05-14 | 89.1870 |
| 2026-05-21 | 89.4194 |
| 2026-05-29 | 89.6357 |
| 2026-06-05 | 89.7029 |
| 2026-06-14 | 89.8838 |
| 2026-06-21 | 90.1102 |
| 2026-06-28 | 90.3931 |
| 2026-07-05 | 90.3410 |
| 2026-07-12 | 90.3528 |
| 2026-07-19 | 90.4623 |
| 2026-07-26 | 90.9018 |
| 2026-08-02 | 90.8574 |
| 2026-08-09 | 90.8541 |
| 2026-08-16 | 90.8757 |
| 2026-08-24 | 91.2739 |
| 2026-08-31 | 90.9729 |
| 2026-09-07 | 91.1330 |
| 2026-09-14 | 91.2383 |
| 2026-09-21 | 91.0445 |
High
91.2739
Low
87.6229
Average
89.5379
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.