Convert CAD to LRD
Canadian Dollar → Liberian Dollar
1 CAD = 121.54224 LRD(1 LRD = 0.00822759 CAD)
Currency converter
1 CAD =
121.5422 LRD
CAD to LRD: last 30 days
Over the last 30 days, 1 CAD traded between 121.5422 and 130.7334 LRD, averaging 126.1849 LRD. The CAD/LRD rate is down 7.03% since 2026-08-29.
- 30-day high
- 130.7334
- 2026-08-29
- 30-day low
- 121.5422
- 2026-09-26
- 30-day average
- 126.1849
- Days with data: 30
- 30-day change
- -7.03%
- since 2026-08-29
130.7334
121.54222026-08-29 → 2026-09-27
| Date | 1 CAD in LRD | Daily change |
|---|---|---|
| 2026-09-27 | 121.5422 | 0.00% |
| 2026-09-26 | 121.5422 | -0.06% |
| 2026-09-25 | 121.6098 | -0.82% |
| 2026-09-24 | 122.6155 | -0.27% |
| 2026-09-23 | 122.9518 | -0.28% |
| 2026-09-22 | 123.3005 | -0.09% |
| 2026-09-21 | 123.4171 | -0.54% |
| 2026-09-20 | 124.093 | +0.45% |
| 2026-09-19 | 123.5323 | -0.82% |
| 2026-09-18 | 124.5556 | -0.01% |
| 2026-09-17 | 124.5703 | -0.54% |
| 2026-09-16 | 125.2526 | -0.02% |
| 2026-09-15 | 125.2761 | -0.33% |
| 2026-09-14 | 125.696 | -0.22% |
| 2026-09-13 | 125.975 | +0.09% |
| Date | 1 CAD in LRD | Daily change |
|---|---|---|
| 2026-09-12 | 125.8659 | -0.07% |
| 2026-09-11 | 125.959 | -0.26% |
| 2026-09-10 | 126.2899 | -2.99% |
| 2026-09-09 | 130.1815 | +2.72% |
| 2026-09-08 | 126.7315 | +0.09% |
| 2026-09-07 | 126.6176 | -2.41% |
| 2026-09-06 | 129.7437 | +0.18% |
| 2026-09-05 | 129.5047 | +0.69% |
| 2026-09-04 | 128.6166 | -0.25% |
| 2026-09-03 | 128.9355 | -0.67% |
| 2026-09-02 | 129.8072 | -0.19% |
| 2026-09-01 | 130.0498 | -0.07% |
| 2026-08-31 | 130.1448 | -0.22% |
| 2026-08-30 | 130.4371 | -0.23% |
| 2026-08-29 | 130.7334 | — |
CAD to LRD conversion table
1 CAD121.5422 LRD
5 CAD607.7112 LRD
10 CAD1,215.4224 LRD
25 CAD3,038.5559 LRD
50 CAD6,077.1119 LRD
100 CAD12,154.224 LRD
500 CAD60,771.119 LRD
1,000 CAD121,542.24 LRD
5,000 CAD607,711.19 LRD
10,000 CAD1,215,422.4 LRD
Get the CAD/LRD rate in your app
One GET request returns the latest CAD → 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/CAD/LRD"fetch('https://rate-api.com/api/v1/pair/CAD/LRD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} LRD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/LRD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} LRD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/LRD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} LRD\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "LRD"
},
"rate": 121.5422,
"timestamp": 1790470791,
"date": "2026-09-27"
}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 CADLiberian Dollar → Canadian Dollar0.0082276Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.