CHF to MAD exchange rate API
Swiss Franc to Moroccan Dirham · quoted 2026-09-25
11.6150
▲ +0.88% over 30D
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 30 days, CHF/MAD traded between 11.4799 and 11.6732, averaged 11.5596 and rose 0.88%. 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 30D: show the values
| Point | CHF/MAD |
|---|---|
| 2026-08-26 | 11.5141 |
| 2026-08-27 | 11.4988 |
| 2026-08-28 | 11.5225 |
| 2026-08-29 | 11.4934 |
| 2026-08-30 | 11.4799 |
| 2026-08-31 | 11.5006 |
| 2026-09-01 | 11.5052 |
| 2026-09-02 | 11.4816 |
| 2026-09-03 | 11.5684 |
| 2026-09-04 | 11.5723 |
| 2026-09-05 | 11.5704 |
| 2026-09-06 | 11.5737 |
| 2026-09-07 | 11.6022 |
| 2026-09-08 | 11.5775 |
| 2026-09-09 | 11.6118 |
| 2026-09-10 | 11.5485 |
| 2026-09-11 | 11.5271 |
| 2026-09-12 | 11.5195 |
| 2026-09-13 | 11.5287 |
| 2026-09-14 | 11.5777 |
| 2026-09-15 | 11.5922 |
| 2026-09-16 | 11.5670 |
| 2026-09-17 | 11.5223 |
| 2026-09-18 | 11.5269 |
| 2026-09-19 | 11.5535 |
| 2026-09-20 | 11.5743 |
| 2026-09-21 | 11.6084 |
| 2026-09-22 | 11.6732 |
| 2026-09-23 | 11.6635 |
| 2026-09-24 | 11.6213 |
| 2026-09-25 | 11.6149 |
High
11.6732
Low
11.4799
Average
11.5596
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MAD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MAD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.