Skip to content

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

MDL/DZD over 1Y: show the values
PointMDL/DZD
2025-09-247.7690
2025-10-017.7591
2025-10-087.7848
2025-10-157.6992
2025-10-227.6916
2025-10-297.6319
2025-11-057.6652
2025-11-127.6813
2025-11-197.7022
2025-11-267.6202
2025-12-037.6659
2025-12-117.6707
2025-12-187.6783
2025-12-257.7090
2026-01-017.7055
2026-01-087.6981
2026-01-157.6209
2026-01-227.6423
2026-01-297.6975
2026-02-057.6705
2026-02-127.6517
2026-02-197.5928
2026-02-267.6204
2026-03-057.5517
2026-03-127.6019
2026-03-197.5544
2026-03-267.5633
2026-04-027.5500
2026-04-097.6977
2026-04-167.7433
2026-04-237.7107
2026-04-307.7061
2026-05-077.6877
2026-05-157.6700
2026-05-237.6535
2026-05-307.6670
2026-06-067.7059
2026-06-157.6389
2026-06-227.6029
2026-06-297.5104
2026-07-067.5560
2026-07-137.5607
2026-07-207.5775
2026-07-277.5481
2026-08-037.6317
2026-08-107.6598
2026-08-177.6713
2026-08-257.7056
2026-09-017.7833
2026-09-087.7204
2026-09-157.6869
2026-09-227.6208

High

7.7848

Low

7.5104

Average

7.6562

For developers

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