Convert CAD to ETB
Canadian Dollar → Ethiopian Birr
1 CAD = 115.2898 ETB(1 ETB = 0.00867379 CAD)
Currency converter
1 CAD =
115.2898 ETB
CAD to ETB: last 30 days
Over the last 30 days, 1 CAD traded between 114.637 and 118.2298 ETB, averaging 116.3567 ETB. The CAD/ETB rate is down 2.12% since 2026-08-28.
- 30-day high
- 118.2298
- 2026-08-31
- 30-day low
- 114.637
- 2026-09-19
- 30-day average
- 116.3567
- Days with data: 30
- 30-day change
- -2.12%
- since 2026-08-28
118.2298
114.6372026-08-28 → 2026-09-26
| Date | 1 CAD in ETB | Daily change |
|---|---|---|
| 2026-09-26 | 115.2898 | 0.00% |
| 2026-09-25 | 115.2898 | -0.51% |
| 2026-09-24 | 115.8764 | +0.94% |
| 2026-09-23 | 114.8017 | -0.95% |
| 2026-09-22 | 115.9043 | -0.55% |
| 2026-09-21 | 116.5501 | +1.66% |
| 2026-09-20 | 114.6449 | +0.01% |
| 2026-09-19 | 114.637 | -0.23% |
| 2026-09-18 | 114.9 | -0.86% |
| 2026-09-17 | 115.8996 | -0.33% |
| 2026-09-16 | 116.2793 | +0.29% |
| 2026-09-15 | 115.9464 | -0.21% |
| 2026-09-14 | 116.1925 | -0.13% |
| 2026-09-13 | 116.3408 | +0.09% |
| 2026-09-12 | 116.2391 | -0.07% |
| Date | 1 CAD in ETB | Daily change |
|---|---|---|
| 2026-09-11 | 116.3151 | -1.37% |
| 2026-09-10 | 117.9339 | +0.47% |
| 2026-09-09 | 117.3799 | +0.05% |
| 2026-09-08 | 117.3192 | -0.16% |
| 2026-09-07 | 117.5067 | +0.70% |
| 2026-09-06 | 116.6953 | -0.25% |
| 2026-09-05 | 116.9907 | +0.03% |
| 2026-09-04 | 116.9576 | -0.85% |
| 2026-09-03 | 117.9604 | +1.29% |
| 2026-09-02 | 116.4567 | -0.19% |
| 2026-09-01 | 116.6732 | -1.32% |
| 2026-08-31 | 118.2298 | +2.05% |
| 2026-08-30 | 115.8507 | -0.00% |
| 2026-08-29 | 115.8519 | -1.64% |
| 2026-08-28 | 117.7876 | — |
CAD to ETB conversion table
1 CAD115.2898 ETB
5 CAD576.449 ETB
10 CAD1,152.898 ETB
25 CAD2,882.2449 ETB
50 CAD5,764.4898 ETB
100 CAD11,528.98 ETB
500 CAD57,644.898 ETB
1,000 CAD115,289.8 ETB
5,000 CAD576,448.98 ETB
10,000 CAD1,152,898 ETB
Get the CAD/ETB rate in your app
One GET request returns the latest CAD → ETB 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/ETB"fetch('https://rate-api.com/api/v1/pair/CAD/ETB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} ETB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/ETB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} ETB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/ETB');
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']} ETB\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "ETB"
},
"rate": 115.2898,
"timestamp": 1790429372,
"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
ETB to CADEthiopian Birr → Canadian Dollar0.0086738Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.