CHF to GMD exchange rate API
Swiss Franc to Dalasi · quoted 2026-09-24
89.4226
▼ +3.45% over 1Y
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 year, CHF/GMD traded between 89.4226 and 95.9678, averaged 92.4466 and fell 3.45%. 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 1Y: show the values
| Point | CHF/GMD |
|---|---|
| 2025-09-24 | 92.6156 |
| 2025-10-01 | 91.8883 |
| 2025-10-08 | 91.2737 |
| 2025-10-15 | 91.4721 |
| 2025-10-22 | 91.4740 |
| 2025-10-29 | 91.5253 |
| 2025-11-05 | 90.7306 |
| 2025-11-12 | 91.9105 |
| 2025-11-19 | 91.2867 |
| 2025-11-26 | 91.2036 |
| 2025-12-03 | 91.7594 |
| 2025-12-11 | 92.5674 |
| 2025-12-18 | 92.9317 |
| 2025-12-25 | 94.2817 |
| 2026-01-01 | 93.2260 |
| 2026-01-08 | 92.4051 |
| 2026-01-15 | 91.8547 |
| 2026-01-22 | 93.0182 |
| 2026-01-29 | 95.9678 |
| 2026-02-05 | 94.6321 |
| 2026-02-12 | 95.4667 |
| 2026-02-19 | 95.2606 |
| 2026-02-26 | 95.0000 |
| 2026-03-05 | 94.6616 |
| 2026-03-12 | 94.7150 |
| 2026-03-19 | 93.3326 |
| 2026-03-26 | 93.0856 |
| 2026-04-02 | 92.2541 |
| 2026-04-09 | 92.3168 |
| 2026-04-16 | 94.4606 |
| 2026-04-23 | 93.0220 |
| 2026-04-30 | 92.9538 |
| 2026-05-07 | 94.4706 |
| 2026-05-15 | 92.1985 |
| 2026-05-23 | 92.6769 |
| 2026-05-30 | 93.1480 |
| 2026-06-06 | 91.6232 |
| 2026-06-15 | 92.8164 |
| 2026-06-22 | 90.9389 |
| 2026-06-29 | 91.0324 |
| 2026-07-06 | 91.4892 |
| 2026-07-13 | 91.2833 |
| 2026-07-20 | 91.4547 |
| 2026-07-27 | 90.7656 |
| 2026-08-03 | 91.7759 |
| 2026-08-10 | 91.5259 |
| 2026-08-17 | 91.4870 |
| 2026-08-25 | 92.6809 |
| 2026-09-01 | 91.8958 |
| 2026-09-08 | 91.6982 |
| 2026-09-15 | 90.4965 |
| 2026-09-22 | 90.2349 |
High
95.9678
Low
89.4226
Average
92.4466
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=GMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=GMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.