Convert INR to MOP
Indian Rupee → Macanese Pataca
1 INR = 0.0843199 MOP(1 MOP = 11.859596 INR)
Currency converter
1 INR =
0.08432 MOP
INR to MOP: last 30 days
Over the last 30 days, 1 INR traded between 0.084181 and 0.085481 MOP, averaging 0.084686 MOP. The INR/MOP rate is down 0.39% since 2026-08-28.
- 30-day high
- 0.085481
- 2026-09-03
- 30-day low
- 0.084181
- 2026-09-24
- 30-day average
- 0.084686
- Days with data: 30
- 30-day change
- -0.39%
- since 2026-08-28
0.085481
0.0841812026-08-28 → 2026-09-26
| Date | 1 INR in MOP | Daily change |
|---|---|---|
| 2026-09-26 | 0.08432 | 0.00% |
| 2026-09-25 | 0.08432 | +0.17% |
| 2026-09-24 | 0.084181 | -0.24% |
| 2026-09-23 | 0.084386 | -0.16% |
| 2026-09-22 | 0.084525 | +0.23% |
| 2026-09-21 | 0.084331 | +0.07% |
| 2026-09-20 | 0.084276 | +0.00% |
| 2026-09-19 | 0.084276 | +0.01% |
| 2026-09-18 | 0.084271 | +0.05% |
| 2026-09-17 | 0.084226 | +0.03% |
| 2026-09-16 | 0.084197 | +0.01% |
| 2026-09-15 | 0.084192 | -0.41% |
| 2026-09-14 | 0.084536 | -0.00% |
| 2026-09-13 | 0.084537 | +0.00% |
| 2026-09-12 | 0.084534 | +0.02% |
| Date | 1 INR in MOP | Daily change |
|---|---|---|
| 2026-09-11 | 0.084521 | -0.12% |
| 2026-09-10 | 0.084624 | -0.36% |
| 2026-09-09 | 0.084928 | -0.27% |
| 2026-09-08 | 0.08516 | -0.34% |
| 2026-09-07 | 0.085451 | -0.02% |
| 2026-09-06 | 0.085466 | -0.00% |
| 2026-09-05 | 0.08547 | +0.00% |
| 2026-09-04 | 0.085468 | -0.02% |
| 2026-09-03 | 0.085481 | +0.52% |
| 2026-09-02 | 0.085042 | +0.00% |
| 2026-09-01 | 0.085038 | +0.23% |
| 2026-08-31 | 0.08484 | +0.20% |
| 2026-08-30 | 0.08467 | +0.02% |
| 2026-08-29 | 0.084653 | +0.00% |
| 2026-08-28 | 0.084653 | — |
INR to MOP conversion table
1 INR0.08432 MOP
5 INR0.4216 MOP
10 INR0.8432 MOP
25 INR2.108 MOP
50 INR4.216 MOP
100 INR8.432 MOP
500 INR42.16 MOP
1,000 INR84.3199 MOP
5,000 INR421.5995 MOP
10,000 INR843.1991 MOP
Get the INR/MOP rate in your app
One GET request returns the latest INR → MOP 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/INR/MOP"fetch('https://rate-api.com/api/v1/pair/INR/MOP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} MOP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/MOP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} MOP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/MOP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} MOP\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "MOP"
},
"rate": 0.0843,
"timestamp": 1790429344,
"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
MOP to INRMacanese Pataca → Indian Rupee11.8596Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.