Skip to content

MDL to EGP exchange rate API

Moldovan Leu to Egyptian Pound · quoted 2026-09-27

2.9251

▲ +2.95% over YTD

1 MDL = 2.9251 EGP · 1 EGP = 0.34187 MDL · Get this rate via the API

1 MDL buys 2.9251 EGP as of 2026-09-27, so 1 EGP buys 0.34187 MDL. Over the year to date, MDL/EGP traded between 2.7620 and 3.1083, averaged 2.9222 and rose 2.95%. The API holds daily MDL/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/EGP over YTD

MDL/EGP over YTD: show the values
PointMDL/EGP
2025-12-312.8414
2026-01-072.7995
2026-01-142.7943
2026-01-212.7823
2026-01-282.7902
2026-02-042.7822
2026-02-112.7648
2026-02-182.7620
2026-02-252.8026
2026-03-042.8924
2026-03-113.0186
2026-03-183.0051
2026-03-253.0133
2026-04-013.0495
2026-04-083.1083
2026-04-153.0441
2026-04-223.0139
2026-04-293.0616
2026-05-063.0852
2026-05-143.0847
2026-05-213.0545
2026-05-293.0198
2026-06-052.9904
2026-06-142.9682
2026-06-212.8447
2026-06-282.7989
2026-07-052.7940
2026-07-122.8325
2026-07-192.8822
2026-07-262.9183
2026-08-022.9173
2026-08-092.8576
2026-08-162.9044
2026-08-242.9474
2026-08-312.9209
2026-09-072.9555
2026-09-142.9747
2026-09-212.9620

High

3.1083

Low

2.7620

Average

2.9222

For developers

Get this rate via the API

One GET request returns the MDL/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=MDL&currencies=EGP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&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=MDL&currencies=EGP").json()

Replace YOUR_API_KEY with the key from your dashboard.

MDL/EGP API questions

How do I get the MDL/EGP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=EGP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MDL/EGP rate in rates.EGP.

How far back does MDL/EGP historical data go?

Daily MDL/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 MDL/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.