Skip to content

CHF to MAD exchange rate API

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

11.6150

▲ +0.84% over YTD

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 year to date, CHF/MAD traded between 11.4473 and 11.9993, averaged 11.6774 and rose 0.84%. 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 YTD

CHF/MAD over YTD: show the values
PointCHF/MAD
2025-12-3111.5185
2026-01-0711.5663
2026-01-1411.5163
2026-01-2111.6376
2026-01-2811.7988
2026-02-0411.8238
2026-02-1111.8760
2026-02-1811.8766
2026-02-2511.8476
2026-03-0411.9247
2026-03-1111.9993
2026-03-1811.8870
2026-03-2511.8136
2026-04-0111.7862
2026-04-0811.8219
2026-04-1511.8098
2026-04-2211.8357
2026-04-2911.7347
2026-05-0611.8186
2026-05-1311.7243
2026-05-2011.6937
2026-05-2711.6799
2026-06-0311.6730
2026-06-1011.5924
2026-06-1711.6588
2026-06-2411.5720
2026-07-0111.5972
2026-07-0811.5889
2026-07-1511.5070
2026-07-2211.5594
2026-07-2911.4473
2026-08-0511.5195
2026-08-1211.4760
2026-08-1911.4602
2026-08-2611.5141
2026-09-0211.4816
2026-09-0911.6118
2026-09-1611.5670
2026-09-2311.6635

High

11.9993

Low

11.4473

Average

11.6774

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.