Skip to content

QAR to MDL exchange rate API

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

4.8318

▲ +5.58% over 1Y

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

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

QAR/MDL over 1Y

QAR/MDL over 1Y: show the values
PointQAR/MDL
2025-09-254.5764
2025-10-024.5796
2025-10-094.5892
2025-10-164.6442
2025-10-234.6698
2025-10-304.6697
2025-11-064.6974
2025-11-134.6583
2025-11-204.6673
2025-11-274.7029
2025-12-044.6643
2025-12-124.6667
2025-12-194.6309
2025-12-264.6177
2026-01-024.6170
2026-01-094.6082
2026-01-164.6926
2026-01-234.6734
2026-01-304.6229
2026-02-064.6709
2026-02-134.6595
2026-02-204.7056
2026-02-274.7073
2026-03-064.7494
2026-03-134.7858
2026-03-204.8123
2026-03-274.8140
2026-04-034.8226
2026-04-104.7307
2026-04-174.6865
2026-04-244.7598
2026-05-014.7296
2026-05-084.7199
2026-05-164.7535
2026-05-244.7669
2026-05-314.7584
2026-06-094.7809
2026-06-164.7775
2026-06-234.8420
2026-06-304.8497
2026-07-074.8349
2026-07-144.8300
2026-07-214.8357
2026-07-284.8364
2026-08-044.8003
2026-08-114.7779
2026-08-184.7321
2026-08-264.7422
2026-09-024.7546
2026-09-094.7309
2026-09-164.7751
2026-09-234.8316

High

4.8497

Low

4.5764

Average

4.7254

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR&currencies=MDL").json()

Replace YOUR_API_KEY with the key from your dashboard.

QAR/MDL API questions

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

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

How far back does QAR/MDL historical data go?

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