Skip to content

EGP to LYD exchange rate API

Egyptian Pound to Libyan Dinar · quoted 2026-09-25

0.12352

▲ +10.69% over 1Y

1 EGP = 0.12352 LYD · 1 LYD = 8.0959 EGP · Get this rate via the API

1 EGP buys 0.12352 LYD as of 2026-09-25, so 1 LYD buys 8.0959 EGP. Over the last year, EGP/LYD traded between 0.11159 and 0.13528, averaged 0.12192 and rose 10.69%. The API holds daily EGP/LYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/LYD over 1Y

EGP/LYD over 1Y: show the values
PointEGP/LYD
2025-09-250.11159
2025-10-020.11341
2025-10-090.11420
2025-10-160.11430
2025-10-230.11411
2025-10-300.11512
2025-11-060.11532
2025-11-130.11576
2025-11-200.11477
2025-11-270.11455
2025-12-040.11461
2025-12-120.11410
2025-12-190.11392
2025-12-260.11382
2026-01-020.11363
2026-01-090.11490
2026-01-160.11512
2026-01-230.13331
2026-01-300.13413
2026-02-060.13528
2026-02-130.13482
2026-02-200.13330
2026-02-270.13190
2026-03-060.12713
2026-03-130.12229
2026-03-200.12176
2026-03-270.12093
2026-04-030.11745
2026-04-100.11970
2026-04-170.12204
2026-04-240.12068
2026-05-010.11861
2026-05-080.12037
2026-05-160.11952
2026-05-240.12013
2026-05-310.12135
2026-06-090.12274
2026-06-160.12696
2026-06-230.12922
2026-06-300.13047
2026-07-070.13120
2026-07-140.12723
2026-07-210.12565
2026-07-280.12650
2026-08-040.12714
2026-08-110.12726
2026-08-180.12617
2026-08-260.12581
2026-09-020.12451
2026-09-090.12361
2026-09-160.12182
2026-09-230.12402

High

0.13528

Low

0.11159

Average

0.12192

For developers

Get this rate via the API

One GET request returns the EGP/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=EGP&currencies=LYD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&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=EGP&currencies=LYD").json()

Replace YOUR_API_KEY with the key from your dashboard.

EGP/LYD API questions

How do I get the EGP/LYD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=LYD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/LYD rate in rates.LYD.

How far back does EGP/LYD historical data go?

Daily EGP/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 EGP/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.