Convert AWG to CAD
Aruban Florin → Canadian Dollar
1 AWG = 0.790099 CAD(1 CAD = 1.265664 AWG)
Currency converter
1 AWG =
0.7901 CAD
AWG to CAD: last 30 days
Over the last 30 days, 1 AWG traded between 0.76916 and 0.7901 CAD, averaging 0.77737 CAD. The AWG/CAD rate is up 2.08% since 2026-08-28.
- 30-day high
- 0.7901
- 2026-09-25
- 30-day low
- 0.76916
- 2026-09-09
- 30-day average
- 0.77737
- Days with data: 30
- 30-day change
- +2.08%
- since 2026-08-28
0.7901
0.769162026-08-28 → 2026-09-26
| Date | 1 AWG in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.7901 | 0.00% |
| 2026-09-25 | 0.7901 | +0.18% |
| 2026-09-24 | 0.78867 | +0.20% |
| 2026-09-23 | 0.7871 | +0.32% |
| 2026-09-22 | 0.78458 | +0.29% |
| 2026-09-21 | 0.78235 | -0.04% |
| 2026-09-20 | 0.78268 | 0.00% |
| 2026-09-19 | 0.78268 | +0.70% |
| 2026-09-18 | 0.77725 | -0.59% |
| 2026-09-17 | 0.78184 | +0.40% |
| 2026-09-16 | 0.77872 | +0.14% |
| 2026-09-15 | 0.77765 | +0.24% |
| 2026-09-14 | 0.77581 | +0.21% |
| 2026-09-13 | 0.77419 | 0.00% |
| 2026-09-12 | 0.77419 | 0.00% |
| Date | 1 AWG in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.77419 | +0.30% |
| 2026-09-10 | 0.77184 | +0.35% |
| 2026-09-09 | 0.76916 | -0.27% |
| 2026-09-08 | 0.77123 | -0.11% |
| 2026-09-07 | 0.77207 | +0.14% |
| 2026-09-06 | 0.77095 | 0.00% |
| 2026-09-05 | 0.77095 | 0.00% |
| 2026-09-04 | 0.77095 | +0.06% |
| 2026-09-03 | 0.7705 | -0.96% |
| 2026-09-02 | 0.77793 | +0.27% |
| 2026-09-01 | 0.77587 | +0.01% |
| 2026-08-31 | 0.77575 | +0.23% |
| 2026-08-30 | 0.77397 | 0.00% |
| 2026-08-29 | 0.77397 | 0.00% |
| 2026-08-28 | 0.77397 | — |
AWG to CAD conversion table
1 AWG0.7901 CAD
5 AWG3.9505 CAD
10 AWG7.901 CAD
25 AWG19.7525 CAD
50 AWG39.5049 CAD
100 AWG79.0099 CAD
500 AWG395.0494 CAD
1,000 AWG790.0989 CAD
5,000 AWG3,950.4943 CAD
10,000 AWG7,900.9885 CAD
Get the AWG/CAD rate in your app
One GET request returns the latest AWG → 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/AWG/CAD"fetch('https://rate-api.com/api/v1/pair/AWG/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AWG = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AWG/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AWG = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AWG/CAD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AWG = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "AWG",
"to": "CAD"
},
"rate": 0.7901,
"timestamp": 1790435262,
"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 AWGCanadian Dollar → Aruban Florin1.2657Convert AWG to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.