Skip to content

CHF to MZN exchange rate API

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

77.0961

▼ +4.13% over 1Y

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 last year, CHF/MZN traded between 77.0961 and 83.1723, averaged 80.1972 and fell 4.13%. 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 1Y

CHF/MZN over 1Y: show the values
PointCHF/MZN
2025-09-2480.4213
2025-10-0179.9967
2025-10-0879.8456
2025-10-1579.8091
2025-10-2280.2196
2025-10-2980.1406
2025-11-0578.8669
2025-11-1279.9640
2025-11-1979.7183
2025-11-2679.1968
2025-12-0379.8606
2025-12-1180.2013
2025-12-1880.3760
2025-12-2581.0528
2026-01-0180.5508
2026-01-0880.1116
2026-01-1579.7440
2026-01-2280.5600
2026-01-2983.1723
2026-02-0582.2190
2026-02-1282.9929
2026-02-1982.3012
2026-02-2682.5504
2026-03-0581.8569
2026-03-1281.6793
2026-03-1980.4267
2026-03-2680.4707
2026-04-0279.8205
2026-04-0980.8842
2026-04-1681.6380
2026-04-2381.4385
2026-04-3081.3729
2026-05-0782.1472
2026-05-1581.2717
2026-05-2381.3189
2026-05-3081.7187
2026-06-0680.2315
2026-06-1580.4453
2026-06-2279.0324
2026-06-2978.9816
2026-07-0679.2345
2026-07-1378.7622
2026-07-2078.9338
2026-07-2778.3115
2026-08-0378.9861
2026-08-1078.9414
2026-08-1778.8623
2026-08-2579.4950
2026-09-0178.7434
2026-09-0878.6437
2026-09-1577.9690
2026-09-2277.8662

High

83.1723

Low

77.0961

Average

80.1972

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.