Skip to content

CHF to MZN exchange rate API

Swiss Franc to Mozambique Metical · quoted 2026-09-24

77.0961

▼ +4.36% over YTD

1 CHF = 77.0961 MZN · 1 MZN = 0.01297 CHF · Get this rate via the API

1 CHF buys 77.0961 MZN as of 2026-09-24, so 1 MZN buys 0.01297 CHF. Over the year to date, CHF/MZN traded between 77.0961 and 83.0839, averaged 80.3584 and fell 4.36%. The API holds daily CHF/MZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/MZN over YTD

CHF/MZN over YTD: show the values
PointCHF/MZN
2025-12-3180.6074
2026-01-0780.2435
2026-01-1479.6704
2026-01-2180.9356
2026-01-2883.0154
2026-02-0482.2906
2026-02-1183.0839
2026-02-1882.8951
2026-02-2582.2707
2026-03-0481.9097
2026-03-1181.7723
2026-03-1880.8908
2026-03-2580.7808
2026-04-0180.5677
2026-04-0880.9351
2026-04-1581.7126
2026-04-2281.7950
2026-04-2981.0014
2026-05-0682.0047
2026-05-1481.6708
2026-05-2181.0065
2026-05-2981.5566
2026-06-0581.0223
2026-06-1480.3388
2026-06-2178.9048
2026-06-2878.8695
2026-07-0579.3047
2026-07-1278.9515
2026-07-1979.0385
2026-07-2678.1625
2026-08-0279.0376
2026-08-0979.0874
2026-08-1678.3917
2026-08-2479.5158
2026-08-3178.9237
2026-09-0778.8623
2026-09-1478.1562
2026-09-2177.6957

High

83.0839

Low

77.0961

Average

80.3584

For developers

Get this rate via the API

One GET request returns the CHF/MZN 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=MZN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=MZN");
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=MZN").json()

Replace YOUR_API_KEY with the key from your dashboard.

CHF/MZN API questions

How do I get the CHF/MZN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=MZN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/MZN rate in rates.MZN.

How far back does CHF/MZN historical data go?

Daily CHF/MZN 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/MZN 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.