Convert GNF to CAD
Guinean Franc → Canadian Dollar
1 GNF = 0.000160655 CAD(1 CAD = 6,224.5363 GNF)
Currency converter
1 GNF =
0.00016065 CAD
GNF to CAD: last 30 days
Over the last 30 days, 1 GNF traded between 0.00015657 and 0.00016065 CAD, averaging 0.00015819 CAD. The GNF/CAD rate is up 1.97% since 2026-08-28.
- 30-day high
- 0.00016065
- 2026-09-25
- 30-day low
- 0.00015657
- 2026-09-09
- 30-day average
- 0.00015819
- Days with data: 30
- 30-day change
- +1.97%
- since 2026-08-28
0.00016065
0.000156572026-08-28 → 2026-09-26
| Date | 1 GNF in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.00016065 | 0.00% |
| 2026-09-25 | 0.00016065 | +0.21% |
| 2026-09-24 | 0.00016031 | +0.24% |
| 2026-09-23 | 0.00015993 | +0.34% |
| 2026-09-22 | 0.0001594 | +0.15% |
| 2026-09-21 | 0.00015917 | -0.03% |
| 2026-09-20 | 0.00015921 | +0.04% |
| 2026-09-19 | 0.00015915 | -0.32% |
| 2026-09-18 | 0.00015966 | +0.53% |
| 2026-09-17 | 0.00015882 | +0.26% |
| 2026-09-16 | 0.00015841 | +0.15% |
| 2026-09-15 | 0.00015818 | +0.26% |
| 2026-09-14 | 0.00015777 | +0.56% |
| 2026-09-13 | 0.00015689 | -0.55% |
| 2026-09-12 | 0.00015775 | +0.18% |
| Date | 1 GNF in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.00015747 | +0.38% |
| 2026-09-10 | 0.00015687 | +0.19% |
| 2026-09-09 | 0.00015657 | -0.25% |
| 2026-09-08 | 0.00015696 | -0.10% |
| 2026-09-07 | 0.00015713 | +0.20% |
| 2026-09-06 | 0.00015682 | -0.41% |
| 2026-09-05 | 0.00015746 | +0.49% |
| 2026-09-04 | 0.0001567 | -0.10% |
| 2026-09-03 | 0.00015686 | -0.88% |
| 2026-09-02 | 0.00015825 | +0.26% |
| 2026-09-01 | 0.00015784 | +0.07% |
| 2026-08-31 | 0.00015773 | +0.05% |
| 2026-08-30 | 0.00015764 | -0.11% |
| 2026-08-29 | 0.00015782 | +0.17% |
| 2026-08-28 | 0.00015756 | — |
GNF to CAD conversion table
1 GNF0.00016065 CAD
5 GNF0.00080327 CAD
10 GNF0.0016065 CAD
25 GNF0.0040164 CAD
50 GNF0.0080327 CAD
100 GNF0.016065 CAD
500 GNF0.080327 CAD
1,000 GNF0.16065 CAD
5,000 GNF0.80327 CAD
10,000 GNF1.6065 CAD
Get the GNF/CAD rate in your app
One GET request returns the latest GNF → 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/GNF/CAD?precision=6"fetch('https://rate-api.com/api/v1/pair/GNF/CAD?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GNF = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GNF/CAD?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GNF = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GNF/CAD?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GNF = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "GNF",
"to": "CAD"
},
"rate": 0.000161,
"timestamp": 1790435076,
"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 GNFCanadian Dollar → Guinean Franc6,224.5363Convert GNF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.