Skip to content

CAD to GHS exchange rate API

Canadian Dollar to Ghana Cedi · quoted 2026-09-27

8.2140

▼ +7.55% over 1Y

1 CAD = 8.2140 GHS · 1 GHS = 0.12174 CAD · Get this rate via the API

1 CAD buys 8.2140 GHS as of 2026-09-27, so 1 GHS buys 0.12174 CAD. Over the last year, CAD/GHS traded between 7.5812 and 8.9566, averaged 8.0986 and fell 7.55%. The API holds daily CAD/GHS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CAD/GHS over 1Y

CAD/GHS over 1Y: show the values
PointCAD/GHS
2025-09-278.8852
2025-10-048.9566
2025-10-118.6772
2025-10-187.5812
2025-10-257.7577
2025-11-017.7732
2025-11-087.7884
2025-11-157.8197
2025-11-227.8252
2025-11-298.1011
2025-12-068.2508
2025-12-148.3329
2025-12-218.3283
2025-12-288.0853
2026-01-047.6313
2026-01-117.7070
2026-01-187.7722
2026-01-257.9451
2026-02-018.0355
2026-02-088.0286
2026-02-158.0756
2026-02-228.0214
2026-03-017.8132
2026-03-087.9279
2026-03-157.9230
2026-03-227.9503
2026-03-297.8959
2026-04-057.8888
2026-04-127.9330
2026-04-198.0689
2026-04-268.1033
2026-05-038.2420
2026-05-108.2111
2026-05-188.3379
2026-05-268.4140
2026-06-028.5046
2026-06-118.2420
2026-06-187.9273
2026-06-257.8736
2026-07-027.9954
2026-07-098.0562
2026-07-168.2017
2026-07-238.2496
2026-07-308.3015
2026-08-068.3744
2026-08-138.1091
2026-08-218.0724
2026-08-288.0993
2026-09-048.2323
2026-09-118.2691
2026-09-188.2144
2026-09-258.1988

High

8.9566

Low

7.5812

Average

8.0986

For developers

Get this rate via the API

One GET request returns the CAD/GHS 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=GHS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=GHS");
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=GHS").json()

Replace YOUR_API_KEY with the key from your dashboard.

CAD/GHS API questions

How do I get the CAD/GHS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=GHS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CAD/GHS rate in rates.GHS.

How far back does CAD/GHS historical data go?

Daily CAD/GHS 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/GHS 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.