Skip to content

GBP to EGP exchange rate API

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

68.4447

▼ +2.00% over 6M

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 last 6 months, GBP/EGP traded between 65.3467 and 72.8320, averaged 69.1687 and fell 2.00%. 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 6M

GBP/EGP over 6M: show the values
PointGBP/EGP
2026-03-2869.8404
2026-04-0471.6906
2026-04-1171.4576
2026-04-1870.1682
2026-04-2570.9491
2026-05-0272.8320
2026-05-0971.9121
2026-05-1670.4720
2026-05-2371.3131
2026-05-3070.3325
2026-06-0669.4971
2026-06-1369.5704
2026-06-2066.0266
2026-06-2765.3467
2026-07-0465.7944
2026-07-1166.4933
2026-07-1867.9327
2026-07-2568.4312
2026-08-0168.9501
2026-08-0867.0065
2026-08-1567.6152
2026-08-2269.4161
2026-08-2967.7980
2026-09-0568.8318
2026-09-1269.5005
2026-09-1969.9310

High

72.8320

Low

65.3467

Average

69.1687

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.