GBP to MOP exchange rate API
Pound Sterling to Pataca · quoted 2026-09-24
10.6816
▼ +2.92% over 30D
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 30 days, GBP/MOP traded between 10.6787 and 11.0081, averaged 10.8853 and fell 2.92%. 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 30D: show the values
| Point | GBP/MOP |
|---|---|
| 2026-08-25 | 11.0030 |
| 2026-08-26 | 11.0081 |
| 2026-08-27 | 10.9656 |
| 2026-08-28 | 10.9680 |
| 2026-08-29 | 10.9282 |
| 2026-08-30 | 10.9337 |
| 2026-08-31 | 10.9318 |
| 2026-09-01 | 10.9255 |
| 2026-09-02 | 10.8896 |
| 2026-09-03 | 10.9018 |
| 2026-09-04 | 10.9267 |
| 2026-09-05 | 10.9165 |
| 2026-09-06 | 10.9159 |
| 2026-09-07 | 10.9250 |
| 2026-09-08 | 10.9391 |
| 2026-09-09 | 10.9571 |
| 2026-09-10 | 10.9198 |
| 2026-09-11 | 10.9103 |
| 2026-09-12 | 10.9281 |
| 2026-09-13 | 10.9280 |
| 2026-09-14 | 10.9012 |
| 2026-09-15 | 10.8933 |
| 2026-09-16 | 10.8717 |
| 2026-09-17 | 10.8090 |
| 2026-09-18 | 10.7820 |
| 2026-09-19 | 10.8225 |
| 2026-09-20 | 10.8205 |
| 2026-09-21 | 10.8237 |
| 2026-09-22 | 10.7972 |
| 2026-09-23 | 10.7256 |
| 2026-09-24 | 10.6787 |
High
11.0081
Low
10.6787
Average
10.8853
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=MOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=MOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=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¤cies=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.