Convert MOP to INR
Macanese Pataca → Indian Rupee
1 MOP = 11.859596 INR(1 INR = 0.0843199 MOP)
Currency converter
1 MOP =
11.8596 INR
MOP to INR: last 30 days
Over the last 30 days, 1 MOP traded between 11.6985 and 11.8792 INR, averaging 11.8087 INR. The MOP/INR rate is up 0.39% since 2026-08-28.
- 30-day high
- 11.8792
- 2026-09-24
- 30-day low
- 11.6985
- 2026-09-03
- 30-day average
- 11.8087
- Days with data: 30
- 30-day change
- +0.39%
- since 2026-08-28
11.8792
11.69852026-08-28 → 2026-09-26
| Date | 1 MOP in INR | Daily change |
|---|---|---|
| 2026-09-26 | 11.8596 | 0.00% |
| 2026-09-25 | 11.8596 | -0.16% |
| 2026-09-24 | 11.8792 | +0.24% |
| 2026-09-23 | 11.8504 | +0.17% |
| 2026-09-22 | 11.8308 | -0.23% |
| 2026-09-21 | 11.858 | -0.07% |
| 2026-09-20 | 11.8658 | -0.00% |
| 2026-09-19 | 11.8658 | -0.01% |
| 2026-09-18 | 11.8665 | -0.05% |
| 2026-09-17 | 11.8728 | -0.03% |
| 2026-09-16 | 11.8769 | -0.01% |
| 2026-09-15 | 11.8776 | +0.41% |
| 2026-09-14 | 11.8292 | +0.00% |
| 2026-09-13 | 11.8292 | -0.00% |
| 2026-09-12 | 11.8295 | -0.02% |
| Date | 1 MOP in INR | Daily change |
|---|---|---|
| 2026-09-11 | 11.8313 | +0.12% |
| 2026-09-10 | 11.8169 | +0.36% |
| 2026-09-09 | 11.7746 | +0.27% |
| 2026-09-08 | 11.7426 | +0.34% |
| 2026-09-07 | 11.7026 | +0.02% |
| 2026-09-06 | 11.7005 | +0.00% |
| 2026-09-05 | 11.7 | -0.00% |
| 2026-09-04 | 11.7003 | +0.02% |
| 2026-09-03 | 11.6985 | -0.51% |
| 2026-09-02 | 11.7589 | -0.00% |
| 2026-09-01 | 11.7594 | -0.23% |
| 2026-08-31 | 11.7869 | -0.20% |
| 2026-08-30 | 11.8105 | -0.02% |
| 2026-08-29 | 11.813 | -0.00% |
| 2026-08-28 | 11.813 | — |
MOP to INR conversion table
1 MOP11.8596 INR
5 MOP59.298 INR
10 MOP118.596 INR
25 MOP296.4899 INR
50 MOP592.9798 INR
100 MOP1,185.9596 INR
500 MOP5,929.7979 INR
1,000 MOP11,859.596 INR
5,000 MOP59,297.979 INR
10,000 MOP118,595.96 INR
Get the MOP/INR rate in your app
One GET request returns the latest MOP → INR 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/INR"fetch('https://rate-api.com/api/v1/pair/MOP/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MOP = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MOP/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MOP = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MOP/INR');
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']} INR\n";Example response
{
"success": true,
"pair": {
"from": "MOP",
"to": "INR"
},
"rate": 11.8596,
"timestamp": 1790432093,
"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
INR to MOPIndian Rupee → Macanese Pataca0.08432Convert MOP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.