GIP to EGP exchange rate API
Gibraltar Pound to Egyptian Pound · quoted 2026-09-26
68.6321
▲ +6.87% over 1Y
1 GIP = 68.6321 EGP · 1 EGP = 0.01457 GIP · Get this rate via the API
1 GIP buys 68.6321 EGP as of 2026-09-26, so 1 EGP buys 0.01457 GIP. Over the last year, GIP/EGP traded between 62.0599 and 72.8423, averaged 66.6139 and rose 6.87%. The API holds daily GIP/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GIP/EGP over 1Y: show the values
| Point | GIP/EGP |
|---|---|
| 2025-09-26 | 64.2191 |
| 2025-10-03 | 64.1742 |
| 2025-10-10 | 63.2638 |
| 2025-10-17 | 63.9501 |
| 2025-10-24 | 63.4104 |
| 2025-10-31 | 62.1475 |
| 2025-11-07 | 62.1206 |
| 2025-11-14 | 62.0599 |
| 2025-11-21 | 62.0685 |
| 2025-11-28 | 63.0381 |
| 2025-12-05 | 63.4028 |
| 2025-12-13 | 63.2890 |
| 2025-12-20 | 63.8097 |
| 2025-12-27 | 64.1626 |
| 2026-01-03 | 64.2980 |
| 2026-01-10 | 63.5040 |
| 2026-01-17 | 62.8515 |
| 2026-01-24 | 64.2866 |
| 2026-01-31 | 64.4815 |
| 2026-02-07 | 63.6157 |
| 2026-02-14 | 63.6558 |
| 2026-02-21 | 64.0738 |
| 2026-02-28 | 64.0610 |
| 2026-03-07 | 67.4914 |
| 2026-03-14 | 69.1445 |
| 2026-03-21 | 69.7044 |
| 2026-03-28 | 70.2773 |
| 2026-04-04 | 71.6829 |
| 2026-04-11 | 71.3880 |
| 2026-04-18 | 70.2359 |
| 2026-04-25 | 70.9451 |
| 2026-05-02 | 72.8423 |
| 2026-05-09 | 71.7790 |
| 2026-05-17 | 70.5171 |
| 2026-05-25 | 70.5651 |
| 2026-06-01 | 70.1880 |
| 2026-06-10 | 69.3201 |
| 2026-06-17 | 67.1414 |
| 2026-06-24 | 65.5013 |
| 2026-07-01 | 65.0179 |
| 2026-07-08 | 65.8348 |
| 2026-07-15 | 67.8500 |
| 2026-07-22 | 68.5219 |
| 2026-07-29 | 67.2883 |
| 2026-08-05 | 67.2200 |
| 2026-08-12 | 67.8184 |
| 2026-08-20 | 69.0882 |
| 2026-08-27 | 68.2416 |
| 2026-09-03 | 68.7396 |
| 2026-09-10 | 69.5209 |
| 2026-09-17 | 69.7533 |
| 2026-09-24 | 68.3416 |
High
72.8423
Low
62.0599
Average
66.6139
Get this rate via the API
One GET request returns the GIP/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=GIP¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=EGP").json()Replace YOUR_API_KEY with the key from your dashboard.
GIP/EGP API questions
How do I get the GIP/EGP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=EGP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GIP/EGP rate in rates.EGP.
How far back does GIP/EGP historical data go?
Daily GIP/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 GIP/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.