Convert LRD to INR
Liberian Dollar → Indian Rupee
1 LRD = 0.55711 INR(1 INR = 1.794978 LRD)
Currency converter
1 LRD =
0.55711 INR
LRD to INR: last 30 days
Over the last 30 days, 1 LRD traded between 0.5254 and 0.55711 INR, averaging 0.54206 INR. The LRD/INR rate is up 5.76% since 2026-08-28.
- 30-day high
- 0.55711
- 2026-09-25
- 30-day low
- 0.5254
- 2026-09-02
- 30-day average
- 0.54206
- Days with data: 30
- 30-day change
- +5.76%
- since 2026-08-28
0.55711
0.52542026-08-28 → 2026-09-26
| Date | 1 LRD in INR | Daily change |
|---|---|---|
| 2026-09-26 | 0.55711 | 0.00% |
| 2026-09-25 | 0.55711 | +0.50% |
| 2026-09-24 | 0.55437 | +0.30% |
| 2026-09-23 | 0.55269 | +0.12% |
| 2026-09-22 | 0.55202 | -0.43% |
| 2026-09-21 | 0.55441 | +0.53% |
| 2026-09-20 | 0.5515 | -0.45% |
| 2026-09-19 | 0.554 | +0.83% |
| 2026-09-18 | 0.54945 | -0.16% |
| 2026-09-17 | 0.55032 | +0.12% |
| 2026-09-16 | 0.54963 | -0.12% |
| 2026-09-15 | 0.55028 | +0.52% |
| 2026-09-14 | 0.54745 | +0.01% |
| 2026-09-13 | 0.54738 | -0.09% |
| 2026-09-12 | 0.54786 | +0.07% |
| Date | 1 LRD in INR | Daily change |
|---|---|---|
| 2026-09-11 | 0.54745 | +0.08% |
| 2026-09-10 | 0.54699 | +3.08% |
| 2026-09-09 | 0.53065 | -2.10% |
| 2026-09-08 | 0.54203 | +0.38% |
| 2026-09-07 | 0.53999 | +2.32% |
| 2026-09-06 | 0.52774 | -0.18% |
| 2026-09-05 | 0.52871 | -0.69% |
| 2026-09-04 | 0.53237 | +0.19% |
| 2026-09-03 | 0.53136 | +1.13% |
| 2026-09-02 | 0.5254 | -0.06% |
| 2026-09-01 | 0.52571 | -0.17% |
| 2026-08-31 | 0.52662 | -0.24% |
| 2026-08-30 | 0.52787 | +0.23% |
| 2026-08-29 | 0.52667 | -0.02% |
| 2026-08-28 | 0.52677 | — |
LRD to INR conversion table
1 LRD0.55711 INR
5 LRD2.7855 INR
10 LRD5.5711 INR
25 LRD13.9278 INR
50 LRD27.8555 INR
100 LRD55.711 INR
500 LRD278.555 INR
1,000 LRD557.11 INR
5,000 LRD2,785.5499 INR
10,000 LRD5,571.0998 INR
Get the LRD/INR rate in your app
One GET request returns the latest LRD → 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/LRD/INR"fetch('https://rate-api.com/api/v1/pair/LRD/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 LRD = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/LRD/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 LRD = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/LRD/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 LRD = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "LRD",
"to": "INR"
},
"rate": 0.5571,
"timestamp": 1790432160,
"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 LRDIndian Rupee → Liberian Dollar1.795Convert LRD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.