QAR to MDL exchange rate API
Qatari Rial to Moldovan Leu · quoted 2026-09-25
4.8318
▲ +4.77% over YTD
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 year to date, QAR/MDL traded between 4.6119 and 4.8644, averaged 4.7486 and rose 4.77%. 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 YTD: show the values
| Point | QAR/MDL |
|---|---|
| 2025-12-31 | 4.6119 |
| 2026-01-07 | 4.6378 |
| 2026-01-14 | 4.6416 |
| 2026-01-21 | 4.6822 |
| 2026-01-28 | 4.6205 |
| 2026-02-04 | 4.6356 |
| 2026-02-11 | 4.6516 |
| 2026-02-18 | 4.6690 |
| 2026-02-25 | 4.6945 |
| 2026-03-04 | 4.7535 |
| 2026-03-11 | 4.7258 |
| 2026-03-18 | 4.7798 |
| 2026-03-25 | 4.7929 |
| 2026-04-01 | 4.8612 |
| 2026-04-08 | 4.7710 |
| 2026-04-15 | 4.6974 |
| 2026-04-22 | 4.7242 |
| 2026-04-29 | 4.7462 |
| 2026-05-06 | 4.7232 |
| 2026-05-14 | 4.7110 |
| 2026-05-21 | 4.7754 |
| 2026-05-29 | 4.7507 |
| 2026-06-05 | 4.7606 |
| 2026-06-14 | 4.7840 |
| 2026-06-21 | 4.8273 |
| 2026-06-28 | 4.8644 |
| 2026-07-05 | 4.8426 |
| 2026-07-12 | 4.8239 |
| 2026-07-19 | 4.8175 |
| 2026-07-26 | 4.8322 |
| 2026-08-02 | 4.8065 |
| 2026-08-09 | 4.7722 |
| 2026-08-16 | 4.7517 |
| 2026-08-24 | 4.7360 |
| 2026-08-31 | 4.7724 |
| 2026-09-07 | 4.7329 |
| 2026-09-14 | 4.7604 |
| 2026-09-21 | 4.8221 |
High
4.8644
Low
4.6119
Average
4.7486
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR¤cies=MDL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR¤cies=MDL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR¤cies=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¤cies=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.