Convert JPY to KZT
Japanese Yen → Kazakhstani Tenge
1 JPY = 2.803983 KZT(1 KZT = 0.356636 JPY)
Currency converter
1 JPY =
2.804 KZT
JPY to KZT: last 30 days
Over the last 30 days, 1 JPY traded between 2.7817 and 2.9622 KZT, averaging 2.8872 KZT. The JPY/KZT rate is down 3.38% since 2026-08-28.
- 30-day high
- 2.9622
- 2026-09-09
- 30-day low
- 2.7817
- 2026-09-24
- 30-day average
- 2.8872
- Days with data: 30
- 30-day change
- -3.38%
- since 2026-08-28
2.9622
2.78172026-08-28 → 2026-09-26
| Date | 1 JPY in KZT | Daily change |
|---|---|---|
| 2026-09-26 | 2.804 | 0.00% |
| 2026-09-25 | 2.804 | +0.80% |
| 2026-09-24 | 2.7817 | -1.43% |
| 2026-09-23 | 2.822 | -1.08% |
| 2026-09-22 | 2.8528 | +0.41% |
| 2026-09-21 | 2.841 | +0.31% |
| 2026-09-20 | 2.8323 | -0.02% |
| 2026-09-19 | 2.8329 | +0.43% |
| 2026-09-18 | 2.8209 | -1.68% |
| 2026-09-17 | 2.8691 | -1.04% |
| 2026-09-16 | 2.8991 | -0.15% |
| 2026-09-15 | 2.9035 | -0.77% |
| 2026-09-14 | 2.926 | -0.00% |
| 2026-09-13 | 2.9261 | -0.01% |
| 2026-09-12 | 2.9265 | +0.08% |
| Date | 1 JPY in KZT | Daily change |
|---|---|---|
| 2026-09-11 | 2.9243 | -1.04% |
| 2026-09-10 | 2.9549 | -0.24% |
| 2026-09-09 | 2.9622 | +0.68% |
| 2026-09-08 | 2.9423 | -0.12% |
| 2026-09-07 | 2.9458 | +1.01% |
| 2026-09-06 | 2.9165 | -0.03% |
| 2026-09-05 | 2.9173 | +0.05% |
| 2026-09-04 | 2.9158 | -0.04% |
| 2026-09-03 | 2.9169 | +1.54% |
| 2026-09-02 | 2.8725 | -0.33% |
| 2026-09-01 | 2.8822 | -0.87% |
| 2026-08-31 | 2.9074 | -0.03% |
| 2026-08-30 | 2.9083 | +0.14% |
| 2026-08-29 | 2.9043 | +0.08% |
| 2026-08-28 | 2.902 | — |
JPY to KZT conversion table
1 JPY2.804 KZT
5 JPY14.0199 KZT
10 JPY28.0398 KZT
25 JPY70.0996 KZT
50 JPY140.1992 KZT
100 JPY280.3983 KZT
500 JPY1,401.9916 KZT
1,000 JPY2,803.9831 KZT
5,000 JPY14,019.916 KZT
10,000 JPY28,039.831 KZT
Get the JPY/KZT rate in your app
One GET request returns the latest JPY → 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/JPY/KZT"fetch('https://rate-api.com/api/v1/pair/JPY/KZT', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} KZT`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/KZT",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} KZT")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/KZT');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} KZT\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "KZT"
},
"rate": 2.804,
"timestamp": 1790429398,
"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 JPYKazakhstani Tenge → Japanese Yen0.35664Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.