Skip to content

CHF to GHS exchange rate API

Swiss Franc to Ghana Cedi · quoted 2026-09-24

13.9776

▲ +0.68% over 30D

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 last 30 days, CHF/GHS traded between 13.8486 and 14.1371, averaged 13.9866 and rose 0.68%. 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 30D

CHF/GHS over 30D: show the values
PointCHF/GHS
2026-08-2513.8829
2026-08-2613.8982
2026-08-2713.9059
2026-08-2813.9515
2026-08-2913.8863
2026-08-3013.8617
2026-08-3113.9016
2026-09-0113.8877
2026-09-0213.8486
2026-09-0313.9689
2026-09-0414.0383
2026-09-0514.0609
2026-09-0614.0471
2026-09-0714.0641
2026-09-0814.0478
2026-09-0914.1371
2026-09-1014.0786
2026-09-1114.0551
2026-09-1214.0341
2026-09-1314.0098
2026-09-1414.0260
2026-09-1514.0099
2026-09-1614.0061
2026-09-1713.9449
2026-09-1813.9390
2026-09-1913.9929
2026-09-2014.0039
2026-09-2114.0184
2026-09-2214.0528
2026-09-2314.0372
2026-09-2413.9952

High

14.1371

Low

13.8486

Average

13.9866

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.