Skip to content

GBP to EGP exchange rate API

Pound Sterling to Egyptian Pound · quoted 2026-09-24

68.4447

▲ +6.56% over YTD

1 GBP = 68.4447 EGP · 1 EGP = 0.01461 GBP · Get this rate via the API

1 GBP buys 68.4447 EGP as of 2026-09-24, so 1 EGP buys 0.01461 GBP. Over the year to date, GBP/EGP traded between 63.4592 and 72.7195, averaged 67.9691 and rose 6.56%. The API holds daily GBP/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GBP/EGP over YTD

GBP/EGP over YTD: show the values
PointGBP/EGP
2025-12-3164.2293
2026-01-0763.7344
2026-01-1463.4592
2026-01-2163.6601
2026-01-2864.6985
2026-02-0464.4038
2026-02-1163.9374
2026-02-1863.7333
2026-02-2564.7625
2026-03-0466.9727
2026-03-1169.6305
2026-03-1869.5971
2026-03-2570.4040
2026-04-0171.8835
2026-04-0872.7195
2026-04-1570.6749
2026-04-2270.0794
2026-04-2971.5254
2026-05-0672.3667
2026-05-1371.4900
2026-05-2071.4187
2026-05-2770.1563
2026-06-0369.8313
2026-06-1069.3054
2026-06-1767.0187
2026-06-2465.3297
2026-07-0165.0501
2026-07-0865.7831
2026-07-1567.8343
2026-07-2268.4390
2026-07-2967.2505
2026-08-0567.3362
2026-08-1267.9287
2026-08-1968.6230
2026-08-2668.5349
2026-09-0268.7663
2026-09-0969.3653
2026-09-1670.0288
2026-09-2368.3547

High

72.7195

Low

63.4592

Average

67.9691

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=EGP").json()

Replace YOUR_API_KEY with the key from your dashboard.

GBP/EGP API questions

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

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

How far back does GBP/EGP historical data go?

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