MVR to DZD exchange rate API
Rufiyaa to Algerian Dinar · quoted 2026-09-25
8.6471
▲ +2.92% over 1Y
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 last year, MVR/DZD traded between 8.3756 and 8.6655, averaged 8.5232 and rose 2.92%. 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 1Y: show the values
| Point | MVR/DZD |
|---|---|
| 2025-09-25 | 8.4018 |
| 2025-10-02 | 8.4120 |
| 2025-10-09 | 8.4554 |
| 2025-10-16 | 8.4445 |
| 2025-10-23 | 8.4670 |
| 2025-10-30 | 8.4311 |
| 2025-11-06 | 8.4718 |
| 2025-11-13 | 8.4459 |
| 2025-11-20 | 8.4645 |
| 2025-11-27 | 8.4450 |
| 2025-12-04 | 8.4191 |
| 2025-12-12 | 8.4029 |
| 2025-12-19 | 8.3953 |
| 2025-12-26 | 8.3829 |
| 2026-01-02 | 8.3780 |
| 2026-01-09 | 8.4131 |
| 2026-01-16 | 8.4404 |
| 2026-01-23 | 8.3953 |
| 2026-01-30 | 8.3756 |
| 2026-02-06 | 8.4061 |
| 2026-02-13 | 8.3846 |
| 2026-02-20 | 8.4299 |
| 2026-02-27 | 8.4068 |
| 2026-03-06 | 8.4606 |
| 2026-03-13 | 8.5471 |
| 2026-03-20 | 8.5575 |
| 2026-03-27 | 8.6083 |
| 2026-04-03 | 8.6090 |
| 2026-04-10 | 8.5653 |
| 2026-04-17 | 8.5516 |
| 2026-04-24 | 8.5759 |
| 2026-05-01 | 8.5680 |
| 2026-05-08 | 8.5578 |
| 2026-05-16 | 8.6088 |
| 2026-05-24 | 8.6203 |
| 2026-05-31 | 8.5964 |
| 2026-06-09 | 8.6511 |
| 2026-06-16 | 8.6103 |
| 2026-06-23 | 8.6420 |
| 2026-06-30 | 8.6164 |
| 2026-07-07 | 8.6154 |
| 2026-07-14 | 8.6262 |
| 2026-07-21 | 8.6150 |
| 2026-07-28 | 8.6306 |
| 2026-08-04 | 8.6035 |
| 2026-08-11 | 8.5974 |
| 2026-08-18 | 8.6037 |
| 2026-08-26 | 8.6042 |
| 2026-09-02 | 8.6326 |
| 2026-09-09 | 8.6146 |
| 2026-09-16 | 8.6606 |
| 2026-09-23 | 8.6655 |
High
8.6655
Low
8.3756
Average
8.5232
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.