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: show the values
| Point | CHF/MZN |
|---|---|
| 2025-12-31 | 80.6074 |
| 2026-01-07 | 80.2435 |
| 2026-01-14 | 79.6704 |
| 2026-01-21 | 80.9356 |
| 2026-01-28 | 83.0154 |
| 2026-02-04 | 82.2906 |
| 2026-02-11 | 83.0839 |
| 2026-02-18 | 82.8951 |
| 2026-02-25 | 82.2707 |
| 2026-03-04 | 81.9097 |
| 2026-03-11 | 81.7723 |
| 2026-03-18 | 80.8908 |
| 2026-03-25 | 80.7808 |
| 2026-04-01 | 80.5677 |
| 2026-04-08 | 80.9351 |
| 2026-04-15 | 81.7126 |
| 2026-04-22 | 81.7950 |
| 2026-04-29 | 81.0014 |
| 2026-05-06 | 82.0047 |
| 2026-05-14 | 81.6708 |
| 2026-05-21 | 81.0065 |
| 2026-05-29 | 81.5566 |
| 2026-06-05 | 81.0223 |
| 2026-06-14 | 80.3388 |
| 2026-06-21 | 78.9048 |
| 2026-06-28 | 78.8695 |
| 2026-07-05 | 79.3047 |
| 2026-07-12 | 78.9515 |
| 2026-07-19 | 79.0385 |
| 2026-07-26 | 78.1625 |
| 2026-08-02 | 79.0376 |
| 2026-08-09 | 79.0874 |
| 2026-08-16 | 78.3917 |
| 2026-08-24 | 79.5158 |
| 2026-08-31 | 78.9237 |
| 2026-09-07 | 78.8623 |
| 2026-09-14 | 78.1562 |
| 2026-09-21 | 77.6957 |
High
83.0839
Low
77.0961
Average
80.3584
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MZN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MZN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.