Convert MOP to GBP
Macanese Pataca → British Pound
1 MOP = 0.0933969 GBP(1 GBP = 10.706996 MOP)
Currency converter
1 MOP =
0.093397 GBP
MOP to GBP: last 30 days
Over the last 30 days, 1 MOP traded between 0.091156 and 0.093644 GBP, averaging 0.09201 GBP. The MOP/GBP rate is up 2.44% since 2026-08-28.
- 30-day high
- 0.093644
- 2026-09-24
- 30-day low
- 0.091156
- 2026-08-30
- 30-day average
- 0.09201
- Days with data: 30
- 30-day change
- +2.44%
- since 2026-08-28
0.093644
0.0911562026-08-28 → 2026-09-26
| Date | 1 MOP in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.093397 | 0.00% |
| 2026-09-25 | 0.093397 | -0.26% |
| 2026-09-24 | 0.093644 | +0.44% |
| 2026-09-23 | 0.09323 | +0.66% |
| 2026-09-22 | 0.092617 | +0.25% |
| 2026-09-21 | 0.092389 | -0.38% |
| 2026-09-20 | 0.092742 | -0.00% |
| 2026-09-19 | 0.092742 | -0.01% |
| 2026-09-18 | 0.092748 | +0.25% |
| 2026-09-17 | 0.092515 | +0.58% |
| 2026-09-16 | 0.091981 | +0.20% |
| 2026-09-15 | 0.0918 | +0.07% |
| 2026-09-14 | 0.091732 | +0.10% |
| 2026-09-13 | 0.09164 | -0.00% |
| 2026-09-12 | 0.091643 | -0.02% |
| Date | 1 MOP in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.091657 | +0.09% |
| 2026-09-10 | 0.091577 | +0.34% |
| 2026-09-09 | 0.091266 | -0.16% |
| 2026-09-08 | 0.091416 | -0.13% |
| 2026-09-07 | 0.091533 | +0.01% |
| 2026-09-06 | 0.091521 | +0.00% |
| 2026-09-05 | 0.091518 | -0.00% |
| 2026-09-04 | 0.091519 | -0.23% |
| 2026-09-03 | 0.091728 | -0.11% |
| 2026-09-02 | 0.091831 | +0.33% |
| 2026-09-01 | 0.091529 | +0.06% |
| 2026-08-31 | 0.091476 | +0.35% |
| 2026-08-30 | 0.091156 | -0.02% |
| 2026-08-29 | 0.091175 | -0.00% |
| 2026-08-28 | 0.091175 | — |
MOP to GBP conversion table
1 MOP0.093397 GBP
5 MOP0.46698 GBP
10 MOP0.93397 GBP
25 MOP2.3349 GBP
50 MOP4.6698 GBP
100 MOP9.3397 GBP
500 MOP46.6984 GBP
1,000 MOP93.3969 GBP
5,000 MOP466.9844 GBP
10,000 MOP933.9688 GBP
Get the MOP/GBP rate in your app
One GET request returns the latest MOP → GBP rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/MOP/GBP"fetch('https://rate-api.com/api/v1/pair/MOP/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MOP = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MOP/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MOP = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MOP/GBP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MOP = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "MOP",
"to": "GBP"
},
"rate": 0.0934,
"timestamp": 1790432081,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
GBP to MOPBritish Pound → Macanese Pataca10.707Convert MOP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.