CHF to MWK exchange rate API
Swiss Franc to Kwacha · quoted 2026-09-25
2090.56
▲ +2.19% over 5Y
1 CHF = 2090.56 MWK · 1 MWK = 0.000478 CHF · Get this rate via the API
1 CHF buys 2090.56 MWK as of 2026-09-25, so 1 MWK buys 0.000478 CHF. Over the last 5 years, CHF/MWK traded between 1907.63 and 2229.64, averaged 2105.16 and rose 2.19%. The API holds daily CHF/MWK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/MWK over 5Y: show the values
| Point | CHF/MWK |
|---|---|
| 2024-08-24 | 2045.86 |
| 2024-10-07 | 2036.56 |
| 2024-11-06 | 1979.68 |
| 2024-12-06 | 1979.66 |
| 2025-01-05 | 1907.63 |
| 2025-02-04 | 1914.62 |
| 2025-03-06 | 1957.21 |
| 2025-04-06 | 2019.24 |
| 2025-05-06 | 2103.33 |
| 2025-06-07 | 2110.90 |
| 2025-07-07 | 2174.07 |
| 2025-08-06 | 2147.18 |
| 2025-09-05 | 2161.87 |
| 2025-10-06 | 2177.06 |
| 2025-11-05 | 2143.35 |
| 2025-12-05 | 2156.95 |
| 2026-01-05 | 2182.06 |
| 2026-02-04 | 2229.64 |
| 2026-03-06 | 2215.56 |
| 2026-04-05 | 2164.01 |
| 2026-05-05 | 2220.53 |
| 2026-06-06 | 2182.10 |
| 2026-07-08 | 2148.41 |
| 2026-08-07 | 2142.81 |
| 2026-09-07 | 2143.36 |
High
2229.64
Low
1907.63
Average
2105.16
Get this rate via the API
One GET request returns the CHF/MWK 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=MWK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MWK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MWK").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/MWK API questions
How do I get the CHF/MWK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MWK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/MWK rate in rates.MWK.
How far back does CHF/MWK historical data go?
Daily CHF/MWK 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/MWK 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.