Convert HUF to JPY
Hungarian Forint → Japanese Yen
1 HUF = 0.491951 JPY(1 JPY = 2.032721 HUF)
Currency converter
1 HUF =
0.49195 JPY
HUF to JPY: last 30 days
Over the last 30 days, 1 HUF traded between 0.48864 and 0.50965 JPY, averaging 0.49655 JPY. The HUF/JPY rate is down 3.47% since 2026-08-28.
- 30-day high
- 0.50965
- 2026-08-28
- 30-day low
- 0.48864
- 2026-09-15
- 30-day average
- 0.49655
- Days with data: 30
- 30-day change
- -3.47%
- since 2026-08-28
0.50965
0.488642026-08-28 → 2026-09-26
| Date | 1 HUF in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 0.49195 | 0.00% |
| 2026-09-25 | 0.49195 | -0.24% |
| 2026-09-24 | 0.49316 | -0.30% |
| 2026-09-23 | 0.49466 | -0.73% |
| 2026-09-22 | 0.4983 | -0.07% |
| 2026-09-21 | 0.49864 | +0.39% |
| 2026-09-20 | 0.49671 | 0.00% |
| 2026-09-19 | 0.49671 | 0.00% |
| 2026-09-18 | 0.49671 | +0.87% |
| 2026-09-17 | 0.49244 | +0.33% |
| 2026-09-16 | 0.49082 | +0.45% |
| 2026-09-15 | 0.48864 | -0.00% |
| 2026-09-14 | 0.48865 | -0.27% |
| 2026-09-13 | 0.48995 | 0.00% |
| 2026-09-12 | 0.48995 | 0.00% |
| Date | 1 HUF in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 0.48995 | -0.21% |
| 2026-09-10 | 0.491 | +0.06% |
| 2026-09-09 | 0.4907 | -0.34% |
| 2026-09-08 | 0.49239 | -0.56% |
| 2026-09-07 | 0.49518 | -0.94% |
| 2026-09-06 | 0.49987 | 0.00% |
| 2026-09-05 | 0.49987 | 0.00% |
| 2026-09-04 | 0.49987 | +1.36% |
| 2026-09-03 | 0.49317 | -1.73% |
| 2026-09-02 | 0.50186 | -0.86% |
| 2026-09-01 | 0.50619 | -0.43% |
| 2026-08-31 | 0.50837 | -0.25% |
| 2026-08-30 | 0.50965 | 0.00% |
| 2026-08-29 | 0.50965 | 0.00% |
| 2026-08-28 | 0.50965 | — |
HUF to JPY conversion table
1 HUF0.49195 JPY
5 HUF2.4598 JPY
10 HUF4.9195 JPY
25 HUF12.2988 JPY
50 HUF24.5976 JPY
100 HUF49.1951 JPY
500 HUF245.9757 JPY
1,000 HUF491.9514 JPY
5,000 HUF2,459.7569 JPY
10,000 HUF4,919.5138 JPY
Get the HUF/JPY rate in your app
One GET request returns the latest HUF → 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/HUF/JPY"fetch('https://rate-api.com/api/v1/pair/HUF/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 HUF = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/HUF/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 HUF = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/HUF/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 HUF = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "HUF",
"to": "JPY"
},
"rate": 0.492,
"timestamp": 1790435112,
"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 HUFJapanese Yen → Hungarian Forint2.0327Convert HUF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.