Convert EUR to KWD
Euro → Kuwaiti Dinar
1 EUR = 0.352158 KWD(1 KWD = 2.839637 EUR)
Currency converter
1 EUR =
0.35216 KWD
EUR to KWD: last 30 days
Over the last 30 days, 1 EUR traded between 0.35146 and 0.35987 KWD, averaging 0.35654 KWD. The EUR/KWD rate is down 2.06% since 2026-08-28.
- 30-day high
- 0.35987
- 2026-09-09
- 30-day low
- 0.35146
- 2026-09-24
- 30-day average
- 0.35654
- Days with data: 30
- 30-day change
- -2.06%
- since 2026-08-28
0.35987
0.351462026-08-28 → 2026-09-26
| Date | 1 EUR in KWD | Daily change |
|---|---|---|
| 2026-09-26 | 0.35216 | 0.00% |
| 2026-09-25 | 0.35216 | +0.20% |
| 2026-09-24 | 0.35146 | -0.22% |
| 2026-09-23 | 0.35223 | -0.40% |
| 2026-09-22 | 0.35366 | -0.15% |
| 2026-09-21 | 0.35418 | +0.23% |
| 2026-09-20 | 0.35336 | +0.04% |
| 2026-09-19 | 0.35321 | +0.17% |
| 2026-09-18 | 0.35262 | -0.53% |
| 2026-09-17 | 0.35451 | -0.47% |
| 2026-09-16 | 0.3562 | -0.02% |
| 2026-09-15 | 0.35628 | -0.05% |
| 2026-09-14 | 0.35647 | -0.15% |
| 2026-09-13 | 0.357 | -0.13% |
| 2026-09-12 | 0.35746 | -0.03% |
| Date | 1 EUR in KWD | Daily change |
|---|---|---|
| 2026-09-11 | 0.35756 | -0.27% |
| 2026-09-10 | 0.35852 | -0.37% |
| 2026-09-09 | 0.35987 | +0.34% |
| 2026-09-08 | 0.35865 | -0.14% |
| 2026-09-07 | 0.35915 | +0.03% |
| 2026-09-06 | 0.35905 | -0.02% |
| 2026-09-05 | 0.35911 | +0.02% |
| 2026-09-04 | 0.35905 | +0.03% |
| 2026-09-03 | 0.35893 | +0.24% |
| 2026-09-02 | 0.35807 | -0.02% |
| 2026-09-01 | 0.35815 | -0.01% |
| 2026-08-31 | 0.35818 | -0.41% |
| 2026-08-30 | 0.35965 | +0.00% |
| 2026-08-29 | 0.35964 | +0.03% |
| 2026-08-28 | 0.35955 | — |
EUR to KWD conversion table
1 EUR0.35216 KWD
5 EUR1.7608 KWD
10 EUR3.5216 KWD
25 EUR8.8039 KWD
50 EUR17.6079 KWD
100 EUR35.2158 KWD
500 EUR176.0788 KWD
1,000 EUR352.1576 KWD
5,000 EUR1,760.7882 KWD
10,000 EUR3,521.5764 KWD
Get the EUR/KWD rate in your app
One GET request returns the latest EUR → KWD 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/EUR/KWD"fetch('https://rate-api.com/api/v1/pair/EUR/KWD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} KWD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/KWD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} KWD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/KWD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} KWD\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "KWD"
},
"rate": 0.3522,
"timestamp": 1790429435,
"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
KWD to EURKuwaiti Dinar → Euro2.8396Convert EUR to other currencies
Convert other currencies to KWD
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.