Skip to content

CHF to GHS exchange rate API

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

13.9776

▼ +9.78% over 1Y

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 year, CHF/GHS traded between 13.2482 and 15.6158, averaged 14.1176 and fell 9.78%. 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 1Y

CHF/GHS over 1Y: show the values
PointCHF/GHS
2025-09-2415.4923
2025-10-0115.5809
2025-10-0815.6158
2025-10-1514.1510
2025-10-2213.4449
2025-10-2913.6171
2025-11-0513.4822
2025-11-1213.6965
2025-11-1913.7249
2025-11-2613.7762
2025-12-0314.2133
2025-12-1114.3588
2025-12-1814.4978
2025-12-2514.0893
2026-01-0113.2482
2026-01-0813.4333
2026-01-1513.4583
2026-01-2213.7140
2026-01-2914.2435
2026-02-0514.1265
2026-02-1214.3058
2026-02-1914.1884
2026-02-2613.7465
2026-03-0513.7820
2026-03-1213.8877
2026-03-1913.7659
2026-03-2613.8023
2026-04-0213.7571
2026-04-0913.9297
2026-04-1614.0568
2026-04-2314.1548
2026-04-3014.2487
2026-05-0714.4605
2026-05-1514.5100
2026-05-2314.8113
2026-05-3015.0218
2026-06-0614.8445
2026-06-1513.9849
2026-06-2213.9336
2026-06-2913.9547
2026-07-0614.0947
2026-07-1314.1909
2026-07-2014.2832
2026-07-2714.2636
2026-08-0314.4555
2026-08-1014.4932
2026-08-1713.4830
2026-08-2513.8829
2026-09-0113.8877
2026-09-0814.0478
2026-09-1514.0099
2026-09-2214.0528

High

15.6158

Low

13.2482

Average

14.1176

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.