QAR to DOP exchange rate API
Qatari Rial to Dominican Peso · quoted 2026-09-24
16.3939
▼ +3.90% over 1Y
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 year, QAR/DOP traded between 15.9690 and 17.6600, averaged 16.7247 and fell 3.90%. 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 1Y: show the values
| Point | QAR/DOP |
|---|---|
| 2025-09-24 | 17.0584 |
| 2025-10-01 | 17.1107 |
| 2025-10-08 | 17.2153 |
| 2025-10-15 | 17.2893 |
| 2025-10-22 | 17.4749 |
| 2025-10-29 | 17.6357 |
| 2025-11-05 | 17.6233 |
| 2025-11-12 | 17.6600 |
| 2025-11-19 | 17.5736 |
| 2025-11-26 | 17.2430 |
| 2025-12-03 | 17.3624 |
| 2025-12-11 | 17.5904 |
| 2025-12-18 | 17.3282 |
| 2025-12-25 | 17.2216 |
| 2026-01-01 | 17.3321 |
| 2026-01-08 | 17.4336 |
| 2026-01-15 | 17.5037 |
| 2026-01-22 | 17.3295 |
| 2026-01-29 | 17.2840 |
| 2026-02-05 | 17.3071 |
| 2026-02-12 | 17.1917 |
| 2026-02-19 | 16.9592 |
| 2026-02-26 | 16.6197 |
| 2026-03-05 | 16.3084 |
| 2026-03-12 | 16.7322 |
| 2026-03-19 | 16.7117 |
| 2026-03-26 | 16.6199 |
| 2026-04-02 | 16.5934 |
| 2026-04-09 | 16.6347 |
| 2026-04-16 | 16.3439 |
| 2026-04-23 | 16.5061 |
| 2026-04-30 | 16.2962 |
| 2026-05-07 | 16.4076 |
| 2026-05-15 | 16.3333 |
| 2026-05-23 | 16.2071 |
| 2026-05-30 | 16.1177 |
| 2026-06-06 | 16.0111 |
| 2026-06-15 | 16.1280 |
| 2026-06-22 | 16.0568 |
| 2026-06-29 | 16.1631 |
| 2026-07-06 | 16.2820 |
| 2026-07-13 | 16.1815 |
| 2026-07-20 | 16.0892 |
| 2026-07-27 | 15.9690 |
| 2026-08-03 | 15.9764 |
| 2026-08-10 | 15.9958 |
| 2026-08-17 | 16.0474 |
| 2026-08-25 | 16.0871 |
| 2026-09-01 | 16.1874 |
| 2026-09-08 | 16.2609 |
| 2026-09-15 | 16.1973 |
| 2026-09-22 | 16.2211 |
High
17.6600
Low
15.9690
Average
16.7247
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.