Convert LYD to INR
Libyan Dinar → Indian Rupee
1 LYD = 14.983664 INR(1 INR = 0.0667394 LYD)
Currency converter
1 LYD =
14.9837 INR
LYD to INR: last 30 days
Over the last 30 days, 1 LYD traded between 14.8571 and 15.1364 INR, averaging 15.0151 INR. The LYD/INR rate is down 0.41% since 2026-08-28.
- 30-day high
- 15.1364
- 2026-09-16
- 30-day low
- 14.8571
- 2026-09-05
- 30-day average
- 15.0151
- Days with data: 30
- 30-day change
- -0.41%
- since 2026-08-28
15.1364
14.85712026-08-28 → 2026-09-26
| Date | 1 LYD in INR | Daily change |
|---|---|---|
| 2026-09-26 | 14.9837 | 0.00% |
| 2026-09-25 | 14.9837 | +0.03% |
| 2026-09-24 | 14.979 | -0.10% |
| 2026-09-23 | 14.9937 | -0.01% |
| 2026-09-22 | 14.9946 | -0.69% |
| 2026-09-21 | 15.0992 | -0.01% |
| 2026-09-20 | 15.1006 | +0.01% |
| 2026-09-19 | 15.0993 | -0.08% |
| 2026-09-18 | 15.1111 | +0.67% |
| 2026-09-17 | 15.0106 | -0.83% |
| 2026-09-16 | 15.1364 | +0.06% |
| 2026-09-15 | 15.1267 | +0.16% |
| 2026-09-14 | 15.1021 | -0.03% |
| 2026-09-13 | 15.107 | -0.05% |
| 2026-09-12 | 15.1148 | +0.18% |
| Date | 1 LYD in INR | Daily change |
|---|---|---|
| 2026-09-11 | 15.0871 | -0.01% |
| 2026-09-10 | 15.0886 | +0.28% |
| 2026-09-09 | 15.0466 | +0.83% |
| 2026-09-08 | 14.922 | +0.23% |
| 2026-09-07 | 14.8874 | +0.04% |
| 2026-09-06 | 14.882 | +0.17% |
| 2026-09-05 | 14.8571 | -0.00% |
| 2026-09-04 | 14.8572 | -0.19% |
| 2026-09-03 | 14.8859 | -0.47% |
| 2026-09-02 | 14.9559 | -0.01% |
| 2026-09-01 | 14.9573 | +0.11% |
| 2026-08-31 | 14.9414 | -0.71% |
| 2026-08-30 | 15.0476 | -0.01% |
| 2026-08-29 | 15.0497 | +0.02% |
| 2026-08-28 | 15.0459 | — |
LYD to INR conversion table
1 LYD14.9837 INR
5 LYD74.9183 INR
10 LYD149.8366 INR
25 LYD374.5916 INR
50 LYD749.1832 INR
100 LYD1,498.3664 INR
500 LYD7,491.8321 INR
1,000 LYD14,983.664 INR
5,000 LYD74,918.321 INR
10,000 LYD149,836.64 INR
Get the LYD/INR rate in your app
One GET request returns the latest LYD → 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/LYD/INR"fetch('https://rate-api.com/api/v1/pair/LYD/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 LYD = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/LYD/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 LYD = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/LYD/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 LYD = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "LYD",
"to": "INR"
},
"rate": 14.9837,
"timestamp": 1790435137,
"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 LYDIndian Rupee → Libyan Dinar0.066739Convert LYD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.