Skip to content

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

GIP/EGP over 1Y: show the values
PointGIP/EGP
2025-09-2664.2191
2025-10-0364.1742
2025-10-1063.2638
2025-10-1763.9501
2025-10-2463.4104
2025-10-3162.1475
2025-11-0762.1206
2025-11-1462.0599
2025-11-2162.0685
2025-11-2863.0381
2025-12-0563.4028
2025-12-1363.2890
2025-12-2063.8097
2025-12-2764.1626
2026-01-0364.2980
2026-01-1063.5040
2026-01-1762.8515
2026-01-2464.2866
2026-01-3164.4815
2026-02-0763.6157
2026-02-1463.6558
2026-02-2164.0738
2026-02-2864.0610
2026-03-0767.4914
2026-03-1469.1445
2026-03-2169.7044
2026-03-2870.2773
2026-04-0471.6829
2026-04-1171.3880
2026-04-1870.2359
2026-04-2570.9451
2026-05-0272.8423
2026-05-0971.7790
2026-05-1770.5171
2026-05-2570.5651
2026-06-0170.1880
2026-06-1069.3201
2026-06-1767.1414
2026-06-2465.5013
2026-07-0165.0179
2026-07-0865.8348
2026-07-1567.8500
2026-07-2268.5219
2026-07-2967.2883
2026-08-0567.2200
2026-08-1267.8184
2026-08-2069.0882
2026-08-2768.2416
2026-09-0368.7396
2026-09-1069.5209
2026-09-1769.7533
2026-09-2468.3416

High

72.8423

Low

62.0599

Average

66.6139

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.