Convert INR to LRD
Indian Rupee → Liberian Dollar
1 INR = 1.794978 LRD(1 LRD = 0.55711 INR)
Currency converter
1 INR =
1.795 LRD
INR to LRD: last 30 days
Over the last 30 days, 1 INR traded between 1.795 and 1.9033 LRD, averaging 1.8456 LRD. The INR/LRD rate is down 5.45% since 2026-08-28.
- 30-day high
- 1.9033
- 2026-09-02
- 30-day low
- 1.795
- 2026-09-25
- 30-day average
- 1.8456
- Days with data: 30
- 30-day change
- -5.45%
- since 2026-08-28
1.9033
1.7952026-08-28 → 2026-09-26
| Date | 1 INR in LRD | Daily change |
|---|---|---|
| 2026-09-26 | 1.795 | 0.00% |
| 2026-09-25 | 1.795 | -0.49% |
| 2026-09-24 | 1.8039 | -0.30% |
| 2026-09-23 | 1.8093 | -0.12% |
| 2026-09-22 | 1.8115 | +0.43% |
| 2026-09-21 | 1.8037 | -0.53% |
| 2026-09-20 | 1.8132 | +0.45% |
| 2026-09-19 | 1.8051 | -0.82% |
| 2026-09-18 | 1.82 | +0.16% |
| 2026-09-17 | 1.8171 | -0.12% |
| 2026-09-16 | 1.8194 | +0.12% |
| 2026-09-15 | 1.8173 | -0.51% |
| 2026-09-14 | 1.8266 | -0.01% |
| 2026-09-13 | 1.8269 | +0.09% |
| 2026-09-12 | 1.8253 | -0.07% |
| Date | 1 INR in LRD | Daily change |
|---|---|---|
| 2026-09-11 | 1.8266 | -0.08% |
| 2026-09-10 | 1.8282 | -2.99% |
| 2026-09-09 | 1.8845 | +2.15% |
| 2026-09-08 | 1.8449 | -0.38% |
| 2026-09-07 | 1.8519 | -2.27% |
| 2026-09-06 | 1.8949 | +0.18% |
| 2026-09-05 | 1.8914 | +0.69% |
| 2026-09-04 | 1.8784 | -0.19% |
| 2026-09-03 | 1.882 | -1.12% |
| 2026-09-02 | 1.9033 | +0.06% |
| 2026-09-01 | 1.9022 | +0.17% |
| 2026-08-31 | 1.8989 | +0.24% |
| 2026-08-30 | 1.8944 | -0.23% |
| 2026-08-29 | 1.8987 | +0.02% |
| 2026-08-28 | 1.8984 | — |
INR to LRD conversion table
1 INR1.795 LRD
5 INR8.9749 LRD
10 INR17.9498 LRD
25 INR44.8744 LRD
50 INR89.7489 LRD
100 INR179.4978 LRD
500 INR897.4889 LRD
1,000 INR1,794.9777 LRD
5,000 INR8,974.8886 LRD
10,000 INR17,949.777 LRD
Get the INR/LRD rate in your app
One GET request returns the latest INR → LRD 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/LRD"fetch('https://rate-api.com/api/v1/pair/INR/LRD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} LRD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/LRD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} LRD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/LRD');
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']} LRD\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "LRD"
},
"rate": 1.795,
"timestamp": 1790429425,
"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
LRD to INRLiberian Dollar → Indian Rupee0.55711Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.