Convert EUR to KZT
Euro → Kazakhstani Tenge
1 EUR = 503.87576 KZT(1 KZT = 0.00198462 EUR)
Currency converter
1 EUR =
503.8758 KZT
EUR to KZT: last 30 days
Over the last 30 days, 1 EUR traded between 502.2964 and 540.7039 KZT, averaging 522.6334 KZT. The EUR/KZT rate is down 6.61% since 2026-08-28.
- 30-day high
- 540.7039
- 2026-08-30
- 30-day low
- 502.2964
- 2026-09-24
- 30-day average
- 522.6334
- Days with data: 30
- 30-day change
- -6.61%
- since 2026-08-28
540.7039
502.29642026-08-28 → 2026-09-26
| Date | 1 EUR in KZT | Daily change |
|---|---|---|
| 2026-09-26 | 503.8758 | 0.00% |
| 2026-09-25 | 503.8758 | +0.31% |
| 2026-09-24 | 502.2964 | -1.23% |
| 2026-09-23 | 508.5312 | -1.06% |
| 2026-09-22 | 513.9968 | +0.12% |
| 2026-09-21 | 513.3791 | +0.18% |
| 2026-09-20 | 512.4814 | -0.02% |
| 2026-09-19 | 512.5908 | +0.43% |
| 2026-09-18 | 510.4192 | -0.47% |
| 2026-09-17 | 512.8392 | -1.11% |
| 2026-09-16 | 518.591 | -0.14% |
| 2026-09-15 | 519.2998 | -0.58% |
| 2026-09-14 | 522.3512 | -0.03% |
| 2026-09-13 | 522.5027 | -0.01% |
| 2026-09-12 | 522.5712 | +0.08% |
| Date | 1 EUR in KZT | Daily change |
|---|---|---|
| 2026-09-11 | 522.177 | -1.33% |
| 2026-09-10 | 529.2134 | +0.04% |
| 2026-09-09 | 529.0129 | +0.33% |
| 2026-09-08 | 527.2675 | -0.48% |
| 2026-09-07 | 529.809 | +0.04% |
| 2026-09-06 | 529.6075 | -0.03% |
| 2026-09-05 | 529.7655 | +0.05% |
| 2026-09-04 | 529.4862 | +0.18% |
| 2026-09-03 | 528.5559 | -0.42% |
| 2026-09-02 | 530.8005 | -0.79% |
| 2026-09-01 | 535.0089 | -0.65% |
| 2026-08-31 | 538.5127 | -0.41% |
| 2026-08-30 | 540.7039 | +0.14% |
| 2026-08-29 | 539.9597 | +0.08% |
| 2026-08-28 | 539.5198 | — |
EUR to KZT conversion table
1 EUR503.8758 KZT
5 EUR2,519.3788 KZT
10 EUR5,038.7576 KZT
25 EUR12,596.894 KZT
50 EUR25,193.788 KZT
100 EUR50,387.576 KZT
500 EUR251,937.88 KZT
1,000 EUR503,875.76 KZT
5,000 EUR2,519,378.8 KZT
10,000 EUR5,038,757.6 KZT
Get the EUR/KZT rate in your app
One GET request returns the latest EUR → KZT 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/KZT"fetch('https://rate-api.com/api/v1/pair/EUR/KZT', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} KZT`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/KZT",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} KZT")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/KZT');
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']} KZT\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "KZT"
},
"rate": 503.8758,
"timestamp": 1790438091,
"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
KZT to EURKazakhstani Tenge → Euro0.0019846Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.