Skip to content

GMD to EGP exchange rate API

Dalasi to Egyptian Pound · quoted 2026-09-25

0.69935

▲ +0.45% over 5Y

1 GMD = 0.69935 EGP · 1 EGP = 1.4299 GMD · Get this rate via the API

1 GMD buys 0.69935 EGP as of 2026-09-25, so 1 EGP buys 1.4299 GMD. Over the last 5 years, GMD/EGP traded between 0.63770 and 0.72971, averaged 0.68418 and rose 0.45%. The API holds daily GMD/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GMD/EGP over 5Y

GMD/EGP over 5Y: show the values
PointGMD/EGP
2024-08-240.69623
2024-10-070.69978
2024-11-060.68789
2024-12-060.69681
2025-01-050.70064
2025-02-040.69445
2025-03-060.70290
2025-04-060.70788
2025-05-060.69292
2025-06-070.69690
2025-07-070.67403
2025-08-060.66637
2025-09-050.67484
2025-10-060.64850
2025-11-050.64481
2025-12-050.64544
2026-01-050.64311
2026-02-040.63770
2026-03-060.67974
2026-04-050.72728
2026-05-050.72971
2026-06-060.71433
2026-07-080.66698
2026-08-070.67258
2026-09-070.68755

High

0.72971

Low

0.63770

Average

0.68418

For developers

Get this rate via the API

One GET request returns the GMD/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=GMD&currencies=EGP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GMD&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=GMD&currencies=EGP").json()

Replace YOUR_API_KEY with the key from your dashboard.

GMD/EGP API questions

How do I get the GMD/EGP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GMD&currencies=EGP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GMD/EGP rate in rates.EGP.

How far back does GMD/EGP historical data go?

Daily GMD/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 GMD/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.