Skip to content

KWD to DOP exchange rate API

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

192.7283

▼ +0.51% over 6M

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 6 months, KWD/DOP traded between 186.9605 and 197.1049, averaged 191.3016 and fell 0.51%. 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 6M

KWD/DOP over 6M: show the values
PointKWD/DOP
2026-03-30193.7223
2026-04-06197.1049
2026-04-13194.7759
2026-04-20195.0734
2026-04-27193.2526
2026-05-04193.6214
2026-05-11192.7800
2026-05-19192.2934
2026-05-27190.4835
2026-06-03187.6837
2026-06-12189.3050
2026-06-19189.7101
2026-06-26190.7815
2026-07-03191.7856
2026-07-10189.6791
2026-07-17189.6650
2026-07-24187.7290
2026-07-31186.9605
2026-08-07188.7511
2026-08-14189.6602
2026-08-22190.6833
2026-08-29189.4666
2026-09-05191.5570
2026-09-12191.6240
2026-09-19191.5362
2026-09-26192.7283

High

197.1049

Low

186.9605

Average

191.3016

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.