Convert LYD to CAD
Libyan Dinar → Canadian Dollar
1 LYD = 0.221161 CAD(1 CAD = 4.521594 LYD)
Currency converter
1 LYD =
0.22116 CAD
LYD to CAD: last 30 days
Over the last 30 days, 1 LYD traded between 0.21698 and 0.22116 CAD, averaging 0.21909 CAD. The LYD/CAD rate is up 1.21% since 2026-08-28.
- 30-day high
- 0.22116
- 2026-09-25
- 30-day low
- 0.21698
- 2026-09-05
- 30-day average
- 0.21909
- Days with data: 30
- 30-day change
- +1.21%
- since 2026-08-28
0.22116
0.216982026-08-28 → 2026-09-26
| Date | 1 LYD in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.22116 | 0.00% |
| 2026-09-25 | 0.22116 | +0.36% |
| 2026-09-24 | 0.22036 | -0.13% |
| 2026-09-23 | 0.22064 | +0.16% |
| 2026-09-22 | 0.2203 | -0.17% |
| 2026-09-21 | 0.22067 | +0.01% |
| 2026-09-20 | 0.22065 | +0.01% |
| 2026-09-19 | 0.22063 | -0.08% |
| 2026-09-18 | 0.2208 | +0.84% |
| 2026-09-17 | 0.21896 | -0.41% |
| 2026-09-16 | 0.21987 | +0.20% |
| 2026-09-15 | 0.21943 | -0.02% |
| 2026-09-14 | 0.21947 | +0.18% |
| 2026-09-13 | 0.21908 | -0.05% |
| 2026-09-12 | 0.21919 | +0.18% |
| Date | 1 LYD in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.21879 | +0.17% |
| 2026-09-10 | 0.21842 | +0.28% |
| 2026-09-09 | 0.21781 | +0.27% |
| 2026-09-08 | 0.21723 | -0.24% |
| 2026-09-07 | 0.21774 | +0.18% |
| 2026-09-06 | 0.21735 | +0.17% |
| 2026-09-05 | 0.21698 | -0.00% |
| 2026-09-04 | 0.21699 | -0.13% |
| 2026-09-03 | 0.21728 | -0.92% |
| 2026-09-02 | 0.21929 | +0.24% |
| 2026-09-01 | 0.21877 | +0.35% |
| 2026-08-31 | 0.21801 | -0.25% |
| 2026-08-30 | 0.21854 | -0.01% |
| 2026-08-29 | 0.21857 | +0.02% |
| 2026-08-28 | 0.21852 | — |
LYD to CAD conversion table
1 LYD0.22116 CAD
5 LYD1.1058 CAD
10 LYD2.2116 CAD
25 LYD5.529 CAD
50 LYD11.058 CAD
100 LYD22.1161 CAD
500 LYD110.5805 CAD
1,000 LYD221.1609 CAD
5,000 LYD1,105.8047 CAD
10,000 LYD2,211.6094 CAD
Get the LYD/CAD rate in your app
One GET request returns the latest LYD → CAD 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/LYD/CAD"fetch('https://rate-api.com/api/v1/pair/LYD/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 LYD = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/LYD/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 LYD = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/LYD/CAD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 LYD = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "LYD",
"to": "CAD"
},
"rate": 0.2212,
"timestamp": 1790432106,
"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
CAD to LYDCanadian Dollar → Libyan Dinar4.5216Convert LYD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.