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: show the values
| Point | CAD/GHS |
|---|---|
| 2025-09-27 | 8.8852 |
| 2025-10-04 | 8.9566 |
| 2025-10-11 | 8.6772 |
| 2025-10-18 | 7.5812 |
| 2025-10-25 | 7.7577 |
| 2025-11-01 | 7.7732 |
| 2025-11-08 | 7.7884 |
| 2025-11-15 | 7.8197 |
| 2025-11-22 | 7.8252 |
| 2025-11-29 | 8.1011 |
| 2025-12-06 | 8.2508 |
| 2025-12-14 | 8.3329 |
| 2025-12-21 | 8.3283 |
| 2025-12-28 | 8.0853 |
| 2026-01-04 | 7.6313 |
| 2026-01-11 | 7.7070 |
| 2026-01-18 | 7.7722 |
| 2026-01-25 | 7.9451 |
| 2026-02-01 | 8.0355 |
| 2026-02-08 | 8.0286 |
| 2026-02-15 | 8.0756 |
| 2026-02-22 | 8.0214 |
| 2026-03-01 | 7.8132 |
| 2026-03-08 | 7.9279 |
| 2026-03-15 | 7.9230 |
| 2026-03-22 | 7.9503 |
| 2026-03-29 | 7.8959 |
| 2026-04-05 | 7.8888 |
| 2026-04-12 | 7.9330 |
| 2026-04-19 | 8.0689 |
| 2026-04-26 | 8.1033 |
| 2026-05-03 | 8.2420 |
| 2026-05-10 | 8.2111 |
| 2026-05-18 | 8.3379 |
| 2026-05-26 | 8.4140 |
| 2026-06-02 | 8.5046 |
| 2026-06-11 | 8.2420 |
| 2026-06-18 | 7.9273 |
| 2026-06-25 | 7.8736 |
| 2026-07-02 | 7.9954 |
| 2026-07-09 | 8.0562 |
| 2026-07-16 | 8.2017 |
| 2026-07-23 | 8.2496 |
| 2026-07-30 | 8.3015 |
| 2026-08-06 | 8.3744 |
| 2026-08-13 | 8.1091 |
| 2026-08-21 | 8.0724 |
| 2026-08-28 | 8.0993 |
| 2026-09-04 | 8.2323 |
| 2026-09-11 | 8.2691 |
| 2026-09-18 | 8.2144 |
| 2026-09-25 | 8.1988 |
High
8.9566
Low
7.5812
Average
8.0986
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.