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: show the values
| Point | CHF/GHS |
|---|---|
| 2025-09-24 | 15.4923 |
| 2025-10-01 | 15.5809 |
| 2025-10-08 | 15.6158 |
| 2025-10-15 | 14.1510 |
| 2025-10-22 | 13.4449 |
| 2025-10-29 | 13.6171 |
| 2025-11-05 | 13.4822 |
| 2025-11-12 | 13.6965 |
| 2025-11-19 | 13.7249 |
| 2025-11-26 | 13.7762 |
| 2025-12-03 | 14.2133 |
| 2025-12-11 | 14.3588 |
| 2025-12-18 | 14.4978 |
| 2025-12-25 | 14.0893 |
| 2026-01-01 | 13.2482 |
| 2026-01-08 | 13.4333 |
| 2026-01-15 | 13.4583 |
| 2026-01-22 | 13.7140 |
| 2026-01-29 | 14.2435 |
| 2026-02-05 | 14.1265 |
| 2026-02-12 | 14.3058 |
| 2026-02-19 | 14.1884 |
| 2026-02-26 | 13.7465 |
| 2026-03-05 | 13.7820 |
| 2026-03-12 | 13.8877 |
| 2026-03-19 | 13.7659 |
| 2026-03-26 | 13.8023 |
| 2026-04-02 | 13.7571 |
| 2026-04-09 | 13.9297 |
| 2026-04-16 | 14.0568 |
| 2026-04-23 | 14.1548 |
| 2026-04-30 | 14.2487 |
| 2026-05-07 | 14.4605 |
| 2026-05-15 | 14.5100 |
| 2026-05-23 | 14.8113 |
| 2026-05-30 | 15.0218 |
| 2026-06-06 | 14.8445 |
| 2026-06-15 | 13.9849 |
| 2026-06-22 | 13.9336 |
| 2026-06-29 | 13.9547 |
| 2026-07-06 | 14.0947 |
| 2026-07-13 | 14.1909 |
| 2026-07-20 | 14.2832 |
| 2026-07-27 | 14.2636 |
| 2026-08-03 | 14.4555 |
| 2026-08-10 | 14.4932 |
| 2026-08-17 | 13.4830 |
| 2026-08-25 | 13.8829 |
| 2026-09-01 | 13.8877 |
| 2026-09-08 | 14.0478 |
| 2026-09-15 | 14.0099 |
| 2026-09-22 | 14.0528 |
High
15.6158
Low
13.2482
Average
14.1176
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.