Skip to content

KWD to DOP exchange rate API

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

192.7283

▼ +5.64% over 1Y

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 year, KWD/DOP traded between 186.9613 and 209.9771, averaged 197.6722 and fell 5.64%. 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 1Y

KWD/DOP over 1Y: show the values
PointKWD/DOP
2025-09-26204.2502
2025-10-03204.7201
2025-10-10205.3442
2025-10-17206.7432
2025-10-24207.7477
2025-10-31209.2528
2025-11-07209.5009
2025-11-14209.9771
2025-11-21207.3023
2025-11-28204.0085
2025-12-05207.1791
2025-12-13208.1597
2025-12-20203.9837
2025-12-27204.1254
2026-01-03205.1837
2026-01-10206.1926
2026-01-17206.0283
2026-01-24205.4519
2026-01-31204.9195
2026-02-07204.8198
2026-02-14203.2127
2026-02-21199.5689
2026-02-28196.3595
2026-03-07196.2903
2026-03-14201.3368
2026-03-21192.5316
2026-03-28193.9689
2026-04-04196.5245
2026-04-11195.5842
2026-04-18195.7940
2026-04-25193.2520
2026-05-02193.7286
2026-05-09192.9087
2026-05-17192.8545
2026-05-25190.1336
2026-06-01189.8409
2026-06-10188.7360
2026-06-17190.1472
2026-06-24190.3322
2026-07-01192.4459
2026-07-08191.0592
2026-07-15188.7670
2026-07-22188.5549
2026-07-29186.9613
2026-08-05188.2089
2026-08-12188.7331
2026-08-20189.4686
2026-08-27188.5834
2026-09-03189.8386
2026-09-10190.3998
2026-09-17189.8855
2026-09-24192.9989

High

209.9771

Low

186.9613

Average

197.6722

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.