EGP to MAD exchange rate API
Egyptian Pound to Moroccan Dirham · quoted 2026-09-25
0.18545
▲ +0.75% over 30D
1 EGP = 0.18545 MAD · 1 MAD = 5.3924 EGP · Get this rate via the API
1 EGP buys 0.18545 MAD as of 2026-09-25, so 1 MAD buys 5.3924 EGP. Over the last 30 days, EGP/MAD traded between 0.18203 and 0.18641, averaged 0.18385 and rose 0.75%. The API holds daily EGP/MAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/MAD over 30D: show the values
| Point | EGP/MAD |
|---|---|
| 2026-08-26 | 0.18407 |
| 2026-08-27 | 0.18427 |
| 2026-08-28 | 0.18441 |
| 2026-08-29 | 0.18538 |
| 2026-08-30 | 0.18571 |
| 2026-08-31 | 0.18326 |
| 2026-09-01 | 0.18333 |
| 2026-09-02 | 0.18324 |
| 2026-09-03 | 0.18361 |
| 2026-09-04 | 0.18381 |
| 2026-09-05 | 0.18397 |
| 2026-09-06 | 0.18391 |
| 2026-09-07 | 0.18440 |
| 2026-09-08 | 0.18429 |
| 2026-09-09 | 0.18327 |
| 2026-09-10 | 0.18284 |
| 2026-09-11 | 0.18300 |
| 2026-09-12 | 0.18308 |
| 2026-09-13 | 0.18342 |
| 2026-09-14 | 0.18339 |
| 2026-09-15 | 0.18308 |
| 2026-09-16 | 0.18203 |
| 2026-09-17 | 0.18220 |
| 2026-09-18 | 0.18258 |
| 2026-09-19 | 0.18212 |
| 2026-09-20 | 0.18221 |
| 2026-09-21 | 0.18340 |
| 2026-09-22 | 0.18498 |
| 2026-09-23 | 0.18641 |
| 2026-09-24 | 0.18629 |
| 2026-09-25 | 0.18579 |
High
0.18641
Low
0.18203
Average
0.18385
Get this rate via the API
One GET request returns the EGP/MAD rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=MAD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=MAD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=MAD").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/MAD API questions
How do I get the EGP/MAD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=MAD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/MAD rate in rates.MAD.
How far back does EGP/MAD historical data go?
Daily EGP/MAD 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 EGP/MAD 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.