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: show the values
| Point | MDL/EGP |
|---|---|
| 2025-12-31 | 2.8414 |
| 2026-01-07 | 2.7995 |
| 2026-01-14 | 2.7943 |
| 2026-01-21 | 2.7823 |
| 2026-01-28 | 2.7902 |
| 2026-02-04 | 2.7822 |
| 2026-02-11 | 2.7648 |
| 2026-02-18 | 2.7620 |
| 2026-02-25 | 2.8026 |
| 2026-03-04 | 2.8924 |
| 2026-03-11 | 3.0186 |
| 2026-03-18 | 3.0051 |
| 2026-03-25 | 3.0133 |
| 2026-04-01 | 3.0495 |
| 2026-04-08 | 3.1083 |
| 2026-04-15 | 3.0441 |
| 2026-04-22 | 3.0139 |
| 2026-04-29 | 3.0616 |
| 2026-05-06 | 3.0852 |
| 2026-05-14 | 3.0847 |
| 2026-05-21 | 3.0545 |
| 2026-05-29 | 3.0198 |
| 2026-06-05 | 2.9904 |
| 2026-06-14 | 2.9682 |
| 2026-06-21 | 2.8447 |
| 2026-06-28 | 2.7989 |
| 2026-07-05 | 2.7940 |
| 2026-07-12 | 2.8325 |
| 2026-07-19 | 2.8822 |
| 2026-07-26 | 2.9183 |
| 2026-08-02 | 2.9173 |
| 2026-08-09 | 2.8576 |
| 2026-08-16 | 2.9044 |
| 2026-08-24 | 2.9474 |
| 2026-08-31 | 2.9209 |
| 2026-09-07 | 2.9555 |
| 2026-09-14 | 2.9747 |
| 2026-09-21 | 2.9620 |
High
3.1083
Low
2.7620
Average
2.9222
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=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¤cies=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.