Convert CZK to JPY
Czech Koruna → Japanese Yen
1 CZK = 7.381393 JPY(1 JPY = 0.135476 CZK)
Currency converter
1 CZK =
7.3814 JPY
CZK to JPY: last 30 days
Over the last 30 days, 1 CZK traded between 7.3483 and 7.6991 JPY, averaging 7.4624 JPY. The CZK/JPY rate is down 4.13% since 2026-08-28.
- 30-day high
- 7.6991
- 2026-08-28
- 30-day low
- 7.3483
- 2026-09-14
- 30-day average
- 7.4624
- Days with data: 30
- 30-day change
- -4.13%
- since 2026-08-28
7.6991
7.34832026-08-28 → 2026-09-26
| Date | 1 CZK in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 7.3814 | 0.00% |
| 2026-09-25 | 7.3814 | -0.26% |
| 2026-09-24 | 7.4007 | +0.14% |
| 2026-09-23 | 7.3904 | -0.15% |
| 2026-09-22 | 7.4012 | -0.26% |
| 2026-09-21 | 7.4205 | -0.19% |
| 2026-09-20 | 7.4343 | 0.00% |
| 2026-09-19 | 7.4343 | 0.00% |
| 2026-09-18 | 7.4343 | +1.10% |
| 2026-09-17 | 7.3536 | -0.05% |
| 2026-09-16 | 7.3574 | -0.07% |
| 2026-09-15 | 7.3627 | +0.20% |
| 2026-09-14 | 7.3483 | -0.15% |
| 2026-09-13 | 7.3591 | 0.00% |
| 2026-09-12 | 7.3591 | 0.00% |
| Date | 1 CZK in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 7.3591 | -0.35% |
| 2026-09-10 | 7.3852 | +0.27% |
| 2026-09-09 | 7.3656 | -0.59% |
| 2026-09-08 | 7.4094 | -0.31% |
| 2026-09-07 | 7.4328 | -0.99% |
| 2026-09-06 | 7.5073 | 0.00% |
| 2026-09-05 | 7.5073 | 0.00% |
| 2026-09-04 | 7.5073 | +0.35% |
| 2026-09-03 | 7.4814 | -2.06% |
| 2026-09-02 | 7.6386 | -0.58% |
| 2026-09-01 | 7.6834 | +0.06% |
| 2026-08-31 | 7.6786 | -0.27% |
| 2026-08-30 | 7.6991 | 0.00% |
| 2026-08-29 | 7.6991 | 0.00% |
| 2026-08-28 | 7.6991 | — |
CZK to JPY conversion table
1 CZK7.3814 JPY
5 CZK36.907 JPY
10 CZK73.8139 JPY
25 CZK184.5348 JPY
50 CZK369.0696 JPY
100 CZK738.1393 JPY
500 CZK3,690.6962 JPY
1,000 CZK7,381.3925 JPY
5,000 CZK36,906.962 JPY
10,000 CZK73,813.925 JPY
Get the CZK/JPY rate in your app
One GET request returns the latest CZK → 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/CZK/JPY"fetch('https://rate-api.com/api/v1/pair/CZK/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CZK = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CZK/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CZK = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CZK/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CZK = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "CZK",
"to": "JPY"
},
"rate": 7.3814,
"timestamp": 1790437621,
"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 CZKJapanese Yen → Czech Koruna0.13548Convert CZK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.