Convert KZT to JPY
Kazakhstani Tenge → Japanese Yen
1 KZT = 0.356636 JPY(1 JPY = 2.803983 KZT)
Currency converter
1 KZT =
0.35664 JPY
KZT to JPY: last 30 days
Over the last 30 days, 1 KZT traded between 0.33759 and 0.35949 JPY, averaging 0.34646 JPY. The KZT/JPY rate is up 3.49% since 2026-08-28.
- 30-day high
- 0.35949
- 2026-09-24
- 30-day low
- 0.33759
- 2026-09-09
- 30-day average
- 0.34646
- Days with data: 30
- 30-day change
- +3.49%
- since 2026-08-28
0.35949
0.337592026-08-28 → 2026-09-26
| Date | 1 KZT in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 0.35664 | 0.00% |
| 2026-09-25 | 0.35664 | -0.79% |
| 2026-09-24 | 0.35949 | +1.45% |
| 2026-09-23 | 0.35435 | +1.09% |
| 2026-09-22 | 0.35054 | -0.41% |
| 2026-09-21 | 0.35199 | -0.31% |
| 2026-09-20 | 0.35307 | +0.02% |
| 2026-09-19 | 0.353 | -0.42% |
| 2026-09-18 | 0.3545 | +1.71% |
| 2026-09-17 | 0.34855 | +1.05% |
| 2026-09-16 | 0.34494 | +0.15% |
| 2026-09-15 | 0.34441 | +0.78% |
| 2026-09-14 | 0.34176 | +0.00% |
| 2026-09-13 | 0.34175 | +0.01% |
| 2026-09-12 | 0.3417 | -0.08% |
| Date | 1 KZT in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 0.34196 | +1.05% |
| 2026-09-10 | 0.33842 | +0.24% |
| 2026-09-09 | 0.33759 | -0.67% |
| 2026-09-08 | 0.33987 | +0.12% |
| 2026-09-07 | 0.33946 | -1.00% |
| 2026-09-06 | 0.34288 | +0.03% |
| 2026-09-05 | 0.34278 | -0.05% |
| 2026-09-04 | 0.34296 | +0.04% |
| 2026-09-03 | 0.34283 | -1.52% |
| 2026-09-02 | 0.34812 | +0.34% |
| 2026-09-01 | 0.34696 | +0.87% |
| 2026-08-31 | 0.34395 | +0.03% |
| 2026-08-30 | 0.34384 | -0.14% |
| 2026-08-29 | 0.34431 | -0.08% |
| 2026-08-28 | 0.34459 | — |
KZT to JPY conversion table
1 KZT0.35664 JPY
5 KZT1.7832 JPY
10 KZT3.5664 JPY
25 KZT8.9159 JPY
50 KZT17.8318 JPY
100 KZT35.6636 JPY
500 KZT178.3178 JPY
1,000 KZT356.6355 JPY
5,000 KZT1,783.1776 JPY
10,000 KZT3,566.3553 JPY
Get the KZT/JPY rate in your app
One GET request returns the latest KZT → 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/KZT/JPY"fetch('https://rate-api.com/api/v1/pair/KZT/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KZT = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KZT/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KZT = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KZT/JPY');
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']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "KZT",
"to": "JPY"
},
"rate": 0.3566,
"timestamp": 1790435152,
"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 KZTJapanese Yen → Kazakhstani Tenge2.804Convert KZT to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.