Skip to content

MDL to QAR exchange rate API

Moldovan Leu to Qatari Rial · quoted 2026-09-25

0.20696

▼ +5.29% over 1Y

1 MDL = 0.20696 QAR · 1 QAR = 4.8318 MDL · Get this rate via the API

1 MDL buys 0.20696 QAR as of 2026-09-25, so 1 QAR buys 4.8318 MDL. Over the last year, MDL/QAR traded between 0.20620 and 0.21851, averaged 0.21168 and fell 5.29%. The API holds daily MDL/QAR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/QAR over 1Y

MDL/QAR over 1Y: show the values
PointMDL/QAR
2025-09-250.21851
2025-10-020.21836
2025-10-090.21790
2025-10-160.21532
2025-10-230.21414
2025-10-300.21415
2025-11-060.21288
2025-11-130.21467
2025-11-200.21426
2025-11-270.21263
2025-12-040.21439
2025-12-120.21429
2025-12-190.21594
2025-12-260.21656
2026-01-020.21659
2026-01-090.21700
2026-01-160.21310
2026-01-230.21397
2026-01-300.21631
2026-02-060.21409
2026-02-130.21462
2026-02-200.21251
2026-02-270.21244
2026-03-060.21055
2026-03-130.20895
2026-03-200.20780
2026-03-270.20773
2026-04-030.20736
2026-04-100.21139
2026-04-170.21338
2026-04-240.21009
2026-05-010.21143
2026-05-080.21187
2026-05-160.21037
2026-05-240.20978
2026-05-310.21015
2026-06-090.20917
2026-06-160.20932
2026-06-230.20652
2026-06-300.20620
2026-07-070.20683
2026-07-140.20704
2026-07-210.20680
2026-07-280.20676
2026-08-040.20832
2026-08-110.20930
2026-08-180.21132
2026-08-260.21087
2026-09-020.21032
2026-09-090.21138
2026-09-160.20942
2026-09-230.20697

High

0.21851

Low

0.20620

Average

0.21168

For developers

Get this rate via the API

One GET request returns the MDL/QAR 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=QAR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=QAR");
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=QAR").json()

Replace YOUR_API_KEY with the key from your dashboard.

MDL/QAR API questions

How do I get the MDL/QAR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=QAR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MDL/QAR rate in rates.QAR.

How far back does MDL/QAR historical data go?

Daily MDL/QAR 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/QAR 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.