Skip to content

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

CHF/MWK over 5Y: show the values
PointCHF/MWK
2024-08-242045.86
2024-10-072036.56
2024-11-061979.68
2024-12-061979.66
2025-01-051907.63
2025-02-041914.62
2025-03-061957.21
2025-04-062019.24
2025-05-062103.33
2025-06-072110.90
2025-07-072174.07
2025-08-062147.18
2025-09-052161.87
2025-10-062177.06
2025-11-052143.35
2025-12-052156.95
2026-01-052182.06
2026-02-042229.64
2026-03-062215.56
2026-04-052164.01
2026-05-052220.53
2026-06-062182.10
2026-07-082148.41
2026-08-072142.81
2026-09-072143.36

High

2229.64

Low

1907.63

Average

2105.16

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=MWK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=MWK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=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&currencies=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.