CHF to GHS exchange rate API
Swiss Franc to Ghana Cedi · quoted 2026-09-24
13.9776
▲ +5.63% over YTD
1 CHF = 13.9776 GHS · 1 GHS = 0.07154 CHF · Get this rate via the API
1 CHF buys 13.9776 GHS as of 2026-09-24, so 1 GHS buys 0.07154 CHF. Over the year to date, CHF/GHS traded between 13.2331 and 14.9957, averaged 14.0583 and rose 5.63%. The API holds daily CHF/GHS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/GHS over YTD: show the values
| Point | CHF/GHS |
|---|---|
| 2025-12-31 | 13.2331 |
| 2026-01-07 | 13.3534 |
| 2026-01-14 | 13.4206 |
| 2026-01-21 | 13.7406 |
| 2026-01-28 | 14.2216 |
| 2026-02-04 | 14.1155 |
| 2026-02-11 | 14.3075 |
| 2026-02-18 | 14.2795 |
| 2026-02-25 | 13.8207 |
| 2026-03-04 | 13.7916 |
| 2026-03-11 | 13.8528 |
| 2026-03-18 | 13.7887 |
| 2026-03-25 | 13.8236 |
| 2026-04-01 | 13.8707 |
| 2026-04-08 | 13.9457 |
| 2026-04-15 | 14.1248 |
| 2026-04-22 | 14.1499 |
| 2026-04-29 | 14.1190 |
| 2026-05-06 | 14.3564 |
| 2026-05-14 | 14.4848 |
| 2026-05-21 | 14.6466 |
| 2026-05-29 | 14.8994 |
| 2026-06-05 | 14.9957 |
| 2026-06-14 | 13.9573 |
| 2026-06-21 | 13.8257 |
| 2026-06-28 | 13.9211 |
| 2026-07-05 | 14.1402 |
| 2026-07-12 | 14.1723 |
| 2026-07-19 | 14.2891 |
| 2026-07-26 | 14.2343 |
| 2026-08-02 | 14.4766 |
| 2026-08-09 | 14.5579 |
| 2026-08-16 | 13.4741 |
| 2026-08-24 | 13.8957 |
| 2026-08-31 | 13.9016 |
| 2026-09-07 | 14.0641 |
| 2026-09-14 | 14.0260 |
| 2026-09-21 | 14.0184 |
High
14.9957
Low
13.2331
Average
14.0583
Get this rate via the API
One GET request returns the CHF/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=CHF¤cies=GHS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=GHS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=GHS").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/GHS API questions
How do I get the CHF/GHS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=GHS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/GHS rate in rates.GHS.
How far back does CHF/GHS historical data go?
Daily CHF/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 CHF/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.