GEL to LYD exchange rate API
Lari to Libyan Dinar · quoted 2026-09-25
2.4587
▲ +23.90% over 1Y
1 GEL = 2.4587 LYD · 1 LYD = 0.40672 GEL · Get this rate via the API
1 GEL buys 2.4587 LYD as of 2026-09-25, so 1 LYD buys 0.40672 GEL. Over the last year, GEL/LYD traded between 1.9844 and 2.4587, averaged 2.2716 and rose 23.90%. The API holds daily GEL/LYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GEL/LYD over 1Y: show the values
| Point | GEL/LYD |
|---|---|
| 2025-09-25 | 1.9844 |
| 2025-10-02 | 1.9897 |
| 2025-10-09 | 2.0041 |
| 2025-10-16 | 2.0092 |
| 2025-10-23 | 2.0020 |
| 2025-10-30 | 2.0056 |
| 2025-11-06 | 2.0186 |
| 2025-11-13 | 2.0200 |
| 2025-11-20 | 2.0119 |
| 2025-11-27 | 2.0236 |
| 2025-12-04 | 2.0192 |
| 2025-12-12 | 2.0122 |
| 2025-12-19 | 2.0122 |
| 2025-12-26 | 2.0088 |
| 2026-01-02 | 2.0132 |
| 2026-01-09 | 2.0149 |
| 2026-01-16 | 2.0192 |
| 2026-01-23 | 2.3337 |
| 2026-01-30 | 2.3398 |
| 2026-02-06 | 2.3590 |
| 2026-02-13 | 2.3546 |
| 2026-02-20 | 2.3673 |
| 2026-02-27 | 2.3665 |
| 2026-03-06 | 2.3404 |
| 2026-03-13 | 2.3528 |
| 2026-03-20 | 2.3377 |
| 2026-03-27 | 2.3640 |
| 2026-04-03 | 2.3774 |
| 2026-04-10 | 2.3627 |
| 2026-04-17 | 2.3449 |
| 2026-04-24 | 2.3650 |
| 2026-05-01 | 2.3668 |
| 2026-05-08 | 2.3681 |
| 2026-05-16 | 2.3662 |
| 2026-05-24 | 2.3850 |
| 2026-05-31 | 2.3843 |
| 2026-06-09 | 2.3982 |
| 2026-06-16 | 2.4071 |
| 2026-06-23 | 2.4289 |
| 2026-06-30 | 2.4331 |
| 2026-07-07 | 2.4327 |
| 2026-07-14 | 2.4472 |
| 2026-07-21 | 2.4468 |
| 2026-07-28 | 2.4420 |
| 2026-08-04 | 2.4386 |
| 2026-08-11 | 2.4393 |
| 2026-08-18 | 2.4388 |
| 2026-08-26 | 2.4232 |
| 2026-09-02 | 2.4332 |
| 2026-09-09 | 2.4297 |
| 2026-09-16 | 2.4396 |
| 2026-09-23 | 2.4531 |
High
2.4587
Low
1.9844
Average
2.2716
Get this rate via the API
One GET request returns the GEL/LYD 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=LYD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=LYD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=LYD").json()Replace YOUR_API_KEY with the key from your dashboard.
GEL/LYD API questions
How do I get the GEL/LYD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=LYD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/LYD rate in rates.LYD.
How far back does GEL/LYD historical data go?
Daily GEL/LYD 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/LYD 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.