Skip to content

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

QAR/DOP over 1Y: show the values
PointQAR/DOP
2025-09-2417.0584
2025-10-0117.1107
2025-10-0817.2153
2025-10-1517.2893
2025-10-2217.4749
2025-10-2917.6357
2025-11-0517.6233
2025-11-1217.6600
2025-11-1917.5736
2025-11-2617.2430
2025-12-0317.3624
2025-12-1117.5904
2025-12-1817.3282
2025-12-2517.2216
2026-01-0117.3321
2026-01-0817.4336
2026-01-1517.5037
2026-01-2217.3295
2026-01-2917.2840
2026-02-0517.3071
2026-02-1217.1917
2026-02-1916.9592
2026-02-2616.6197
2026-03-0516.3084
2026-03-1216.7322
2026-03-1916.7117
2026-03-2616.6199
2026-04-0216.5934
2026-04-0916.6347
2026-04-1616.3439
2026-04-2316.5061
2026-04-3016.2962
2026-05-0716.4076
2026-05-1516.3333
2026-05-2316.2071
2026-05-3016.1177
2026-06-0616.0111
2026-06-1516.1280
2026-06-2216.0568
2026-06-2916.1631
2026-07-0616.2820
2026-07-1316.1815
2026-07-2016.0892
2026-07-2715.9690
2026-08-0315.9764
2026-08-1015.9958
2026-08-1716.0474
2026-08-2516.0871
2026-09-0116.1874
2026-09-0816.2609
2026-09-1516.1973
2026-09-2216.2211

High

17.6600

Low

15.9690

Average

16.7247

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR&currencies=DOP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR&currencies=DOP");
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=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&currencies=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.