CHF to MAD exchange rate API
Swiss Franc to Moroccan Dirham · quoted 2026-09-25
11.6072
▲ +1.83% over 1Y
1 CHF = 11.6072 MAD · 1 MAD = 0.08615 CHF · Get this rate via the API
1 CHF buys 11.6072 MAD as of 2026-09-25, so 1 MAD buys 0.08615 CHF. Over the last year, CHF/MAD traded between 11.3981 and 12.0171, averaged 11.6331 and rose 1.83%. 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: show the values
| Point | CHF/MAD |
|---|---|
| 2025-09-25 | 11.3981 |
| 2025-10-02 | 11.4622 |
| 2025-10-09 | 11.4033 |
| 2025-10-16 | 11.5142 |
| 2025-10-23 | 11.5999 |
| 2025-10-30 | 11.5315 |
| 2025-11-06 | 11.5233 |
| 2025-11-13 | 11.6588 |
| 2025-11-20 | 11.5096 |
| 2025-11-27 | 11.4848 |
| 2025-12-04 | 11.5349 |
| 2025-12-11 | 11.5589 |
| 2025-12-18 | 11.5311 |
| 2025-12-25 | 11.5690 |
| 2026-01-01 | 11.5059 |
| 2026-01-08 | 11.5672 |
| 2026-01-15 | 11.5196 |
| 2026-01-22 | 11.5854 |
| 2026-01-29 | 11.8103 |
| 2026-02-05 | 11.8285 |
| 2026-02-12 | 11.8767 |
| 2026-02-19 | 11.8151 |
| 2026-02-26 | 11.8561 |
| 2026-03-05 | 11.9275 |
| 2026-03-12 | 12.0171 |
| 2026-03-19 | 11.8231 |
| 2026-03-26 | 11.7733 |
| 2026-04-02 | 11.7121 |
| 2026-04-09 | 11.7778 |
| 2026-04-16 | 11.7905 |
| 2026-04-23 | 11.8098 |
| 2026-04-30 | 11.7798 |
| 2026-05-07 | 11.8033 |
| 2026-05-14 | 11.7483 |
| 2026-05-21 | 11.7163 |
| 2026-05-28 | 11.6441 |
| 2026-06-04 | 11.6963 |
| 2026-06-11 | 11.6038 |
| 2026-06-18 | 11.5597 |
| 2026-06-25 | 11.5734 |
| 2026-07-02 | 11.6397 |
| 2026-07-09 | 11.6008 |
| 2026-07-16 | 11.5714 |
| 2026-07-23 | 11.4995 |
| 2026-07-30 | 11.5497 |
| 2026-08-06 | 11.5134 |
| 2026-08-13 | 11.4599 |
| 2026-08-20 | 11.5844 |
| 2026-08-27 | 11.4988 |
| 2026-09-03 | 11.5684 |
| 2026-09-10 | 11.5485 |
| 2026-09-17 | 11.5223 |
| 2026-09-24 | 11.6213 |
High
12.0171
Low
11.3981
Average
11.6331
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.