CAD to GNF exchange rate API
Canadian Dollar to Guinea Franc · quoted 2026-09-25
6224.68
▼ +0.44% over 1Y
1 CAD = 6224.68 GNF · 1 GNF = 0.000161 CAD · Get this rate via the API
1 CAD buys 6224.68 GNF as of 2026-09-25, so 1 GNF buys 0.000161 CAD. Over the last year, CAD/GNF traded between 6157.44 and 6492.14, averaged 6307.89 and fell 0.44%. The API holds daily CAD/GNF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CAD/GNF over 1Y: show the values
| Point | CAD/GNF |
|---|---|
| 2025-09-25 | 6252.07 |
| 2025-10-02 | 6227.67 |
| 2025-10-09 | 6218.49 |
| 2025-10-16 | 6179.49 |
| 2025-10-23 | 6202.24 |
| 2025-10-30 | 6199.33 |
| 2025-11-06 | 6166.29 |
| 2025-11-13 | 6199.21 |
| 2025-11-20 | 6180.19 |
| 2025-11-27 | 6184.75 |
| 2025-12-04 | 6224.12 |
| 2025-12-12 | 6319.78 |
| 2025-12-19 | 6337.71 |
| 2025-12-26 | 6396.17 |
| 2026-01-02 | 6375.76 |
| 2026-01-09 | 6305.68 |
| 2026-01-16 | 6305.53 |
| 2026-01-23 | 6361.11 |
| 2026-01-30 | 6492.14 |
| 2026-02-06 | 6424.40 |
| 2026-02-13 | 6447.15 |
| 2026-02-20 | 6415.34 |
| 2026-02-27 | 6416.12 |
| 2026-03-06 | 6426.18 |
| 2026-03-13 | 6401.82 |
| 2026-03-20 | 6397.73 |
| 2026-03-27 | 6323.54 |
| 2026-04-03 | 6292.16 |
| 2026-04-10 | 6348.56 |
| 2026-04-17 | 6417.24 |
| 2026-04-24 | 6414.08 |
| 2026-05-01 | 6463.80 |
| 2026-05-08 | 6446.52 |
| 2026-05-16 | 6385.73 |
| 2026-05-24 | 6350.18 |
| 2026-05-31 | 6359.63 |
| 2026-06-09 | 6289.85 |
| 2026-06-16 | 6255.66 |
| 2026-06-23 | 6183.31 |
| 2026-06-30 | 6157.44 |
| 2026-07-07 | 6166.76 |
| 2026-07-14 | 6220.09 |
| 2026-07-21 | 6238.59 |
| 2026-07-28 | 6227.16 |
| 2026-08-04 | 6250.56 |
| 2026-08-11 | 6305.94 |
| 2026-08-18 | 6332.26 |
| 2026-08-26 | 6337.40 |
| 2026-09-02 | 6319.13 |
| 2026-09-09 | 6386.59 |
| 2026-09-16 | 6312.33 |
| 2026-09-23 | 6252.60 |
High
6492.14
Low
6157.44
Average
6307.89
Get this rate via the API
One GET request returns the CAD/GNF rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=GNF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=GNF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=GNF").json()Replace YOUR_API_KEY with the key from your dashboard.
CAD/GNF API questions
How do I get the CAD/GNF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=GNF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CAD/GNF rate in rates.GNF.
How far back does CAD/GNF historical data go?
Daily CAD/GNF rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free CAD/GNF exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.