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: show the values
| Point | CAD/GHS |
|---|---|
| 2026-03-31 | 7.8761 |
| 2026-04-07 | 7.9094 |
| 2026-04-14 | 8.0097 |
| 2026-04-21 | 8.0834 |
| 2026-04-28 | 8.1318 |
| 2026-05-05 | 8.2228 |
| 2026-05-12 | 8.2351 |
| 2026-05-20 | 8.3268 |
| 2026-05-28 | 8.4214 |
| 2026-06-04 | 8.4812 |
| 2026-06-13 | 7.9383 |
| 2026-06-20 | 7.9110 |
| 2026-06-27 | 7.9450 |
| 2026-07-04 | 8.0087 |
| 2026-07-11 | 8.0894 |
| 2026-07-18 | 8.2235 |
| 2026-07-25 | 8.2361 |
| 2026-08-01 | 8.3147 |
| 2026-08-08 | 8.4346 |
| 2026-08-15 | 7.8948 |
| 2026-08-23 | 8.0679 |
| 2026-08-30 | 8.0670 |
| 2026-09-06 | 8.2225 |
| 2026-09-13 | 8.2472 |
| 2026-09-20 | 8.2305 |
| 2026-09-27 | 8.2140 |
High
8.4812
Low
7.8761
Average
8.1466
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=GHS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=GHS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=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¤cies=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.