GIP to EGP exchange rate API
Gibraltar Pound to Egyptian Pound · quoted 2026-09-26
68.6321
▼ +4.17% over 6M
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 6 months, GIP/EGP traded between 65.3518 and 72.6710, averaged 69.1912 and fell 4.17%. 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 6M: show the values
| Point | GIP/EGP |
|---|---|
| 2026-03-30 | 71.6149 |
| 2026-04-06 | 71.7711 |
| 2026-04-13 | 71.5751 |
| 2026-04-20 | 70.2316 |
| 2026-04-27 | 71.1548 |
| 2026-05-04 | 72.6710 |
| 2026-05-11 | 71.9254 |
| 2026-05-19 | 71.3360 |
| 2026-05-27 | 70.2621 |
| 2026-06-03 | 69.8998 |
| 2026-06-12 | 69.7385 |
| 2026-06-19 | 65.7402 |
| 2026-06-26 | 65.3518 |
| 2026-07-03 | 65.6265 |
| 2026-07-10 | 66.6867 |
| 2026-07-17 | 68.0145 |
| 2026-07-24 | 68.3435 |
| 2026-07-31 | 68.7515 |
| 2026-08-07 | 66.9402 |
| 2026-08-14 | 67.7871 |
| 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 |
| 2026-09-26 | 68.6321 |
High
72.6710
Low
65.3518
Average
69.1912
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.