CHF to MAD exchange rate API
Swiss Franc to Moroccan Dirham · quoted 2026-09-25
11.6072
▲ +1.97% over 5Y
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 5 years, CHF/MAD traded between 10.8297 and 11.8275, averaged 11.3692 and rose 1.97%. 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 5Y: show the values
| Point | CHF/MAD |
|---|---|
| 2024-08-24 | 11.3826 |
| 2024-10-01 | 11.3473 |
| 2024-10-31 | 11.1552 |
| 2024-11-30 | 11.3694 |
| 2024-12-30 | 11.0083 |
| 2025-01-29 | 10.8570 |
| 2025-02-28 | 10.8680 |
| 2025-03-30 | 10.8297 |
| 2025-04-29 | 10.9990 |
| 2025-05-29 | 10.9638 |
| 2025-06-28 | 11.3064 |
| 2025-07-28 | 11.0890 |
| 2025-08-27 | 11.0186 |
| 2025-09-26 | 11.3816 |
| 2025-10-26 | 11.6068 |
| 2025-11-25 | 11.4757 |
| 2025-12-25 | 11.5690 |
| 2026-01-24 | 11.6929 |
| 2026-02-23 | 11.8275 |
| 2026-03-25 | 11.8136 |
| 2026-04-24 | 11.7987 |
| 2026-05-24 | 11.7790 |
| 2026-06-23 | 11.5693 |
| 2026-07-23 | 11.4995 |
| 2026-08-22 | 11.5442 |
| 2026-09-21 | 11.6084 |
High
11.8275
Low
10.8297
Average
11.3692
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.