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: show the values
| Point | GBP/EGP |
|---|---|
| 2026-03-28 | 69.8404 |
| 2026-04-04 | 71.6906 |
| 2026-04-11 | 71.4576 |
| 2026-04-18 | 70.1682 |
| 2026-04-25 | 70.9491 |
| 2026-05-02 | 72.8320 |
| 2026-05-09 | 71.9121 |
| 2026-05-16 | 70.4720 |
| 2026-05-23 | 71.3131 |
| 2026-05-30 | 70.3325 |
| 2026-06-06 | 69.4971 |
| 2026-06-13 | 69.5704 |
| 2026-06-20 | 66.0266 |
| 2026-06-27 | 65.3467 |
| 2026-07-04 | 65.7944 |
| 2026-07-11 | 66.4933 |
| 2026-07-18 | 67.9327 |
| 2026-07-25 | 68.4312 |
| 2026-08-01 | 68.9501 |
| 2026-08-08 | 67.0065 |
| 2026-08-15 | 67.6152 |
| 2026-08-22 | 69.4161 |
| 2026-08-29 | 67.7980 |
| 2026-09-05 | 68.8318 |
| 2026-09-12 | 69.5005 |
| 2026-09-19 | 69.9310 |
High
72.8320
Low
65.3467
Average
69.1687
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=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¤cies=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.