Convert CAD to GYD
Canadian Dollar → Guyanaese Dollar
1 CAD = 147.91211 GYD(1 GYD = 0.00676077 CAD)
Currency converter
1 CAD =
147.9121 GYD
CAD to GYD: last 30 days
Over the last 30 days, 1 CAD traded between 147.9121 and 151.7116 GYD, averaging 150.3369 GYD. The CAD/GYD rate is down 1.94% since 2026-08-28.
- 30-day high
- 151.7116
- 2026-09-09
- 30-day low
- 147.9121
- 2026-09-25
- 30-day average
- 150.3369
- Days with data: 30
- 30-day change
- -1.94%
- since 2026-08-28
151.7116
147.91212026-08-28 → 2026-09-26
| Date | 1 CAD in GYD | Daily change |
|---|---|---|
| 2026-09-26 | 147.9121 | 0.00% |
| 2026-09-25 | 147.9121 | -0.54% |
| 2026-09-24 | 148.7169 | +0.04% |
| 2026-09-23 | 148.6502 | -0.25% |
| 2026-09-22 | 149.0195 | -0.19% |
| 2026-09-21 | 149.2979 | -0.11% |
| 2026-09-20 | 149.463 | +0.23% |
| 2026-09-19 | 149.1211 | -0.11% |
| 2026-09-18 | 149.2904 | -0.70% |
| 2026-09-17 | 150.3377 | +0.22% |
| 2026-09-16 | 150.0009 | -0.11% |
| 2026-09-15 | 150.172 | -0.29% |
| 2026-09-14 | 150.6109 | -0.14% |
| 2026-09-13 | 150.8223 | +0.10% |
| 2026-09-12 | 150.6659 | -0.31% |
| Date | 1 CAD in GYD | Daily change |
|---|---|---|
| 2026-09-11 | 151.1367 | -0.19% |
| 2026-09-10 | 151.4189 | -0.19% |
| 2026-09-09 | 151.7116 | +0.13% |
| 2026-09-08 | 151.5164 | +0.09% |
| 2026-09-07 | 151.3781 | -0.17% |
| 2026-09-06 | 151.6404 | +0.20% |
| 2026-09-05 | 151.338 | +0.03% |
| 2026-09-04 | 151.2918 | -0.12% |
| 2026-09-03 | 151.4778 | +0.76% |
| 2026-09-02 | 150.3389 | -0.11% |
| 2026-09-01 | 150.502 | -0.57% |
| 2026-08-31 | 151.3706 | +0.22% |
| 2026-08-30 | 151.0423 | -0.05% |
| 2026-08-29 | 151.1139 | +0.18% |
| 2026-08-28 | 150.8359 | — |
CAD to GYD conversion table
1 CAD147.9121 GYD
5 CAD739.5605 GYD
10 CAD1,479.1211 GYD
25 CAD3,697.8027 GYD
50 CAD7,395.6054 GYD
100 CAD14,791.211 GYD
500 CAD73,956.054 GYD
1,000 CAD147,912.11 GYD
5,000 CAD739,560.54 GYD
10,000 CAD1,479,121.1 GYD
Get the CAD/GYD rate in your app
One GET request returns the latest CAD → GYD 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/GYD"fetch('https://rate-api.com/api/v1/pair/CAD/GYD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} GYD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/GYD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} GYD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/GYD');
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']} GYD\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "GYD"
},
"rate": 147.9121,
"timestamp": 1790429427,
"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
GYD to CADGuyanaese Dollar → Canadian Dollar0.0067608Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.