Skip to content

EGP to MKD exchange rate API

Egyptian Pound to Denar · quoted 2026-09-25

1.0432

▲ +3.66% over 6M

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 6 months, EGP/MKD traded between 0.98080 and 1.1034, averaged 1.0351 and rose 3.66%. 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 6M

EGP/MKD over 6M: show the values
PointEGP/MKD
2026-03-291.0064
2026-04-050.9824
2026-04-120.9863
2026-04-191.0068
2026-04-260.9995
2026-05-030.9808
2026-05-100.9910
2026-05-180.9965
2026-05-261.0145
2026-06-021.0199
2026-06-111.0282
2026-06-181.0714
2026-06-251.0946
2026-07-021.1034
2026-07-091.0866
2026-07-161.0647
2026-07-231.0512
2026-07-301.0593
2026-08-061.0698
2026-08-131.0615
2026-08-211.0367
2026-08-281.0506
2026-09-041.0385
2026-09-111.0314
2026-09-181.0281
2026-09-251.0431

High

1.1034

Low

0.98080

Average

1.0351

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.