Convert CAD to ERN
Canadian Dollar → Eritrean Nakfa
1 CAD = 10.606126 ERN(1 ERN = 0.0942851 CAD)
Currency converter
1 CAD =
10.6061 ERN
CAD to ERN: last 30 days
Over the last 30 days, 1 CAD traded between 10.6061 and 10.8948 ERN, averaging 10.7779 ERN. The CAD/ERN rate is down 2.04% since 2026-08-28.
- 30-day high
- 10.8948
- 2026-09-09
- 30-day low
- 10.6061
- 2026-09-25
- 30-day average
- 10.7779
- Days with data: 30
- 30-day change
- -2.04%
- since 2026-08-28
10.8948
10.60612026-08-28 → 2026-09-26
| Date | 1 CAD in ERN | Daily change |
|---|---|---|
| 2026-09-26 | 10.6061 | 0.00% |
| 2026-09-25 | 10.6061 | -0.18% |
| 2026-09-24 | 10.6254 | -0.20% |
| 2026-09-23 | 10.6466 | -0.32% |
| 2026-09-22 | 10.6807 | -0.28% |
| 2026-09-21 | 10.7112 | +0.04% |
| 2026-09-20 | 10.7066 | 0.00% |
| 2026-09-19 | 10.7066 | +0.00% |
| 2026-09-18 | 10.7066 | -0.11% |
| 2026-09-17 | 10.7181 | -0.40% |
| 2026-09-16 | 10.7612 | -0.14% |
| 2026-09-15 | 10.7759 | -0.24% |
| 2026-09-14 | 10.8015 | -0.21% |
| 2026-09-13 | 10.8241 | 0.00% |
| 2026-09-12 | 10.8241 | 0.00% |
| Date | 1 CAD in ERN | Daily change |
|---|---|---|
| 2026-09-11 | 10.8241 | -0.30% |
| 2026-09-10 | 10.857 | -0.35% |
| 2026-09-09 | 10.8948 | +0.27% |
| 2026-09-08 | 10.8656 | +0.11% |
| 2026-09-07 | 10.8538 | -0.14% |
| 2026-09-06 | 10.8696 | 0.00% |
| 2026-09-05 | 10.8696 | 0.00% |
| 2026-09-04 | 10.8696 | -0.06% |
| 2026-09-03 | 10.8759 | +0.96% |
| 2026-09-02 | 10.772 | -0.27% |
| 2026-09-01 | 10.8007 | -0.01% |
| 2026-08-31 | 10.8022 | -0.23% |
| 2026-08-30 | 10.8272 | 0.00% |
| 2026-08-29 | 10.8272 | 0.00% |
| 2026-08-28 | 10.8272 | — |
CAD to ERN conversion table
1 CAD10.6061 ERN
5 CAD53.0306 ERN
10 CAD106.0613 ERN
25 CAD265.1532 ERN
50 CAD530.3063 ERN
100 CAD1,060.6126 ERN
500 CAD5,303.0632 ERN
1,000 CAD10,606.126 ERN
5,000 CAD53,030.632 ERN
10,000 CAD106,061.26 ERN
Get the CAD/ERN rate in your app
One GET request returns the latest CAD → ERN 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/ERN"fetch('https://rate-api.com/api/v1/pair/CAD/ERN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} ERN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/ERN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} ERN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/ERN');
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']} ERN\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "ERN"
},
"rate": 10.6061,
"timestamp": 1790429346,
"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
ERN to CADEritrean Nakfa → Canadian Dollar0.094285Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.