Convert HNL to INR
Honduran Lempira → Indian Rupee
1 HNL = 3.570681 INR(1 INR = 0.280059 HNL)
Currency converter
1 HNL =
3.5707 INR
HNL to INR: last 30 days
Over the last 30 days, 1 HNL traded between 3.5144 and 3.5716 INR, averaging 3.5509 INR. The HNL/INR rate is up 0.47% since 2026-08-28.
- 30-day high
- 3.5716
- 2026-09-16
- 30-day low
- 3.5144
- 2026-09-05
- 30-day average
- 3.5509
- Days with data: 30
- 30-day change
- +0.47%
- since 2026-08-28
3.5716
3.51442026-08-28 → 2026-09-26
| Date | 1 HNL in INR | Daily change |
|---|---|---|
| 2026-09-26 | 3.5707 | 0.00% |
| 2026-09-25 | 3.5707 | +0.01% |
| 2026-09-24 | 3.5702 | +0.17% |
| 2026-09-23 | 3.5643 | +0.22% |
| 2026-09-22 | 3.5566 | -0.29% |
| 2026-09-21 | 3.5671 | +0.11% |
| 2026-09-20 | 3.5631 | +0.01% |
| 2026-09-19 | 3.5628 | +0.03% |
| 2026-09-18 | 3.5617 | -0.21% |
| 2026-09-17 | 3.5693 | -0.06% |
| 2026-09-16 | 3.5716 | +0.00% |
| 2026-09-15 | 3.5715 | +0.25% |
| 2026-09-14 | 3.5625 | +0.29% |
| 2026-09-13 | 3.5521 | -0.21% |
| 2026-09-12 | 3.5598 | -0.05% |
| Date | 1 HNL in INR | Daily change |
|---|---|---|
| 2026-09-11 | 3.5615 | +0.13% |
| 2026-09-10 | 3.5569 | +0.31% |
| 2026-09-09 | 3.546 | +0.34% |
| 2026-09-08 | 3.534 | +0.37% |
| 2026-09-07 | 3.5208 | +0.18% |
| 2026-09-06 | 3.5144 | +0.00% |
| 2026-09-05 | 3.5144 | -0.06% |
| 2026-09-04 | 3.5164 | -0.22% |
| 2026-09-03 | 3.5241 | -0.33% |
| 2026-09-02 | 3.5356 | +0.04% |
| 2026-09-01 | 3.5343 | -0.28% |
| 2026-08-31 | 3.5442 | -0.10% |
| 2026-08-30 | 3.5479 | -0.00% |
| 2026-08-29 | 3.548 | -0.17% |
| 2026-08-28 | 3.554 | — |
HNL to INR conversion table
1 HNL3.5707 INR
5 HNL17.8534 INR
10 HNL35.7068 INR
25 HNL89.267 INR
50 HNL178.5341 INR
100 HNL357.0681 INR
500 HNL1,785.3407 INR
1,000 HNL3,570.6813 INR
5,000 HNL17,853.407 INR
10,000 HNL35,706.813 INR
Get the HNL/INR rate in your app
One GET request returns the latest HNL → INR 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/HNL/INR"fetch('https://rate-api.com/api/v1/pair/HNL/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 HNL = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/HNL/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 HNL = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/HNL/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 HNL = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "HNL",
"to": "INR"
},
"rate": 3.5707,
"timestamp": 1790435387,
"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
INR to HNLIndian Rupee → Honduran Lempira0.28006Convert HNL to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.