Convert INR to LYD
Indian Rupee → Libyan Dinar
1 INR = 0.0667394 LYD(1 LYD = 14.983664 INR)
Currency converter
1 INR =
0.066739 LYD
INR to LYD: last 30 days
Over the last 30 days, 1 INR traded between 0.066066 and 0.067308 LYD, averaging 0.066602 LYD. The INR/LYD rate is up 0.42% since 2026-08-28.
- 30-day high
- 0.067308
- 2026-09-05
- 30-day low
- 0.066066
- 2026-09-16
- 30-day average
- 0.066602
- Days with data: 30
- 30-day change
- +0.42%
- since 2026-08-28
0.067308
0.0660662026-08-28 → 2026-09-26
| Date | 1 INR in LYD | Daily change |
|---|---|---|
| 2026-09-26 | 0.066739 | 0.00% |
| 2026-09-25 | 0.066739 | -0.03% |
| 2026-09-24 | 0.06676 | +0.10% |
| 2026-09-23 | 0.066694 | +0.01% |
| 2026-09-22 | 0.06669 | +0.70% |
| 2026-09-21 | 0.066229 | +0.01% |
| 2026-09-20 | 0.066223 | -0.01% |
| 2026-09-19 | 0.066228 | +0.08% |
| 2026-09-18 | 0.066177 | -0.67% |
| 2026-09-17 | 0.06662 | +0.84% |
| 2026-09-16 | 0.066066 | -0.06% |
| 2026-09-15 | 0.066108 | -0.16% |
| 2026-09-14 | 0.066216 | +0.03% |
| 2026-09-13 | 0.066194 | +0.05% |
| 2026-09-12 | 0.06616 | -0.18% |
| Date | 1 INR in LYD | Daily change |
|---|---|---|
| 2026-09-11 | 0.066282 | +0.01% |
| 2026-09-10 | 0.066275 | -0.28% |
| 2026-09-09 | 0.06646 | -0.83% |
| 2026-09-08 | 0.067015 | -0.23% |
| 2026-09-07 | 0.067171 | -0.04% |
| 2026-09-06 | 0.067195 | -0.17% |
| 2026-09-05 | 0.067308 | +0.00% |
| 2026-09-04 | 0.067307 | +0.19% |
| 2026-09-03 | 0.067178 | +0.47% |
| 2026-09-02 | 0.066863 | +0.01% |
| 2026-09-01 | 0.066857 | -0.11% |
| 2026-08-31 | 0.066928 | +0.71% |
| 2026-08-30 | 0.066456 | +0.01% |
| 2026-08-29 | 0.066447 | -0.02% |
| 2026-08-28 | 0.066463 | — |
INR to LYD conversion table
1 INR0.066739 LYD
5 INR0.3337 LYD
10 INR0.66739 LYD
25 INR1.6685 LYD
50 INR3.337 LYD
100 INR6.6739 LYD
500 INR33.3697 LYD
1,000 INR66.7394 LYD
5,000 INR333.6968 LYD
10,000 INR667.3935 LYD
Get the INR/LYD rate in your app
One GET request returns the latest INR → LYD 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/LYD"fetch('https://rate-api.com/api/v1/pair/INR/LYD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} LYD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/LYD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} LYD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/LYD');
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']} LYD\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "LYD"
},
"rate": 0.0667,
"timestamp": 1790429399,
"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
LYD to INRLibyan Dinar → Indian Rupee14.9837Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.