Skip to content

GBP to MOP exchange rate API

Pound Sterling to Pataca · quoted 2026-09-24

10.6816

▼ +0.94% over 1Y

1 GBP = 10.6816 MOP · 1 MOP = 0.09362 GBP · Get this rate via the API

1 GBP buys 10.6816 MOP as of 2026-09-24, so 1 MOP buys 0.09362 GBP. Over the last year, GBP/MOP traded between 10.4458 and 11.1038, averaged 10.7937 and fell 0.94%. The API holds daily GBP/MOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GBP/MOP over 1Y

GBP/MOP over 1Y: show the values
PointGBP/MOP
2025-09-2410.7830
2025-10-0110.7966
2025-10-0810.7502
2025-10-1510.6916
2025-10-2210.6755
2025-10-2910.5725
2025-11-0510.4458
2025-11-1210.5007
2025-11-1910.5295
2025-11-2610.5674
2025-12-0310.6701
2025-12-1110.7259
2025-12-1810.7388
2025-12-2510.8233
2026-01-0110.7927
2026-01-0810.7809
2026-01-1510.7611
2026-01-2210.7780
2026-01-2911.1038
2026-02-0510.9190
2026-02-1210.9997
2026-02-1910.8274
2026-02-2610.9121
2026-03-0510.7605
2026-03-1210.7900
2026-03-1910.7376
2026-03-2610.7392
2026-04-0210.6620
2026-04-0910.8223
2026-04-1610.9028
2026-04-2310.9337
2026-04-3010.9084
2026-05-0710.9965
2026-05-1510.7789
2026-05-2310.8402
2026-05-3010.8620
2026-06-0610.7652
2026-06-1510.8314
2026-06-2210.6973
2026-06-2910.6870
2026-07-0610.7805
2026-07-1310.8092
2026-07-2010.8694
2026-07-2710.7561
2026-08-0310.8815
2026-08-1010.9120
2026-08-1710.9589
2026-08-2511.0030
2026-09-0110.9255
2026-09-0810.9391
2026-09-1510.8933
2026-09-2210.7972

High

11.1038

Low

10.4458

Average

10.7937

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

GBP/MOP API questions

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

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

How far back does GBP/MOP historical data go?

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