Skip to content

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

CAD/GNF over 1Y: show the values
PointCAD/GNF
2025-09-256252.07
2025-10-026227.67
2025-10-096218.49
2025-10-166179.49
2025-10-236202.24
2025-10-306199.33
2025-11-066166.29
2025-11-136199.21
2025-11-206180.19
2025-11-276184.75
2025-12-046224.12
2025-12-126319.78
2025-12-196337.71
2025-12-266396.17
2026-01-026375.76
2026-01-096305.68
2026-01-166305.53
2026-01-236361.11
2026-01-306492.14
2026-02-066424.40
2026-02-136447.15
2026-02-206415.34
2026-02-276416.12
2026-03-066426.18
2026-03-136401.82
2026-03-206397.73
2026-03-276323.54
2026-04-036292.16
2026-04-106348.56
2026-04-176417.24
2026-04-246414.08
2026-05-016463.80
2026-05-086446.52
2026-05-166385.73
2026-05-246350.18
2026-05-316359.63
2026-06-096289.85
2026-06-166255.66
2026-06-236183.31
2026-06-306157.44
2026-07-076166.76
2026-07-146220.09
2026-07-216238.59
2026-07-286227.16
2026-08-046250.56
2026-08-116305.94
2026-08-186332.26
2026-08-266337.40
2026-09-026319.13
2026-09-096386.59
2026-09-166312.33
2026-09-236252.60

High

6492.14

Low

6157.44

Average

6307.89

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=GNF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=GNF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=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&currencies=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.