Convert CAD to YER
Canadian Dollar → Yemeni Rial
1 CAD = 167.28982 YER(1 YER = 0.00597765 CAD)
Currency converter
1 CAD =
167.2898 YER
CAD to YER: last 30 days
Over the last 30 days, 1 CAD traded between 167.2857 and 172.157 YER, averaging 170.0404 YER. The CAD/YER rate is down 2.21% since 2026-08-29.
- 30-day high
- 172.157
- 2026-09-09
- 30-day low
- 167.2857
- 2026-09-25
- 30-day average
- 170.0404
- Days with data: 30
- 30-day change
- -2.21%
- since 2026-08-29
172.157
167.28572026-08-29 → 2026-09-27
| Date | 1 CAD in YER | Daily change |
|---|---|---|
| 2026-09-27 | 167.2898 | 0.00% |
| 2026-09-26 | 167.2898 | +0.00% |
| 2026-09-25 | 167.2857 | -0.19% |
| 2026-09-24 | 167.5981 | -0.20% |
| 2026-09-23 | 167.9321 | -0.32% |
| 2026-09-22 | 168.4633 | -0.29% |
| 2026-09-21 | 168.9529 | +0.05% |
| 2026-09-20 | 168.8684 | -0.01% |
| 2026-09-19 | 168.8793 | -0.02% |
| 2026-09-18 | 168.915 | -0.08% |
| 2026-09-17 | 169.0519 | -0.38% |
| 2026-09-16 | 169.7023 | -0.14% |
| 2026-09-15 | 169.9408 | -0.44% |
| 2026-09-14 | 170.6953 | -0.19% |
| 2026-09-13 | 171.0231 | -0.02% |
| Date | 1 CAD in YER | Daily change |
|---|---|---|
| 2026-09-12 | 171.0584 | +0.01% |
| 2026-09-11 | 171.0436 | -0.31% |
| 2026-09-10 | 171.57 | -0.34% |
| 2026-09-09 | 172.157 | +0.28% |
| 2026-09-08 | 171.6723 | +0.10% |
| 2026-09-07 | 171.4932 | -0.14% |
| 2026-09-06 | 171.7293 | -0.01% |
| 2026-09-05 | 171.7451 | +0.00% |
| 2026-09-04 | 171.7387 | -0.07% |
| 2026-09-03 | 171.8585 | +0.97% |
| 2026-09-02 | 170.2068 | -0.26% |
| 2026-09-01 | 170.6574 | +0.14% |
| 2026-08-31 | 170.4147 | -0.29% |
| 2026-08-30 | 170.9023 | -0.10% |
| 2026-08-29 | 171.0781 | — |
CAD to YER conversion table
1 CAD167.2898 YER
5 CAD836.4491 YER
10 CAD1,672.8982 YER
25 CAD4,182.2455 YER
50 CAD8,364.4911 YER
100 CAD16,728.982 YER
500 CAD83,644.911 YER
1,000 CAD167,289.82 YER
5,000 CAD836,449.11 YER
10,000 CAD1,672,898.2 YER
Get the CAD/YER rate in your app
One GET request returns the latest CAD → YER 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/YER"fetch('https://rate-api.com/api/v1/pair/CAD/YER', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} YER`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/YER",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} YER")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/YER');
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']} YER\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "YER"
},
"rate": 167.2898,
"timestamp": 1790531383,
"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
YER to CADYemeni Rial → Canadian Dollar0.0059777Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.