MVR to DZD exchange rate API
Rufiyaa to Algerian Dinar · quoted 2026-09-25
8.6471
▲ +3.21% over YTD
1 MVR = 8.6471 DZD · 1 DZD = 0.11565 MVR · Get this rate via the API
1 MVR buys 8.6471 DZD as of 2026-09-25, so 1 DZD buys 0.11565 MVR. Over the year to date, MVR/DZD traded between 8.3675 and 8.6538, averaged 8.5491 and rose 3.21%. The API holds daily MVR/DZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MVR/DZD over YTD: show the values
| Point | MVR/DZD |
|---|---|
| 2025-12-31 | 8.3785 |
| 2026-01-07 | 8.4001 |
| 2026-01-14 | 8.4232 |
| 2026-01-21 | 8.3949 |
| 2026-01-28 | 8.3675 |
| 2026-02-04 | 8.3986 |
| 2026-02-11 | 8.3758 |
| 2026-02-18 | 8.4057 |
| 2026-02-25 | 8.4120 |
| 2026-03-04 | 8.4681 |
| 2026-03-11 | 8.5002 |
| 2026-03-18 | 8.5460 |
| 2026-03-25 | 8.5676 |
| 2026-04-01 | 8.6196 |
| 2026-04-08 | 8.5737 |
| 2026-04-15 | 8.5509 |
| 2026-04-22 | 8.5487 |
| 2026-04-29 | 8.5770 |
| 2026-05-06 | 8.5686 |
| 2026-05-14 | 8.5768 |
| 2026-05-21 | 8.5921 |
| 2026-05-29 | 8.6092 |
| 2026-06-05 | 8.6319 |
| 2026-06-14 | 8.6161 |
| 2026-06-21 | 8.6447 |
| 2026-06-28 | 8.6291 |
| 2026-07-05 | 8.6102 |
| 2026-07-12 | 8.6169 |
| 2026-07-19 | 8.6167 |
| 2026-07-26 | 8.6347 |
| 2026-08-02 | 8.6100 |
| 2026-08-09 | 8.6023 |
| 2026-08-16 | 8.5937 |
| 2026-08-24 | 8.6020 |
| 2026-08-31 | 8.6182 |
| 2026-09-07 | 8.6134 |
| 2026-09-14 | 8.6190 |
| 2026-09-21 | 8.6538 |
High
8.6538
Low
8.3675
Average
8.5491
Get this rate via the API
One GET request returns the MVR/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=MVR¤cies=DZD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=DZD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=DZD").json()Replace YOUR_API_KEY with the key from your dashboard.
MVR/DZD API questions
How do I get the MVR/DZD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=DZD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MVR/DZD rate in rates.DZD.
How far back does MVR/DZD historical data go?
Daily MVR/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 MVR/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.