Skip to content

CHF to GMD exchange rate API

Swiss Franc to Dalasi · quoted 2026-09-24

89.4226

▲ +8.36% over 5Y

1 CHF = 89.4226 GMD · 1 GMD = 0.01118 CHF · Get this rate via the API

1 CHF buys 89.4226 GMD as of 2026-09-24, so 1 GMD buys 0.01118 CHF. Over the last 5 years, CHF/GMD traded between 79.7721 and 94.9124, averaged 88.2084 and rose 8.36%. The API holds daily CHF/GMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/GMD over 5Y

CHF/GMD over 5Y: show the values
PointCHF/GMD
2024-08-2482.5272
2024-10-0780.8017
2024-11-0681.5770
2024-12-0681.7555
2025-01-0579.7852
2025-02-0479.7721
2025-03-0681.3643
2025-04-0683.2473
2025-05-0687.3687
2025-06-0786.2972
2025-07-0790.4987
2025-08-0690.0141
2025-09-0589.6306
2025-10-0692.0779
2025-11-0590.7306
2025-12-0591.6111
2026-01-0592.8221
2026-02-0494.9124
2026-03-0694.2470
2026-04-0593.4389
2026-05-0593.7140
2026-06-0691.6232
2026-07-0891.3720
2026-08-0791.2943
2026-09-0791.5131

High

94.9124

Low

79.7721

Average

88.2084

For developers

Get this rate via the API

One GET request returns the CHF/GMD 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=GMD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=GMD");
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=GMD").json()

Replace YOUR_API_KEY with the key from your dashboard.

CHF/GMD API questions

How do I get the CHF/GMD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=GMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/GMD rate in rates.GMD.

How far back does CHF/GMD historical data go?

Daily CHF/GMD 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/GMD 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.