Convert INR to HTG
Indian Rupee → Haitian Gourde
1 INR = 1.36537 HTG(1 HTG = 0.732402 INR)
Currency converter
1 INR =
1.3654 HTG
INR to HTG: last 30 days
Over the last 30 days, 1 INR traded between 1.3619 and 1.389 HTG, averaging 1.3726 HTG. The INR/HTG rate is down 0.33% since 2026-08-28.
- 30-day high
- 1.389
- 2026-09-06
- 30-day low
- 1.3619
- 2026-09-16
- 30-day average
- 1.3726
- Days with data: 30
- 30-day change
- -0.33%
- since 2026-08-28
1.389
1.36192026-08-28 → 2026-09-26
| Date | 1 INR in HTG | Daily change |
|---|---|---|
| 2026-09-26 | 1.3654 | 0.00% |
| 2026-09-25 | 1.3654 | +0.06% |
| 2026-09-24 | 1.3645 | -0.34% |
| 2026-09-23 | 1.3692 | +0.05% |
| 2026-09-22 | 1.3686 | +0.43% |
| 2026-09-21 | 1.3627 | -0.41% |
| 2026-09-20 | 1.3683 | +0.35% |
| 2026-09-19 | 1.3636 | +0.04% |
| 2026-09-18 | 1.3629 | -0.71% |
| 2026-09-17 | 1.3727 | +0.80% |
| 2026-09-16 | 1.3619 | -0.14% |
| 2026-09-15 | 1.3637 | -0.38% |
| 2026-09-14 | 1.3689 | -1.32% |
| 2026-09-13 | 1.3871 | +1.46% |
| 2026-09-12 | 1.3672 | -0.14% |
| Date | 1 INR in HTG | Daily change |
|---|---|---|
| 2026-09-11 | 1.3691 | -0.08% |
| 2026-09-10 | 1.3702 | -0.28% |
| 2026-09-09 | 1.374 | -0.34% |
| 2026-09-08 | 1.3788 | -0.40% |
| 2026-09-07 | 1.3843 | -0.33% |
| 2026-09-06 | 1.389 | +0.35% |
| 2026-09-05 | 1.3842 | +0.18% |
| 2026-09-04 | 1.3816 | -0.19% |
| 2026-09-03 | 1.3842 | +0.38% |
| 2026-09-02 | 1.379 | +0.22% |
| 2026-09-01 | 1.376 | -0.43% |
| 2026-08-31 | 1.3819 | +0.57% |
| 2026-08-30 | 1.3741 | +0.26% |
| 2026-08-29 | 1.3706 | +0.05% |
| 2026-08-28 | 1.3699 | — |
INR to HTG conversion table
1 INR1.3654 HTG
5 INR6.8268 HTG
10 INR13.6537 HTG
25 INR34.1342 HTG
50 INR68.2685 HTG
100 INR136.537 HTG
500 INR682.6849 HTG
1,000 INR1,365.3699 HTG
5,000 INR6,826.8493 HTG
10,000 INR13,653.699 HTG
Get the INR/HTG rate in your app
One GET request returns the latest INR → 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/INR/HTG"fetch('https://rate-api.com/api/v1/pair/INR/HTG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} HTG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/HTG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} HTG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/HTG');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} HTG\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "HTG"
},
"rate": 1.3654,
"timestamp": 1790429453,
"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
HTG to INRHaitian Gourde → Indian Rupee0.7324Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.