Skip to content

CHF to MAD exchange rate API

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

11.6150

▼ +0.77% over 6M

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 6 months, CHF/MAD traded between 11.4183 and 11.8378, averaged 11.6337 and fell 0.77%. 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 6M

CHF/MAD over 6M: show the values
PointCHF/MAD
2026-03-2911.7053
2026-04-0511.7557
2026-04-1211.7336
2026-04-1911.8164
2026-04-2611.7629
2026-05-0311.8378
2026-05-1011.7371
2026-05-1711.7392
2026-05-2411.7790
2026-05-3111.7560
2026-06-0711.6217
2026-06-1411.6577
2026-06-2111.5378
2026-06-2811.5935
2026-07-0511.6593
2026-07-1211.5486
2026-07-1911.5553
2026-07-2611.4715
2026-08-0211.5620
2026-08-0911.5367
2026-08-1611.4183
2026-08-2311.5527
2026-08-3011.4799
2026-09-0611.5737
2026-09-1311.5287
2026-09-2011.5743

High

11.8378

Low

11.4183

Average

11.6337

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.