Convert JPY to HRK
Japanese Yen → Croatian Kuna
1 JPY = 0.0419282 HRK(1 HRK = 23.850289 JPY)
Currency converter
1 JPY =
0.041928 HRK
JPY to HRK: last 30 days
Over the last 30 days, 1 JPY traded between 0.040516 and 0.042264 HRK, averaging 0.041633 HRK. The JPY/HRK rate is up 3.49% since 2026-08-28.
- 30-day high
- 0.042264
- 2026-09-09
- 30-day low
- 0.040516
- 2026-08-28
- 30-day average
- 0.041633
- Days with data: 30
- 30-day change
- +3.49%
- since 2026-08-28
0.042264
0.0405162026-08-28 → 2026-09-26
| Date | 1 JPY in HRK | Daily change |
|---|---|---|
| 2026-09-26 | 0.041928 | 0.00% |
| 2026-09-25 | 0.041928 | +0.48% |
| 2026-09-24 | 0.041726 | -0.20% |
| 2026-09-23 | 0.041812 | +0.09% |
| 2026-09-22 | 0.041775 | +0.08% |
| 2026-09-21 | 0.041741 | +0.47% |
| 2026-09-20 | 0.041546 | -0.00% |
| 2026-09-19 | 0.041547 | +0.01% |
| 2026-09-18 | 0.041542 | -1.60% |
| 2026-09-17 | 0.042217 | +0.28% |
| 2026-09-16 | 0.0421 | -0.09% |
| 2026-09-15 | 0.042139 | -0.01% |
| 2026-09-14 | 0.042144 | -0.06% |
| 2026-09-13 | 0.042171 | -0.00% |
| 2026-09-12 | 0.042172 | +0.03% |
| Date | 1 JPY in HRK | Daily change |
|---|---|---|
| 2026-09-11 | 0.042161 | +0.41% |
| 2026-09-10 | 0.04199 | -0.65% |
| 2026-09-09 | 0.042264 | +0.62% |
| 2026-09-08 | 0.042005 | +0.17% |
| 2026-09-07 | 0.041935 | +1.03% |
| 2026-09-06 | 0.041509 | -0.03% |
| 2026-09-05 | 0.04152 | +0.08% |
| 2026-09-04 | 0.041486 | -0.38% |
| 2026-09-03 | 0.041642 | +2.14% |
| 2026-09-02 | 0.040771 | +0.56% |
| 2026-09-01 | 0.040543 | -0.37% |
| 2026-08-31 | 0.040695 | -0.08% |
| 2026-08-30 | 0.040729 | -0.03% |
| 2026-08-29 | 0.04074 | +0.55% |
| 2026-08-28 | 0.040516 | — |
JPY to HRK conversion table
1 JPY0.041928 HRK
5 JPY0.20964 HRK
10 JPY0.41928 HRK
25 JPY1.0482 HRK
50 JPY2.0964 HRK
100 JPY4.1928 HRK
500 JPY20.9641 HRK
1,000 JPY41.9282 HRK
5,000 JPY209.6411 HRK
10,000 JPY419.2821 HRK
Get the JPY/HRK rate in your app
One GET request returns the latest JPY → HRK 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/HRK"fetch('https://rate-api.com/api/v1/pair/JPY/HRK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} HRK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/HRK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} HRK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/HRK');
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']} HRK\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "HRK"
},
"rate": 0.0419,
"timestamp": 1790439650,
"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
HRK to JPYCroatian Kuna → Japanese Yen23.8503Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.