Convert CAD to GNF
Canadian Dollar → Guinean Franc
1 CAD = 6,224.5363 GNF(1 GNF = 0.000160655 CAD)
Currency converter
1 CAD =
6,224.5363 GNF
CAD to GNF: last 30 days
Over the last 30 days, 1 CAD traded between 6,224.5363 and 6,386.7985 GNF, averaging 6,321.9345 GNF. The CAD/GNF rate is down 1.93% since 2026-08-28.
- 30-day high
- 6,386.7985
- 2026-09-09
- 30-day low
- 6,224.5363
- 2026-09-25
- 30-day average
- 6,321.9345
- Days with data: 30
- 30-day change
- -1.93%
- since 2026-08-28
6,386.7985
6,224.53632026-08-28 → 2026-09-26
| Date | 1 CAD in GNF | Daily change |
|---|---|---|
| 2026-09-26 | 6,224.5363 | 0.00% |
| 2026-09-25 | 6,224.5363 | -0.21% |
| 2026-09-24 | 6,237.8055 | -0.24% |
| 2026-09-23 | 6,252.5927 | -0.33% |
| 2026-09-22 | 6,273.5785 | -0.15% |
| 2026-09-21 | 6,282.6915 | +0.03% |
| 2026-09-20 | 6,280.8841 | -0.04% |
| 2026-09-19 | 6,283.5094 | +0.32% |
| 2026-09-18 | 6,263.381 | -0.52% |
| 2026-09-17 | 6,296.3171 | -0.26% |
| 2026-09-16 | 6,312.5493 | -0.15% |
| 2026-09-15 | 6,321.8978 | -0.26% |
| 2026-09-14 | 6,338.3101 | -0.56% |
| 2026-09-13 | 6,373.9704 | +0.55% |
| 2026-09-12 | 6,339.0958 | -0.18% |
| Date | 1 CAD in GNF | Daily change |
|---|---|---|
| 2026-09-11 | 6,350.6043 | -0.38% |
| 2026-09-10 | 6,374.5585 | -0.19% |
| 2026-09-09 | 6,386.7985 | +0.25% |
| 2026-09-08 | 6,370.8893 | +0.10% |
| 2026-09-07 | 6,364.2606 | -0.19% |
| 2026-09-06 | 6,376.6778 | +0.41% |
| 2026-09-05 | 6,350.6603 | -0.48% |
| 2026-09-04 | 6,381.601 | +0.10% |
| 2026-09-03 | 6,374.9818 | +0.89% |
| 2026-09-02 | 6,318.9831 | -0.26% |
| 2026-09-01 | 6,335.5534 | -0.07% |
| 2026-08-31 | 6,340.0819 | -0.05% |
| 2026-08-30 | 6,343.3816 | +0.11% |
| 2026-08-29 | 6,336.3841 | -0.17% |
| 2026-08-28 | 6,346.9637 | — |
CAD to GNF conversion table
1 CAD6,224.5363 GNF
5 CAD31,122.681 GNF
10 CAD62,245.363 GNF
25 CAD155,613.41 GNF
50 CAD311,226.81 GNF
100 CAD622,453.63 GNF
500 CAD3,112,268.1 GNF
1,000 CAD6,224,536.3 GNF
5,000 CAD31,122,681 GNF
10,000 CAD62,245,363 GNF
Get the CAD/GNF rate in your app
One GET request returns the latest CAD → GNF 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/GNF"fetch('https://rate-api.com/api/v1/pair/CAD/GNF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} GNF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/GNF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} GNF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/GNF');
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']} GNF\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "GNF"
},
"rate": 6224.5363,
"timestamp": 1790429360,
"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
GNF to CADGuinean Franc → Canadian Dollar0.00016065Convert CAD to other currencies
Convert other currencies to GNF
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.