Convert JPY to CZK
Japanese Yen → Czech Koruna
1 JPY = 0.135476 CZK(1 CZK = 7.381393 JPY)
Currency converter
1 JPY =
0.13548 CZK
JPY to CZK: last 30 days
Over the last 30 days, 1 JPY traded between 0.12988 and 0.13609 CZK, averaging 0.13404 CZK. The JPY/CZK rate is up 4.30% since 2026-08-28.
- 30-day high
- 0.13609
- 2026-09-14
- 30-day low
- 0.12988
- 2026-08-28
- 30-day average
- 0.13404
- Days with data: 30
- 30-day change
- +4.30%
- since 2026-08-28
0.13609
0.129882026-08-28 → 2026-09-26
| Date | 1 JPY in CZK | Daily change |
|---|---|---|
| 2026-09-26 | 0.13548 | 0.00% |
| 2026-09-25 | 0.13548 | +0.26% |
| 2026-09-24 | 0.13512 | -0.14% |
| 2026-09-23 | 0.13531 | +0.15% |
| 2026-09-22 | 0.13511 | +0.26% |
| 2026-09-21 | 0.13476 | +0.19% |
| 2026-09-20 | 0.13451 | 0.00% |
| 2026-09-19 | 0.13451 | 0.00% |
| 2026-09-18 | 0.13451 | -1.09% |
| 2026-09-17 | 0.13599 | +0.05% |
| 2026-09-16 | 0.13592 | +0.07% |
| 2026-09-15 | 0.13582 | -0.20% |
| 2026-09-14 | 0.13609 | +0.15% |
| 2026-09-13 | 0.13589 | 0.00% |
| 2026-09-12 | 0.13589 | 0.00% |
| Date | 1 JPY in CZK | Daily change |
|---|---|---|
| 2026-09-11 | 0.13589 | +0.35% |
| 2026-09-10 | 0.13541 | -0.27% |
| 2026-09-09 | 0.13577 | +0.59% |
| 2026-09-08 | 0.13496 | +0.32% |
| 2026-09-07 | 0.13454 | +1.00% |
| 2026-09-06 | 0.1332 | 0.00% |
| 2026-09-05 | 0.1332 | 0.00% |
| 2026-09-04 | 0.1332 | -0.35% |
| 2026-09-03 | 0.13366 | +2.10% |
| 2026-09-02 | 0.13091 | +0.59% |
| 2026-09-01 | 0.13015 | -0.06% |
| 2026-08-31 | 0.13023 | +0.27% |
| 2026-08-30 | 0.12988 | 0.00% |
| 2026-08-29 | 0.12988 | 0.00% |
| 2026-08-28 | 0.12988 | — |
JPY to CZK conversion table
1 JPY0.13548 CZK
5 JPY0.67738 CZK
10 JPY1.3548 CZK
25 JPY3.3869 CZK
50 JPY6.7738 CZK
100 JPY13.5476 CZK
500 JPY67.7379 CZK
1,000 JPY135.4758 CZK
5,000 JPY677.379 CZK
10,000 JPY1,354.7579 CZK
Get the JPY/CZK rate in your app
One GET request returns the latest JPY → CZK 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/CZK"fetch('https://rate-api.com/api/v1/pair/JPY/CZK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} CZK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/CZK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} CZK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/CZK');
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']} CZK\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "CZK"
},
"rate": 0.1355,
"timestamp": 1790439653,
"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
CZK to JPYCzech Koruna → Japanese Yen7.3814Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.