Skip to content

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

CHF/GHS over YTD: show the values
PointCHF/GHS
2025-12-3113.2331
2026-01-0713.3534
2026-01-1413.4206
2026-01-2113.7406
2026-01-2814.2216
2026-02-0414.1155
2026-02-1114.3075
2026-02-1814.2795
2026-02-2513.8207
2026-03-0413.7916
2026-03-1113.8528
2026-03-1813.7887
2026-03-2513.8236
2026-04-0113.8707
2026-04-0813.9457
2026-04-1514.1248
2026-04-2214.1499
2026-04-2914.1190
2026-05-0614.3564
2026-05-1414.4848
2026-05-2114.6466
2026-05-2914.8994
2026-06-0514.9957
2026-06-1413.9573
2026-06-2113.8257
2026-06-2813.9211
2026-07-0514.1402
2026-07-1214.1723
2026-07-1914.2891
2026-07-2614.2343
2026-08-0214.4766
2026-08-0914.5579
2026-08-1613.4741
2026-08-2413.8957
2026-08-3113.9016
2026-09-0714.0641
2026-09-1414.0260
2026-09-2114.0184

High

14.9957

Low

13.2331

Average

14.0583

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=GHS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&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=CHF&currencies=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&currencies=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.