Convert JPY to HTG
Japanese Yen → Haitian Gourde
1 JPY = 0.829863 HTG(1 HTG = 1.205019 JPY)
Currency converter
1 JPY =
0.82986 HTG
JPY to HTG: last 30 days
Over the last 30 days, 1 JPY traded between 0.81576 and 0.86052 HTG, averaging 0.83582 HTG. The JPY/HTG rate is up 1.36% since 2026-08-29.
- 30-day high
- 0.86052
- 2026-09-13
- 30-day low
- 0.81576
- 2026-09-01
- 30-day average
- 0.83582
- Days with data: 30
- 30-day change
- +1.36%
- since 2026-08-29
0.86052
0.815762026-08-29 → 2026-09-27
| Date | 1 JPY in HTG | Daily change |
|---|---|---|
| 2026-09-27 | 0.82986 | 0.00% |
| 2026-09-26 | 0.82986 | -0.04% |
| 2026-09-25 | 0.83017 | +0.71% |
| 2026-09-24 | 0.82429 | -0.70% |
| 2026-09-23 | 0.83012 | -0.26% |
| 2026-09-22 | 0.8323 | +0.24% |
| 2026-09-21 | 0.83027 | -0.08% |
| 2026-09-20 | 0.8309 | +0.35% |
| 2026-09-19 | 0.82803 | +0.04% |
| 2026-09-18 | 0.82766 | -2.16% |
| 2026-09-17 | 0.8459 | +0.36% |
| 2026-09-16 | 0.84285 | -0.17% |
| 2026-09-15 | 0.84427 | -0.25% |
| 2026-09-14 | 0.8464 | -1.64% |
| 2026-09-13 | 0.86052 | +1.46% |
| Date | 1 JPY in HTG | Daily change |
|---|---|---|
| 2026-09-12 | 0.84812 | -0.14% |
| 2026-09-11 | 0.84934 | +0.14% |
| 2026-09-10 | 0.84816 | -0.52% |
| 2026-09-09 | 0.85264 | +0.62% |
| 2026-09-08 | 0.84736 | +0.25% |
| 2026-09-07 | 0.84528 | +0.63% |
| 2026-09-06 | 0.83995 | +0.35% |
| 2026-09-05 | 0.83705 | +0.18% |
| 2026-09-04 | 0.83552 | -0.34% |
| 2026-09-03 | 0.83838 | +2.17% |
| 2026-09-02 | 0.82056 | +0.59% |
| 2026-09-01 | 0.81576 | -0.93% |
| 2026-08-31 | 0.82339 | +0.31% |
| 2026-08-30 | 0.82086 | +0.26% |
| 2026-08-29 | 0.81876 | — |
JPY to HTG conversion table
1 JPY0.82986 HTG
5 JPY4.1493 HTG
10 JPY8.2986 HTG
25 JPY20.7466 HTG
50 JPY41.4931 HTG
100 JPY82.9863 HTG
500 JPY414.9313 HTG
1,000 JPY829.8626 HTG
5,000 JPY4,149.313 HTG
10,000 JPY8,298.626 HTG
Get the JPY/HTG rate in your app
One GET request returns the latest JPY → HTG 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/HTG"fetch('https://rate-api.com/api/v1/pair/JPY/HTG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} HTG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/HTG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} HTG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/HTG');
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']} HTG\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "HTG"
},
"rate": 0.8299,
"timestamp": 1790490110,
"date": "2026-09-27"
}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
HTG to JPYHaitian Gourde → Japanese Yen1.205Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.