Skip to content

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

MVR/DZD over 1Y: show the values
PointMVR/DZD
2025-09-258.4018
2025-10-028.4120
2025-10-098.4554
2025-10-168.4445
2025-10-238.4670
2025-10-308.4311
2025-11-068.4718
2025-11-138.4459
2025-11-208.4645
2025-11-278.4450
2025-12-048.4191
2025-12-128.4029
2025-12-198.3953
2025-12-268.3829
2026-01-028.3780
2026-01-098.4131
2026-01-168.4404
2026-01-238.3953
2026-01-308.3756
2026-02-068.4061
2026-02-138.3846
2026-02-208.4299
2026-02-278.4068
2026-03-068.4606
2026-03-138.5471
2026-03-208.5575
2026-03-278.6083
2026-04-038.6090
2026-04-108.5653
2026-04-178.5516
2026-04-248.5759
2026-05-018.5680
2026-05-088.5578
2026-05-168.6088
2026-05-248.6203
2026-05-318.5964
2026-06-098.6511
2026-06-168.6103
2026-06-238.6420
2026-06-308.6164
2026-07-078.6154
2026-07-148.6262
2026-07-218.6150
2026-07-288.6306
2026-08-048.6035
2026-08-118.5974
2026-08-188.6037
2026-08-268.6042
2026-09-028.6326
2026-09-098.6146
2026-09-168.6606
2026-09-238.6655

High

8.6655

Low

8.3756

Average

8.5232

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.