Skip to content

MOP to CHF exchange rate API

Pataca to Swiss Franc · quoted 2026-09-24

0.10250

▲ +3.37% over 1Y

1 MOP = 0.10250 CHF · 1 CHF = 9.7565 MOP · Get this rate via the API

1 MOP buys 0.10250 CHF as of 2026-09-24, so 1 CHF buys 9.7565 MOP. Over the last year, MOP/CHF traded between 0.09541 and 0.10250, averaged 0.09894 and rose 3.37%. The API holds daily MOP/CHF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MOP/CHF over 1Y

MOP/CHF over 1Y: show the values
PointMOP/CHF
2025-09-240.09915
2025-10-010.09965
2025-10-080.09982
2025-10-150.09998
2025-10-220.09948
2025-10-290.09964
2025-11-050.10113
2025-11-120.09984
2025-11-190.09989
2025-11-260.10072
2025-12-030.09981
2025-12-110.09943
2025-12-180.09919
2025-12-250.09839
2026-01-010.09890
2026-01-080.09943
2026-01-150.09978
2026-01-220.09875
2026-01-290.09546
2026-02-050.09654
2026-02-120.09541
2026-02-190.09638
2026-02-260.09607
2026-03-050.09688
2026-03-120.09702
2026-03-190.09833
2026-03-260.09849
2026-04-020.09903
2026-04-090.09808
2026-04-160.09731
2026-04-230.09695
2026-04-300.09725
2026-05-070.09637
2026-05-150.09745
2026-05-230.09725
2026-05-300.09676
2026-06-060.09864
2026-06-150.09834
2026-06-220.10008
2026-06-290.10009
2026-07-060.09978
2026-07-130.10032
2026-07-200.10010
2026-07-270.10092
2026-08-030.10002
2026-08-100.10003
2026-08-170.10020
2026-08-250.09945
2026-09-010.10038
2026-09-080.10049
2026-09-150.10127
2026-09-220.10142

High

0.10250

Low

0.09541

Average

0.09894

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MOP&currencies=CHF").json()

Replace YOUR_API_KEY with the key from your dashboard.

MOP/CHF API questions

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

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

How far back does MOP/CHF historical data go?

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