Skip to content

CHF to MWK exchange rate API

Swiss Franc to Kwacha · quoted 2026-09-25

2090.56

▼ +4.05% over 1Y

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 year, CHF/MWK traded between 2090.56 and 2259.59, averaged 2177.39 and fell 4.05%. 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

CHF/MWK over 1Y: show the values
PointCHF/MWK
2025-09-252178.88
2025-10-022182.86
2025-10-092164.05
2025-10-162174.24
2025-10-232172.26
2025-10-302159.55
2025-11-062148.77
2025-11-132182.12
2025-11-202150.18
2025-11-272153.80
2025-12-042166.81
2025-12-122177.31
2025-12-192179.43
2025-12-262197.93
2026-01-022187.23
2026-01-092170.92
2026-01-162165.21
2026-01-232190.02
2026-01-302259.59
2026-02-062230.06
2026-02-132257.16
2026-02-202236.37
2026-02-272250.09
2026-03-062215.56
2026-03-132207.37
2026-03-202196.03
2026-03-272173.96
2026-04-032164.03
2026-04-102201.28
2026-04-172219.85
2026-04-242211.52
2026-05-012229.35
2026-05-082234.47
2026-05-162212.80
2026-05-242212.12
2026-05-312221.51
2026-06-092182.46
2026-06-162181.40
2026-06-232145.19
2026-06-302140.06
2026-07-072146.70
2026-07-142137.30
2026-07-212140.49
2026-07-282117.17
2026-08-042144.84
2026-08-112141.22
2026-08-182135.91
2026-08-262156.12
2026-09-022132.97
2026-09-092146.14
2026-09-162118.84
2026-09-232109.81

High

2259.59

Low

2090.56

Average

2177.39

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.