Skip to content

MVR to DZD exchange rate API

Rufiyaa to Algerian Dinar · quoted 2026-09-26

8.6537

▲ +0.31% over 6M

1 MVR = 8.6537 DZD · 1 DZD = 0.11556 MVR · Get this rate via the API

1 MVR buys 8.6537 DZD as of 2026-09-26, so 1 DZD buys 0.11556 MVR. Over the last 6 months, MVR/DZD traded between 8.5541 and 8.6755, averaged 8.6148 and rose 0.31%. 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 6M

MVR/DZD over 6M: show the values
PointMVR/DZD
2026-03-308.6270
2026-04-068.6138
2026-04-138.5541
2026-04-208.5951
2026-04-278.5670
2026-05-048.5735
2026-05-118.5962
2026-05-198.5958
2026-05-278.6187
2026-06-038.6323
2026-06-128.6232
2026-06-198.6498
2026-06-268.6339
2026-07-038.6334
2026-07-108.6092
2026-07-178.6086
2026-07-248.6307
2026-07-318.5828
2026-08-078.6009
2026-08-148.6059
2026-08-228.5999
2026-08-298.6200
2026-09-058.6186
2026-09-128.6262
2026-09-198.6755
2026-09-268.6537

High

8.6755

Low

8.5541

Average

8.6148

For developers

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