Skip to content

GMD to EGP exchange rate API

Dalasi to Egyptian Pound · quoted 2026-09-25

0.69935

▲ +8.09% over YTD

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 year to date, GMD/EGP traded between 0.63189 and 0.72967, averaged 0.68343 and rose 8.09%. 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 YTD

GMD/EGP over YTD: show the values
PointGMD/EGP
2025-12-310.64700
2026-01-070.64023
2026-01-140.63936
2026-01-210.64258
2026-01-280.63189
2026-02-040.63770
2026-02-110.63431
2026-02-180.63610
2026-02-250.64791
2026-03-040.67924
2026-03-110.70566
2026-03-180.70628
2026-03-250.71019
2026-04-010.72967
2026-04-080.72831
2026-04-150.70951
2026-04-220.70622
2026-04-290.72037
2026-05-060.72794
2026-05-140.71793
2026-05-210.72173
2026-05-290.70920
2026-06-050.70719
2026-06-140.70018
2026-06-210.66952
2026-06-280.66765
2026-07-050.66576
2026-07-120.66847
2026-07-190.68244
2026-07-260.68607
2026-08-020.68026
2026-08-090.67062
2026-08-160.67045
2026-08-240.68439
2026-08-310.68535
2026-09-070.68755
2026-09-140.69633
2026-09-210.70291

High

0.72967

Low

0.63189

Average

0.68343

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.