Skip to content

USD to KWD exchange rate API

US Dollar to Kuwaiti Dinar · quoted 2026-09-25

0.30883

▲ +1.13% over 1Y

1 USD = 0.30883 KWD · 1 KWD = 3.2380 USD · Get this rate via the API

1 USD buys 0.30883 KWD as of 2026-09-25, so 1 KWD buys 3.2380 USD. Over the last year, USD/KWD traded between 0.30537 and 0.31033, averaged 0.30781 and rose 1.13%. The API holds daily USD/KWD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/KWD over 1Y

USD/KWD over 1Y: show the values
PointUSD/KWD
2025-09-250.30537
2025-10-020.30555
2025-10-090.30667
2025-10-160.30596
2025-10-230.30661
2025-10-300.30676
2025-11-060.30725
2025-11-130.30711
2025-11-200.30752
2025-11-270.30685
2025-12-040.30678
2025-12-120.30671
2025-12-190.30701
2025-12-260.30721
2026-01-020.30774
2026-01-090.30733
2026-01-160.30774
2026-01-230.30719
2026-01-300.30662
2026-02-060.30722
2026-02-130.30665
2026-02-200.30667
2026-02-270.30657
2026-03-060.30754
2026-03-130.30680
2026-03-200.30652
2026-03-270.30733
2026-04-030.30837
2026-04-100.30903
2026-04-170.30847
2026-04-240.30778
2026-05-010.30729
2026-05-080.30796
2026-05-160.30781
2026-05-240.30872
2026-05-310.30859
2026-06-090.30923
2026-06-160.30834
2026-06-230.30873
2026-06-300.30971
2026-07-070.31022
2026-07-140.30889
2026-07-210.30941
2026-07-280.31033
2026-08-040.30953
2026-08-110.30894
2026-08-180.30835
2026-08-260.30860
2026-09-020.30927
2026-09-090.30884
2026-09-160.30875
2026-09-230.30868

High

0.31033

Low

0.30537

Average

0.30781

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=KWD").json()

Replace YOUR_API_KEY with the key from your dashboard.

USD/KWD API questions

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

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

How far back does USD/KWD historical data go?

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