Convert LRD to JPY
Liberian Dollar → Japanese Yen
1 LRD = 0.916275 JPY(1 JPY = 1.091375 LRD)
Currency converter
1 LRD =
0.91627 JPY
LRD to JPY: last 30 days
Over the last 30 days, 1 LRD traded between 0.85514 and 0.91771 JPY, averaging 0.89062 JPY. The LRD/JPY rate is up 3.91% since 2026-08-28.
- 30-day high
- 0.91771
- 2026-09-24
- 30-day low
- 0.85514
- 2026-09-09
- 30-day average
- 0.89062
- Days with data: 30
- 30-day change
- +3.91%
- since 2026-08-28
0.91771
0.855142026-08-28 → 2026-09-26
| Date | 1 LRD in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 0.91627 | 0.00% |
| 2026-09-25 | 0.91627 | -0.16% |
| 2026-09-24 | 0.91771 | +0.67% |
| 2026-09-23 | 0.91162 | +0.43% |
| 2026-09-22 | 0.9077 | -0.25% |
| 2026-09-21 | 0.90995 | +0.20% |
| 2026-09-20 | 0.90817 | -0.45% |
| 2026-09-19 | 0.9123 | +0.83% |
| 2026-09-18 | 0.9048 | +1.32% |
| 2026-09-17 | 0.89304 | +0.56% |
| 2026-09-16 | 0.88808 | -0.09% |
| 2026-09-15 | 0.88884 | +0.39% |
| 2026-09-14 | 0.8854 | +0.34% |
| 2026-09-13 | 0.88237 | -0.09% |
| 2026-09-12 | 0.88313 | +0.07% |
| Date | 1 LRD in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 0.88248 | -0.13% |
| 2026-09-10 | 0.88364 | +3.33% |
| 2026-09-09 | 0.85514 | -3.04% |
| 2026-09-08 | 0.88195 | -0.27% |
| 2026-09-07 | 0.88436 | +1.34% |
| 2026-09-06 | 0.87268 | -0.18% |
| 2026-09-05 | 0.87429 | -0.69% |
| 2026-09-04 | 0.88033 | +0.34% |
| 2026-09-03 | 0.87731 | -0.64% |
| 2026-09-02 | 0.88296 | -0.43% |
| 2026-09-01 | 0.88676 | +0.33% |
| 2026-08-31 | 0.88386 | +0.02% |
| 2026-08-30 | 0.88364 | +0.23% |
| 2026-08-29 | 0.88163 | -0.02% |
| 2026-08-28 | 0.8818 | — |
LRD to JPY conversion table
1 LRD0.91627 JPY
5 LRD4.5814 JPY
10 LRD9.1627 JPY
25 LRD22.9069 JPY
50 LRD45.8137 JPY
100 LRD91.6275 JPY
500 LRD458.1375 JPY
1,000 LRD916.275 JPY
5,000 LRD4,581.3749 JPY
10,000 LRD9,162.7499 JPY
Get the LRD/JPY rate in your app
One GET request returns the latest LRD → JPY 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/JPY"fetch('https://rate-api.com/api/v1/pair/LRD/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 LRD = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/LRD/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 LRD = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/LRD/JPY');
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']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "LRD",
"to": "JPY"
},
"rate": 0.9163,
"timestamp": 1790432082,
"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
JPY to LRDJapanese Yen → Liberian Dollar1.0914Convert LRD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.