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: show the values
| Point | GBP/EGP |
|---|---|
| 2025-12-31 | 64.2293 |
| 2026-01-07 | 63.7344 |
| 2026-01-14 | 63.4592 |
| 2026-01-21 | 63.6601 |
| 2026-01-28 | 64.6985 |
| 2026-02-04 | 64.4038 |
| 2026-02-11 | 63.9374 |
| 2026-02-18 | 63.7333 |
| 2026-02-25 | 64.7625 |
| 2026-03-04 | 66.9727 |
| 2026-03-11 | 69.6305 |
| 2026-03-18 | 69.5971 |
| 2026-03-25 | 70.4040 |
| 2026-04-01 | 71.8835 |
| 2026-04-08 | 72.7195 |
| 2026-04-15 | 70.6749 |
| 2026-04-22 | 70.0794 |
| 2026-04-29 | 71.5254 |
| 2026-05-06 | 72.3667 |
| 2026-05-13 | 71.4900 |
| 2026-05-20 | 71.4187 |
| 2026-05-27 | 70.1563 |
| 2026-06-03 | 69.8313 |
| 2026-06-10 | 69.3054 |
| 2026-06-17 | 67.0187 |
| 2026-06-24 | 65.3297 |
| 2026-07-01 | 65.0501 |
| 2026-07-08 | 65.7831 |
| 2026-07-15 | 67.8343 |
| 2026-07-22 | 68.4390 |
| 2026-07-29 | 67.2505 |
| 2026-08-05 | 67.3362 |
| 2026-08-12 | 67.9287 |
| 2026-08-19 | 68.6230 |
| 2026-08-26 | 68.5349 |
| 2026-09-02 | 68.7663 |
| 2026-09-09 | 69.3653 |
| 2026-09-16 | 70.0288 |
| 2026-09-23 | 68.3547 |
High
72.7195
Low
63.4592
Average
67.9691
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.