Skip to content

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

GEL/LYD over 1Y: show the values
PointGEL/LYD
2025-09-251.9844
2025-10-021.9897
2025-10-092.0041
2025-10-162.0092
2025-10-232.0020
2025-10-302.0056
2025-11-062.0186
2025-11-132.0200
2025-11-202.0119
2025-11-272.0236
2025-12-042.0192
2025-12-122.0122
2025-12-192.0122
2025-12-262.0088
2026-01-022.0132
2026-01-092.0149
2026-01-162.0192
2026-01-232.3337
2026-01-302.3398
2026-02-062.3590
2026-02-132.3546
2026-02-202.3673
2026-02-272.3665
2026-03-062.3404
2026-03-132.3528
2026-03-202.3377
2026-03-272.3640
2026-04-032.3774
2026-04-102.3627
2026-04-172.3449
2026-04-242.3650
2026-05-012.3668
2026-05-082.3681
2026-05-162.3662
2026-05-242.3850
2026-05-312.3843
2026-06-092.3982
2026-06-162.4071
2026-06-232.4289
2026-06-302.4331
2026-07-072.4327
2026-07-142.4472
2026-07-212.4468
2026-07-282.4420
2026-08-042.4386
2026-08-112.4393
2026-08-182.4388
2026-08-262.4232
2026-09-022.4332
2026-09-092.4297
2026-09-162.4396
2026-09-232.4531

High

2.4587

Low

1.9844

Average

2.2716

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=LYD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=LYD");
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=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&currencies=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.