CHF to MWK exchange rate API
Swiss Franc to Kwacha · quoted 2026-09-25
2091.51
▼ +4.01% over 1Y
1 CHF = 2091.51 MWK · 1 MWK = 0.000478 CHF · Get this rate via the API
1 CHF buys 2091.51 MWK as of 2026-09-25, so 1 MWK buys 0.000478 CHF. Over the last year, CHF/MWK traded between 2091.51 and 2259.59, averaged 2177.41 and fell 4.01%. 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 1Y: show the values
| Point | CHF/MWK |
|---|---|
| 2025-09-25 | 2178.88 |
| 2025-10-02 | 2182.86 |
| 2025-10-09 | 2164.05 |
| 2025-10-16 | 2174.24 |
| 2025-10-23 | 2172.26 |
| 2025-10-30 | 2159.55 |
| 2025-11-06 | 2148.77 |
| 2025-11-13 | 2182.12 |
| 2025-11-20 | 2150.18 |
| 2025-11-27 | 2153.80 |
| 2025-12-04 | 2166.81 |
| 2025-12-12 | 2177.31 |
| 2025-12-19 | 2179.43 |
| 2025-12-26 | 2197.93 |
| 2026-01-02 | 2187.23 |
| 2026-01-09 | 2170.92 |
| 2026-01-16 | 2165.21 |
| 2026-01-23 | 2190.02 |
| 2026-01-30 | 2259.59 |
| 2026-02-06 | 2230.06 |
| 2026-02-13 | 2257.16 |
| 2026-02-20 | 2236.37 |
| 2026-02-27 | 2250.09 |
| 2026-03-06 | 2215.56 |
| 2026-03-13 | 2207.37 |
| 2026-03-20 | 2196.03 |
| 2026-03-27 | 2173.96 |
| 2026-04-03 | 2164.03 |
| 2026-04-10 | 2201.28 |
| 2026-04-17 | 2219.85 |
| 2026-04-24 | 2211.52 |
| 2026-05-01 | 2229.35 |
| 2026-05-08 | 2234.47 |
| 2026-05-16 | 2212.80 |
| 2026-05-24 | 2212.12 |
| 2026-05-31 | 2221.51 |
| 2026-06-09 | 2182.46 |
| 2026-06-16 | 2181.40 |
| 2026-06-23 | 2145.19 |
| 2026-06-30 | 2140.06 |
| 2026-07-07 | 2146.70 |
| 2026-07-14 | 2137.30 |
| 2026-07-21 | 2140.49 |
| 2026-07-28 | 2117.17 |
| 2026-08-04 | 2144.84 |
| 2026-08-11 | 2141.22 |
| 2026-08-18 | 2135.91 |
| 2026-08-26 | 2156.12 |
| 2026-09-02 | 2132.97 |
| 2026-09-09 | 2146.14 |
| 2026-09-16 | 2118.84 |
| 2026-09-23 | 2109.81 |
High
2259.59
Low
2091.51
Average
2177.41
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.