Skip to content

EGP to ALL exchange rate API

Egyptian Pound to Lek · quoted 2026-09-24

1.5537

▼ +9.85% over 1Y

1 EGP = 1.5537 ALL · 1 ALL = 0.64362 EGP · Get this rate via the API

1 EGP buys 1.5537 ALL as of 2026-09-24, so 1 ALL buys 0.64362 EGP. Over the last year, EGP/ALL traded between 1.5328 and 1.7746, averaged 1.6534 and fell 9.85%. The API holds daily EGP/ALL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/ALL over 1Y

EGP/ALL over 1Y: show the values
PointEGP/ALL
2025-09-241.7235
2025-10-011.7223
2025-10-081.7466
2025-10-151.7460
2025-10-221.7493
2025-10-291.7550
2025-11-051.7746
2025-11-121.7691
2025-11-191.7629
2025-11-261.7494
2025-12-031.7470
2025-12-111.7405
2025-12-181.7291
2025-12-251.7219
2026-01-011.7277
2026-01-081.7490
2026-01-151.7533
2026-01-221.7466
2026-01-291.7279
2026-02-051.7446
2026-02-121.7339
2026-02-191.7269
2026-02-261.7022
2026-03-051.6483
2026-03-121.5971
2026-03-191.5967
2026-03-261.5743
2026-04-021.5382
2026-04-091.5510
2026-04-161.5620
2026-04-231.5561
2026-04-301.5328
2026-05-071.5436
2026-05-151.5491
2026-05-231.5490
2026-05-301.5664
2026-06-061.5834
2026-06-151.6185
2026-06-221.6521
2026-06-291.6753
2026-07-061.6734
2026-07-131.6422
2026-07-201.6086
2026-07-271.6167
2026-08-031.6090
2026-08-101.6170
2026-08-171.5990
2026-08-251.5686
2026-09-011.5657
2026-09-081.5552
2026-09-151.5355
2026-09-221.5424

High

1.7746

Low

1.5328

Average

1.6534

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/ALL API questions

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

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

How far back does EGP/ALL historical data go?

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