Skip to content

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

GIP/EGP over 6M: show the values
PointGIP/EGP
2026-03-3071.6149
2026-04-0671.7711
2026-04-1371.5751
2026-04-2070.2316
2026-04-2771.1548
2026-05-0472.6710
2026-05-1171.9254
2026-05-1971.3360
2026-05-2770.2621
2026-06-0369.8998
2026-06-1269.7385
2026-06-1965.7402
2026-06-2665.3518
2026-07-0365.6265
2026-07-1066.6867
2026-07-1768.0145
2026-07-2468.3435
2026-07-3168.7515
2026-08-0766.9402
2026-08-1467.7871
2026-08-2269.4161
2026-08-2967.7980
2026-09-0568.8318
2026-09-1269.5005
2026-09-1969.9310
2026-09-2668.6321

High

72.6710

Low

65.3518

Average

69.1912

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=EGP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&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=GIP&currencies=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&currencies=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.