Convert KZT to EUR
Kazakhstani Tenge → Euro
1 KZT = 0.00198462 EUR(1 EUR = 503.87576 KZT)
Currency converter
1 KZT =
0.0019846 EUR
KZT to EUR: last 30 days
Over the last 30 days, 1 KZT traded between 0.0018494 and 0.0019909 EUR, averaging 0.0019142 EUR. The KZT/EUR rate is up 7.07% since 2026-08-28.
- 30-day high
- 0.0019909
- 2026-09-24
- 30-day low
- 0.0018494
- 2026-08-30
- 30-day average
- 0.0019142
- Days with data: 30
- 30-day change
- +7.07%
- since 2026-08-28
0.0019909
0.00184942026-08-28 → 2026-09-26
| Date | 1 KZT in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.0019846 | 0.00% |
| 2026-09-25 | 0.0019846 | -0.31% |
| 2026-09-24 | 0.0019909 | +1.24% |
| 2026-09-23 | 0.0019664 | +1.07% |
| 2026-09-22 | 0.0019455 | -0.12% |
| 2026-09-21 | 0.0019479 | -0.17% |
| 2026-09-20 | 0.0019513 | +0.02% |
| 2026-09-19 | 0.0019509 | -0.42% |
| 2026-09-18 | 0.0019592 | +0.47% |
| 2026-09-17 | 0.0019499 | +1.12% |
| 2026-09-16 | 0.0019283 | +0.14% |
| 2026-09-15 | 0.0019257 | +0.59% |
| 2026-09-14 | 0.0019144 | +0.03% |
| 2026-09-13 | 0.0019139 | +0.01% |
| 2026-09-12 | 0.0019136 | -0.08% |
| Date | 1 KZT in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.0019151 | +1.35% |
| 2026-09-10 | 0.0018896 | -0.04% |
| 2026-09-09 | 0.0018903 | -0.33% |
| 2026-09-08 | 0.0018966 | +0.48% |
| 2026-09-07 | 0.0018875 | -0.04% |
| 2026-09-06 | 0.0018882 | +0.03% |
| 2026-09-05 | 0.0018876 | -0.05% |
| 2026-09-04 | 0.0018886 | -0.18% |
| 2026-09-03 | 0.0018919 | +0.42% |
| 2026-09-02 | 0.0018839 | +0.79% |
| 2026-09-01 | 0.0018691 | +0.65% |
| 2026-08-31 | 0.001857 | +0.41% |
| 2026-08-30 | 0.0018494 | -0.14% |
| 2026-08-29 | 0.001852 | -0.08% |
| 2026-08-28 | 0.0018535 | — |
KZT to EUR conversion table
1 KZT0.0019846 EUR
5 KZT0.0099231 EUR
10 KZT0.019846 EUR
25 KZT0.049615 EUR
50 KZT0.099231 EUR
100 KZT0.19846 EUR
500 KZT0.99231 EUR
1,000 KZT1.9846 EUR
5,000 KZT9.9231 EUR
10,000 KZT19.8462 EUR
Get the KZT/EUR rate in your app
One GET request returns the latest KZT → EUR 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/KZT/EUR?precision=6"fetch('https://rate-api.com/api/v1/pair/KZT/EUR?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KZT = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KZT/EUR?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KZT = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KZT/EUR?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 KZT = {$data['rate']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "KZT",
"to": "EUR"
},
"rate": 0.001985,
"timestamp": 1790435334,
"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
EUR to KZTEuro → Kazakhstani Tenge503.8758Convert KZT to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.