MDL to DZD exchange rate API
Moldovan Leu to Algerian Dinar · quoted 2026-09-24
7.6136
▼ +2.00% over 1Y
1 MDL = 7.6136 DZD · 1 DZD = 0.13134 MDL · Get this rate via the API
1 MDL buys 7.6136 DZD as of 2026-09-24, so 1 DZD buys 0.13134 MDL. Over the last year, MDL/DZD traded between 7.5104 and 7.7848, averaged 7.6562 and fell 2.00%. The API holds daily MDL/DZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MDL/DZD over 1Y: show the values
| Point | MDL/DZD |
|---|---|
| 2025-09-24 | 7.7690 |
| 2025-10-01 | 7.7591 |
| 2025-10-08 | 7.7848 |
| 2025-10-15 | 7.6992 |
| 2025-10-22 | 7.6916 |
| 2025-10-29 | 7.6319 |
| 2025-11-05 | 7.6652 |
| 2025-11-12 | 7.6813 |
| 2025-11-19 | 7.7022 |
| 2025-11-26 | 7.6202 |
| 2025-12-03 | 7.6659 |
| 2025-12-11 | 7.6707 |
| 2025-12-18 | 7.6783 |
| 2025-12-25 | 7.7090 |
| 2026-01-01 | 7.7055 |
| 2026-01-08 | 7.6981 |
| 2026-01-15 | 7.6209 |
| 2026-01-22 | 7.6423 |
| 2026-01-29 | 7.6975 |
| 2026-02-05 | 7.6705 |
| 2026-02-12 | 7.6517 |
| 2026-02-19 | 7.5928 |
| 2026-02-26 | 7.6204 |
| 2026-03-05 | 7.5517 |
| 2026-03-12 | 7.6019 |
| 2026-03-19 | 7.5544 |
| 2026-03-26 | 7.5633 |
| 2026-04-02 | 7.5500 |
| 2026-04-09 | 7.6977 |
| 2026-04-16 | 7.7433 |
| 2026-04-23 | 7.7107 |
| 2026-04-30 | 7.7061 |
| 2026-05-07 | 7.6877 |
| 2026-05-15 | 7.6700 |
| 2026-05-23 | 7.6535 |
| 2026-05-30 | 7.6670 |
| 2026-06-06 | 7.7059 |
| 2026-06-15 | 7.6389 |
| 2026-06-22 | 7.6029 |
| 2026-06-29 | 7.5104 |
| 2026-07-06 | 7.5560 |
| 2026-07-13 | 7.5607 |
| 2026-07-20 | 7.5775 |
| 2026-07-27 | 7.5481 |
| 2026-08-03 | 7.6317 |
| 2026-08-10 | 7.6598 |
| 2026-08-17 | 7.6713 |
| 2026-08-25 | 7.7056 |
| 2026-09-01 | 7.7833 |
| 2026-09-08 | 7.7204 |
| 2026-09-15 | 7.6869 |
| 2026-09-22 | 7.6208 |
High
7.7848
Low
7.5104
Average
7.6562
Get this rate via the API
One GET request returns the MDL/DZD 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=DZD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=DZD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=DZD").json()Replace YOUR_API_KEY with the key from your dashboard.
MDL/DZD API questions
How do I get the MDL/DZD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=DZD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MDL/DZD rate in rates.DZD.
How far back does MDL/DZD historical data go?
Daily MDL/DZD 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/DZD 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.