Skip to content

EGP to LTL exchange rate API

Egyptian Pound to Lithuanian Litas · quoted 2026-09-25

0.05866

▼ +3.92% over 1Y

1 EGP = 0.05866 LTL · 1 LTL = 17.0477 EGP · Get this rate via the API

1 EGP buys 0.05866 LTL as of 2026-09-25, so 1 LTL buys 17.0477 EGP. Over the last year, EGP/LTL traded between 0.05509 and 0.06335, averaged 0.05990 and fell 3.92%. The API holds daily EGP/LTL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/LTL over 1Y

EGP/LTL over 1Y: show the values
PointEGP/LTL
2025-09-250.06105
2025-10-020.06156
2025-10-090.06237
2025-10-160.06214
2025-10-230.06256
2025-10-300.06291
2025-11-060.06335
2025-11-130.06313
2025-11-200.06320
2025-11-270.06239
2025-12-040.06227
2025-12-120.06190
2025-12-190.06190
2025-12-260.06161
2026-01-020.06155
2026-01-090.06273
2026-01-160.06296
2026-01-230.06240
2026-01-300.06183
2026-02-060.06250
2026-02-130.06209
2026-02-200.06178
2026-02-270.06104
2026-03-060.05929
2026-03-130.05724
2026-03-200.05714
2026-03-270.05674
2026-04-030.05509
2026-04-100.05562
2026-04-170.05702
2026-04-240.05611
2026-05-010.05511
2026-05-080.05601
2026-05-160.05617
2026-05-240.05619
2026-05-310.05660
2026-06-090.05770
2026-06-160.05933
2026-06-230.06073
2026-06-300.06158
2026-07-070.06184
2026-07-140.05997
2026-07-210.05927
2026-07-280.05998
2026-08-040.05975
2026-08-110.05967
2026-08-180.05919
2026-08-260.05884
2026-09-020.05847
2026-09-090.05805
2026-09-160.05748
2026-09-230.05869

High

0.06335

Low

0.05509

Average

0.05990

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/LTL API questions

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

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

How far back does EGP/LTL historical data go?

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