Skip to content

KWD to DOP exchange rate API

Kuwaiti Dinar to Dominican Peso · quoted 2026-09-26

192.7283

▲ +2.20% over 30D

1 KWD = 192.7283 DOP · 1 DOP = 0.005189 KWD · Get this rate via the API

1 KWD buys 192.7283 DOP as of 2026-09-26, so 1 DOP buys 0.005189 KWD. Over the last 30 days, KWD/DOP traded between 188.5834 and 192.9989, averaged 191.1793 and rose 2.20%. The API holds daily KWD/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KWD/DOP over 30D

KWD/DOP over 30D: show the values
PointKWD/DOP
2026-08-27188.5834
2026-08-28190.3686
2026-08-29189.4666
2026-08-30190.0207
2026-08-31190.5420
2026-09-01190.6763
2026-09-02190.3596
2026-09-03189.8386
2026-09-04191.5872
2026-09-05191.5570
2026-09-06190.8859
2026-09-07191.5887
2026-09-08191.6725
2026-09-09190.7414
2026-09-10190.3998
2026-09-11190.8210
2026-09-12191.6240
2026-09-13191.8575
2026-09-14191.4470
2026-09-15190.9480
2026-09-16191.4195
2026-09-17189.8855
2026-09-18192.4784
2026-09-19191.5362
2026-09-20191.4844
2026-09-21190.9644
2026-09-22191.3767
2026-09-23192.7856
2026-09-24192.9989
2026-09-25192.3649
2026-09-26192.7283

High

192.9989

Low

188.5834

Average

191.1793

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

KWD/DOP API questions

How do I get the KWD/DOP exchange rate from an API?

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

How far back does KWD/DOP historical data go?

Daily KWD/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 KWD/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.