Convert LRD to GBP
Liberian Dollar → British Pound
1 LRD = 0.00438736 GBP(1 GBP = 227.92744 LRD)
Currency converter
1 LRD =
0.0043874 GBP
LRD to GBP: last 30 days
Over the last 30 days, 1 LRD traded between 0.004065 and 0.0043874 GBP, averaging 0.0042238 GBP. The LRD/GBP rate is up 7.91% since 2026-08-28.
- 30-day high
- 0.0043874
- 2026-09-25
- 30-day low
- 0.004065
- 2026-08-29
- 30-day average
- 0.0042238
- Days with data: 30
- 30-day change
- +7.91%
- since 2026-08-28
0.0043874
0.0040652026-08-28 → 2026-09-26
| Date | 1 LRD in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.0043874 | 0.00% |
| 2026-09-25 | 0.0043874 | +0.40% |
| 2026-09-24 | 0.0043701 | +0.50% |
| 2026-09-23 | 0.0043482 | +0.62% |
| 2026-09-22 | 0.0043215 | +0.04% |
| 2026-09-21 | 0.0043195 | +0.21% |
| 2026-09-20 | 0.0043104 | -0.45% |
| 2026-09-19 | 0.00433 | +0.83% |
| 2026-09-18 | 0.0042944 | +0.15% |
| 2026-09-17 | 0.0042882 | +0.74% |
| 2026-09-16 | 0.0042567 | +0.09% |
| 2026-09-15 | 0.004253 | +0.18% |
| 2026-09-14 | 0.0042453 | +0.11% |
| 2026-09-13 | 0.0042406 | -0.09% |
| 2026-09-12 | 0.0042442 | +0.07% |
| Date | 1 LRD in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.0042411 | +0.05% |
| 2026-09-10 | 0.004239 | +3.06% |
| 2026-09-09 | 0.0041131 | -2.53% |
| 2026-09-08 | 0.0042197 | -0.09% |
| 2026-09-07 | 0.0042236 | +2.32% |
| 2026-09-06 | 0.004128 | -0.18% |
| 2026-09-05 | 0.0041356 | -0.69% |
| 2026-09-04 | 0.0041642 | -0.05% |
| 2026-09-03 | 0.0041664 | +1.54% |
| 2026-09-02 | 0.0041031 | +0.28% |
| 2026-09-01 | 0.0040918 | +0.12% |
| 2026-08-31 | 0.004087 | +0.31% |
| 2026-08-30 | 0.0040742 | +0.23% |
| 2026-08-29 | 0.004065 | -0.02% |
| 2026-08-28 | 0.0040657 | — |
LRD to GBP conversion table
1 LRD0.0043874 GBP
5 LRD0.021937 GBP
10 LRD0.043874 GBP
25 LRD0.10968 GBP
50 LRD0.21937 GBP
100 LRD0.43874 GBP
500 LRD2.1937 GBP
1,000 LRD4.3874 GBP
5,000 LRD21.9368 GBP
10,000 LRD43.8736 GBP
Get the LRD/GBP rate in your app
One GET request returns the latest LRD → GBP 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/GBP?precision=6"fetch('https://rate-api.com/api/v1/pair/LRD/GBP?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 LRD = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/LRD/GBP?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 LRD = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/LRD/GBP?precision=6');
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']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "LRD",
"to": "GBP"
},
"rate": 0.004387,
"timestamp": 1790432153,
"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
GBP to LRDBritish Pound → Liberian Dollar227.9274Convert LRD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.