QAR to DOP exchange rate API
Qatari Rial to Dominican Peso · quoted 2026-09-24
16.3939
▲ +1.91% over 30D
1 QAR = 16.3939 DOP · 1 DOP = 0.06100 QAR · Get this rate via the API
1 QAR buys 16.3939 DOP as of 2026-09-24, so 1 DOP buys 0.06100 QAR. Over the last 30 days, QAR/DOP traded between 15.9945 and 16.3939, averaged 16.1974 and rose 1.91%. The API holds daily QAR/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
QAR/DOP over 30D: show the values
| Point | QAR/DOP |
|---|---|
| 2026-08-25 | 16.0871 |
| 2026-08-26 | 16.0320 |
| 2026-08-27 | 15.9945 |
| 2026-08-28 | 16.1506 |
| 2026-08-29 | 16.0782 |
| 2026-08-30 | 16.1256 |
| 2026-08-31 | 16.1692 |
| 2026-09-01 | 16.1874 |
| 2026-09-02 | 16.1739 |
| 2026-09-03 | 16.1166 |
| 2026-09-04 | 16.2607 |
| 2026-09-05 | 16.2609 |
| 2026-09-06 | 16.2013 |
| 2026-09-07 | 16.2652 |
| 2026-09-08 | 16.2609 |
| 2026-09-09 | 16.1839 |
| 2026-09-10 | 16.1446 |
| 2026-09-11 | 16.1702 |
| 2026-09-12 | 16.2335 |
| 2026-09-13 | 16.2323 |
| 2026-09-14 | 16.2311 |
| 2026-09-15 | 16.1973 |
| 2026-09-16 | 16.2362 |
| 2026-09-17 | 16.1080 |
| 2026-09-18 | 16.2495 |
| 2026-09-19 | 16.2179 |
| 2026-09-20 | 16.2205 |
| 2026-09-21 | 16.1716 |
| 2026-09-22 | 16.2211 |
| 2026-09-23 | 16.3486 |
| 2026-09-24 | 16.3939 |
High
16.3939
Low
15.9945
Average
16.1974
Get this rate via the API
One GET request returns the QAR/DOP 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=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR¤cies=DOP").json()Replace YOUR_API_KEY with the key from your dashboard.
QAR/DOP API questions
How do I get the QAR/DOP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR¤cies=DOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest QAR/DOP rate in rates.DOP.
How far back does QAR/DOP historical data go?
Daily QAR/DOP 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/DOP 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.