Skip to content

GMD to EGP exchange rate API

Dalasi to Egyptian Pound · quoted 2026-09-25

0.69935

▲ +6.86% over 1Y

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 year, GMD/EGP traded between 0.63424 and 0.73401, averaged 0.67447 and rose 6.86%. 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 1Y

GMD/EGP over 1Y: show the values
PointGMD/EGP
2025-09-250.65446
2025-10-020.65071
2025-10-090.65327
2025-10-160.65362
2025-10-230.65325
2025-10-300.64582
2025-11-060.64448
2025-11-130.64325
2025-11-200.64375
2025-11-270.64730
2025-12-040.64824
2025-12-120.64496
2025-12-190.64387
2025-12-260.64018
2026-01-020.64479
2026-01-090.63966
2026-01-160.63994
2026-01-230.64073
2026-01-300.63424
2026-02-060.63639
2026-02-130.63480
2026-02-200.64276
2026-02-270.65147
2026-03-060.67974
2026-03-130.71101
2026-03-200.70486
2026-03-270.71201
2026-04-030.73401
2026-04-100.71743
2026-04-170.70938
2026-04-240.71589
2026-05-010.72900
2026-05-080.72219
2026-05-160.72953
2026-05-240.71171
2026-05-310.70781
2026-06-090.70572
2026-06-160.68269
2026-06-230.67657
2026-06-300.66574
2026-07-070.66041
2026-07-140.68298
2026-07-210.68993
2026-07-280.68219
2026-08-040.67768
2026-08-110.67641
2026-08-180.67944
2026-08-260.67759
2026-09-020.68403
2026-09-090.68982
2026-09-160.70332
2026-09-230.69639

High

0.73401

Low

0.63424

Average

0.67447

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.