EGP to MKD exchange rate API
Egyptian Pound to Denar · quoted 2026-09-25
1.0432
▼ +4.06% over 1Y
1 EGP = 1.0432 MKD · 1 MKD = 0.95858 EGP · Get this rate via the API
1 EGP buys 1.0432 MKD as of 2026-09-25, so 1 MKD buys 0.95858 EGP. Over the last year, EGP/MKD traded between 0.98047 and 1.1303, averaged 1.0684 and fell 4.06%. The API holds daily EGP/MKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/MKD over 1Y: show the values
| Point | EGP/MKD |
|---|---|
| 2025-09-25 | 1.0873 |
| 2025-10-02 | 1.0990 |
| 2025-10-09 | 1.1135 |
| 2025-10-16 | 1.1106 |
| 2025-10-23 | 1.1163 |
| 2025-10-30 | 1.1235 |
| 2025-11-06 | 1.1303 |
| 2025-11-13 | 1.1257 |
| 2025-11-20 | 1.1256 |
| 2025-11-27 | 1.1148 |
| 2025-12-04 | 1.1128 |
| 2025-12-12 | 1.1036 |
| 2025-12-19 | 1.1034 |
| 2025-12-26 | 1.0984 |
| 2026-01-02 | 1.0987 |
| 2026-01-09 | 1.1180 |
| 2026-01-16 | 1.1217 |
| 2026-01-23 | 1.1146 |
| 2026-01-30 | 1.1023 |
| 2026-02-06 | 1.1162 |
| 2026-02-13 | 1.1086 |
| 2026-02-20 | 1.1019 |
| 2026-02-27 | 1.0895 |
| 2026-03-06 | 1.0588 |
| 2026-03-13 | 1.0221 |
| 2026-03-20 | 1.0206 |
| 2026-03-27 | 1.0125 |
| 2026-04-03 | 0.9829 |
| 2026-04-10 | 0.9934 |
| 2026-04-17 | 1.0109 |
| 2026-04-24 | 1.0033 |
| 2026-05-01 | 0.9805 |
| 2026-05-08 | 0.9972 |
| 2026-05-16 | 1.0026 |
| 2026-05-24 | 1.0027 |
| 2026-05-31 | 1.0104 |
| 2026-06-09 | 1.0300 |
| 2026-06-16 | 1.0589 |
| 2026-06-23 | 1.0847 |
| 2026-06-30 | 1.0994 |
| 2026-07-07 | 1.1038 |
| 2026-07-14 | 1.0688 |
| 2026-07-21 | 1.0565 |
| 2026-07-28 | 1.0691 |
| 2026-08-04 | 1.0652 |
| 2026-08-11 | 1.0632 |
| 2026-08-18 | 1.0541 |
| 2026-08-26 | 1.0483 |
| 2026-09-02 | 1.0413 |
| 2026-09-09 | 1.0343 |
| 2026-09-16 | 1.0247 |
| 2026-09-23 | 1.0433 |
High
1.1303
Low
0.98047
Average
1.0684
Get this rate via the API
One GET request returns the EGP/MKD 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=MKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=MKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=MKD").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/MKD API questions
How do I get the EGP/MKD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=MKD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/MKD rate in rates.MKD.
How far back does EGP/MKD historical data go?
Daily EGP/MKD 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/MKD 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.