Convert MOP to JPY
Macanese Pataca → Japanese Yen
1 MOP = 19.505397 JPY(1 JPY = 0.0512679 MOP)
Currency converter
1 MOP =
19.5054 JPY
MOP to JPY: last 30 days
Over the last 30 days, 1 MOP traded between 18.9749 and 19.8356 JPY, averaging 19.4046 JPY. The MOP/JPY rate is down 1.36% since 2026-08-28.
- 30-day high
- 19.8356
- 2026-09-01
- 30-day low
- 18.9749
- 2026-09-09
- 30-day average
- 19.4046
- Days with data: 30
- 30-day change
- -1.36%
- since 2026-08-28
19.8356
18.97492026-08-28 → 2026-09-26
| Date | 1 MOP in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 19.5054 | 0.00% |
| 2026-09-25 | 19.5054 | -0.81% |
| 2026-09-24 | 19.6651 | +0.61% |
| 2026-09-23 | 19.5463 | +0.48% |
| 2026-09-22 | 19.4536 | -0.05% |
| 2026-09-21 | 19.4627 | -0.40% |
| 2026-09-20 | 19.5399 | -0.00% |
| 2026-09-19 | 19.5399 | -0.01% |
| 2026-09-18 | 19.5411 | +1.42% |
| 2026-09-17 | 19.2671 | +0.40% |
| 2026-09-16 | 19.1904 | +0.03% |
| 2026-09-15 | 19.1853 | +0.28% |
| 2026-09-14 | 19.1315 | +0.33% |
| 2026-09-13 | 19.0683 | -0.00% |
| 2026-09-12 | 19.0689 | -0.02% |
| Date | 1 MOP in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 19.0718 | -0.09% |
| 2026-09-10 | 19.0898 | +0.61% |
| 2026-09-09 | 18.9749 | -0.69% |
| 2026-09-08 | 19.1066 | -0.31% |
| 2026-09-07 | 19.1658 | -0.94% |
| 2026-09-06 | 19.3481 | +0.00% |
| 2026-09-05 | 19.3474 | -0.00% |
| 2026-09-04 | 19.3477 | +0.17% |
| 2026-09-03 | 19.3151 | -2.26% |
| 2026-09-02 | 19.7612 | -0.38% |
| 2026-09-01 | 19.8356 | +0.27% |
| 2026-08-31 | 19.7827 | +0.06% |
| 2026-08-30 | 19.7705 | -0.02% |
| 2026-08-29 | 19.7746 | -0.00% |
| 2026-08-28 | 19.7746 | — |
MOP to JPY conversion table
1 MOP19.5054 JPY
5 MOP97.527 JPY
10 MOP195.054 JPY
25 MOP487.6349 JPY
50 MOP975.2698 JPY
100 MOP1,950.5397 JPY
500 MOP9,752.6983 JPY
1,000 MOP19,505.397 JPY
5,000 MOP97,526.983 JPY
10,000 MOP195,053.97 JPY
Get the MOP/JPY rate in your app
One GET request returns the latest MOP → JPY 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/JPY"fetch('https://rate-api.com/api/v1/pair/MOP/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MOP = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MOP/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MOP = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MOP/JPY');
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']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "MOP",
"to": "JPY"
},
"rate": 19.5054,
"timestamp": 1790435052,
"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
JPY to MOPJapanese Yen → Macanese Pataca0.051268Convert MOP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.