Skip to content

CAD to GHS exchange rate API

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

8.2140

▲ +4.29% over 6M

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 6 months, CAD/GHS traded between 7.8761 and 8.4812, averaged 8.1466 and rose 4.29%. 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 6M

CAD/GHS over 6M: show the values
PointCAD/GHS
2026-03-317.8761
2026-04-077.9094
2026-04-148.0097
2026-04-218.0834
2026-04-288.1318
2026-05-058.2228
2026-05-128.2351
2026-05-208.3268
2026-05-288.4214
2026-06-048.4812
2026-06-137.9383
2026-06-207.9110
2026-06-277.9450
2026-07-048.0087
2026-07-118.0894
2026-07-188.2235
2026-07-258.2361
2026-08-018.3147
2026-08-088.4346
2026-08-157.8948
2026-08-238.0679
2026-08-308.0670
2026-09-068.2225
2026-09-138.2472
2026-09-208.2305
2026-09-278.2140

High

8.4812

Low

7.8761

Average

8.1466

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.