Convert KWD to JPY
Kuwaiti Dinar → Japanese Yen
1 KWD = 510.28284 JPY(1 JPY = 0.0019597 KWD)
Currency converter
1 KWD =
510.2828 JPY
KWD to JPY: last 30 days
Over the last 30 days, 1 KWD traded between 496.2696 and 518.2897 JPY, averaging 507.7363 JPY. The KWD/JPY rate is down 1.31% since 2026-08-28.
- 30-day high
- 518.2897
- 2026-09-01
- 30-day low
- 496.2696
- 2026-09-09
- 30-day average
- 507.7363
- Days with data: 30
- 30-day change
- -1.31%
- since 2026-08-28
518.2897
496.26962026-08-28 → 2026-09-26
| Date | 1 KWD in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 510.2828 | 0.00% |
| 2026-09-25 | 510.2828 | -0.68% |
| 2026-09-24 | 513.7734 | +0.43% |
| 2026-09-23 | 511.5916 | +0.42% |
| 2026-09-22 | 509.4551 | -0.15% |
| 2026-09-21 | 510.2055 | -0.36% |
| 2026-09-20 | 512.0616 | -0.04% |
| 2026-09-19 | 512.2809 | -0.17% |
| 2026-09-18 | 513.1373 | +1.77% |
| 2026-09-17 | 504.2073 | +0.40% |
| 2026-09-16 | 502.1936 | +0.04% |
| 2026-09-15 | 501.9986 | +0.24% |
| 2026-09-14 | 500.8037 | +0.12% |
| 2026-09-13 | 500.1852 | +0.13% |
| 2026-09-12 | 499.5381 | +0.03% |
| Date | 1 KWD in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 499.3931 | -0.03% |
| 2026-09-10 | 499.5352 | +0.66% |
| 2026-09-09 | 496.2696 | -0.68% |
| 2026-09-08 | 499.6666 | -0.22% |
| 2026-09-07 | 500.7708 | -0.99% |
| 2026-09-06 | 505.7593 | +0.02% |
| 2026-09-05 | 505.6743 | -0.02% |
| 2026-09-04 | 505.7621 | +0.18% |
| 2026-09-03 | 504.8499 | -2.17% |
| 2026-09-02 | 516.0499 | -0.43% |
| 2026-09-01 | 518.2897 | +0.23% |
| 2026-08-31 | 517.1148 | +0.04% |
| 2026-08-30 | 516.9328 | -0.00% |
| 2026-08-29 | 516.945 | -0.03% |
| 2026-08-28 | 517.078 | — |
KWD to JPY conversion table
1 KWD510.2828 JPY
5 KWD2,551.4142 JPY
10 KWD5,102.8284 JPY
25 KWD12,757.071 JPY
50 KWD25,514.142 JPY
100 KWD51,028.284 JPY
500 KWD255,141.42 JPY
1,000 KWD510,282.84 JPY
5,000 KWD2,551,414.2 JPY
10,000 KWD5,102,828.4 JPY
Get the KWD/JPY rate in your app
One GET request returns the latest KWD → JPY rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/KWD/JPY"fetch('https://rate-api.com/api/v1/pair/KWD/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KWD = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KWD/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KWD = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KWD/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 KWD = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "KWD",
"to": "JPY"
},
"rate": 510.2828,
"timestamp": 1790435100,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
JPY to KWDJapanese Yen → Kuwaiti Dinar0.0019597Convert KWD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.