Convert INR to MZN
Indian Rupee → Mozambican Metical
1 INR = 0.666533 MZN(1 MZN = 1.500301 INR)
Currency converter
1 INR =
0.66653 MZN
INR to MZN: last 30 days
Over the last 30 days, 1 INR traded between 0.6647 and 0.67583 MZN, averaging 0.66918 MZN. The INR/MZN rate is down 0.45% since 2026-08-28.
- 30-day high
- 0.67583
- 2026-09-06
- 30-day low
- 0.6647
- 2026-09-17
- 30-day average
- 0.66918
- Days with data: 30
- 30-day change
- -0.45%
- since 2026-08-28
0.67583
0.66472026-08-28 → 2026-09-26
| Date | 1 INR in MZN | Daily change |
|---|---|---|
| 2026-09-26 | 0.66653 | 0.00% |
| 2026-09-25 | 0.66653 | +0.21% |
| 2026-09-24 | 0.66516 | -0.22% |
| 2026-09-23 | 0.66664 | -0.13% |
| 2026-09-22 | 0.66749 | +0.22% |
| 2026-09-21 | 0.66604 | -0.04% |
| 2026-09-20 | 0.66632 | +0.09% |
| 2026-09-19 | 0.66575 | -0.12% |
| 2026-09-18 | 0.66657 | +0.28% |
| 2026-09-17 | 0.6647 | -0.12% |
| 2026-09-16 | 0.66551 | +0.11% |
| 2026-09-15 | 0.66478 | -0.45% |
| 2026-09-14 | 0.66777 | +0.05% |
| 2026-09-13 | 0.66743 | -0.08% |
| 2026-09-12 | 0.668 | +0.00% |
| Date | 1 INR in MZN | Daily change |
|---|---|---|
| 2026-09-11 | 0.66797 | -0.11% |
| 2026-09-10 | 0.66871 | -0.28% |
| 2026-09-09 | 0.67059 | -0.36% |
| 2026-09-08 | 0.673 | -0.35% |
| 2026-09-07 | 0.6754 | -0.06% |
| 2026-09-06 | 0.67583 | +0.06% |
| 2026-09-05 | 0.67539 | +0.01% |
| 2026-09-04 | 0.6753 | +0.04% |
| 2026-09-03 | 0.67505 | +0.48% |
| 2026-09-02 | 0.67186 | -0.05% |
| 2026-09-01 | 0.67218 | +0.25% |
| 2026-08-31 | 0.67053 | +0.12% |
| 2026-08-30 | 0.66974 | +0.10% |
| 2026-08-29 | 0.66906 | -0.07% |
| 2026-08-28 | 0.66951 | — |
INR to MZN conversion table
1 INR0.66653 MZN
5 INR3.3327 MZN
10 INR6.6653 MZN
25 INR16.6633 MZN
50 INR33.3267 MZN
100 INR66.6533 MZN
500 INR333.2666 MZN
1,000 INR666.5331 MZN
5,000 INR3,332.6656 MZN
10,000 INR6,665.3313 MZN
Get the INR/MZN rate in your app
One GET request returns the latest INR → MZN 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/MZN"fetch('https://rate-api.com/api/v1/pair/INR/MZN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} MZN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/MZN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} MZN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/MZN');
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']} MZN\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "MZN"
},
"rate": 0.6665,
"timestamp": 1790429446,
"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
MZN to INRMozambican Metical → Indian Rupee1.5003Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.