Skip to content

CHF to MAD exchange rate API

Swiss Franc to Moroccan Dirham · quoted 2026-09-25

11.6150

▲ +1.90% over 1Y

1 CHF = 11.6150 MAD · 1 MAD = 0.08610 CHF · Get this rate via the API

1 CHF buys 11.6150 MAD as of 2026-09-25, so 1 MAD buys 0.08610 CHF. Over the last year, CHF/MAD traded between 11.3981 and 12.0171, averaged 11.6332 and rose 1.90%. The API holds daily CHF/MAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/MAD over 1Y

CHF/MAD over 1Y: show the values
PointCHF/MAD
2025-09-2511.3981
2025-10-0211.4622
2025-10-0911.4033
2025-10-1611.5142
2025-10-2311.5999
2025-10-3011.5315
2025-11-0611.5233
2025-11-1311.6588
2025-11-2011.5096
2025-11-2711.4848
2025-12-0411.5349
2025-12-1111.5589
2025-12-1811.5311
2025-12-2511.5690
2026-01-0111.5059
2026-01-0811.5672
2026-01-1511.5196
2026-01-2211.5854
2026-01-2911.8103
2026-02-0511.8285
2026-02-1211.8767
2026-02-1911.8151
2026-02-2611.8561
2026-03-0511.9275
2026-03-1212.0171
2026-03-1911.8231
2026-03-2611.7733
2026-04-0211.7121
2026-04-0911.7778
2026-04-1611.7905
2026-04-2311.8098
2026-04-3011.7798
2026-05-0711.8033
2026-05-1411.7483
2026-05-2111.7163
2026-05-2811.6441
2026-06-0411.6963
2026-06-1111.6038
2026-06-1811.5597
2026-06-2511.5734
2026-07-0211.6397
2026-07-0911.6008
2026-07-1611.5714
2026-07-2311.4995
2026-07-3011.5497
2026-08-0611.5134
2026-08-1311.4599
2026-08-2011.5844
2026-08-2711.4988
2026-09-0311.5684
2026-09-1011.5485
2026-09-1711.5223
2026-09-2411.6213

High

12.0171

Low

11.3981

Average

11.6332

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/MAD API questions

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

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

How far back does CHF/MAD historical data go?

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