Skip to content

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

EGP/MKD over 1Y: show the values
PointEGP/MKD
2025-09-251.0873
2025-10-021.0990
2025-10-091.1135
2025-10-161.1106
2025-10-231.1163
2025-10-301.1235
2025-11-061.1303
2025-11-131.1257
2025-11-201.1256
2025-11-271.1148
2025-12-041.1128
2025-12-121.1036
2025-12-191.1034
2025-12-261.0984
2026-01-021.0987
2026-01-091.1180
2026-01-161.1217
2026-01-231.1146
2026-01-301.1023
2026-02-061.1162
2026-02-131.1086
2026-02-201.1019
2026-02-271.0895
2026-03-061.0588
2026-03-131.0221
2026-03-201.0206
2026-03-271.0125
2026-04-030.9829
2026-04-100.9934
2026-04-171.0109
2026-04-241.0033
2026-05-010.9805
2026-05-080.9972
2026-05-161.0026
2026-05-241.0027
2026-05-311.0104
2026-06-091.0300
2026-06-161.0589
2026-06-231.0847
2026-06-301.0994
2026-07-071.1038
2026-07-141.0688
2026-07-211.0565
2026-07-281.0691
2026-08-041.0652
2026-08-111.0632
2026-08-181.0541
2026-08-261.0483
2026-09-021.0413
2026-09-091.0343
2026-09-161.0247
2026-09-231.0433

High

1.1303

Low

0.98047

Average

1.0684

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=MKD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=MKD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=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&currencies=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.