Convert MZN to INR
Mozambican Metical → Indian Rupee
1 MZN = 1.500301 INR(1 INR = 0.666533 MZN)
Currency converter
1 MZN =
1.5003 INR
MZN to INR: last 30 days
Over the last 30 days, 1 MZN traded between 1.4797 and 1.5044 INR, averaging 1.4944 INR. The MZN/INR rate is up 0.45% since 2026-08-28.
- 30-day high
- 1.5044
- 2026-09-17
- 30-day low
- 1.4797
- 2026-09-06
- 30-day average
- 1.4944
- Days with data: 30
- 30-day change
- +0.45%
- since 2026-08-28
1.5044
1.47972026-08-28 → 2026-09-26
| Date | 1 MZN in INR | Daily change |
|---|---|---|
| 2026-09-26 | 1.5003 | 0.00% |
| 2026-09-25 | 1.5003 | -0.21% |
| 2026-09-24 | 1.5034 | +0.22% |
| 2026-09-23 | 1.5001 | +0.13% |
| 2026-09-22 | 1.4982 | -0.22% |
| 2026-09-21 | 1.5014 | +0.04% |
| 2026-09-20 | 1.5008 | -0.09% |
| 2026-09-19 | 1.5021 | +0.12% |
| 2026-09-18 | 1.5002 | -0.28% |
| 2026-09-17 | 1.5044 | +0.12% |
| 2026-09-16 | 1.5026 | -0.11% |
| 2026-09-15 | 1.5042 | +0.45% |
| 2026-09-14 | 1.4975 | -0.05% |
| 2026-09-13 | 1.4983 | +0.08% |
| 2026-09-12 | 1.497 | -0.00% |
| Date | 1 MZN in INR | Daily change |
|---|---|---|
| 2026-09-11 | 1.4971 | +0.11% |
| 2026-09-10 | 1.4954 | +0.28% |
| 2026-09-09 | 1.4912 | +0.36% |
| 2026-09-08 | 1.4859 | +0.36% |
| 2026-09-07 | 1.4806 | +0.06% |
| 2026-09-06 | 1.4797 | -0.06% |
| 2026-09-05 | 1.4806 | -0.01% |
| 2026-09-04 | 1.4808 | -0.04% |
| 2026-09-03 | 1.4814 | -0.47% |
| 2026-09-02 | 1.4884 | +0.05% |
| 2026-09-01 | 1.4877 | -0.25% |
| 2026-08-31 | 1.4914 | -0.12% |
| 2026-08-30 | 1.4931 | -0.10% |
| 2026-08-29 | 1.4946 | +0.07% |
| 2026-08-28 | 1.4936 | — |
MZN to INR conversion table
1 MZN1.5003 INR
5 MZN7.5015 INR
10 MZN15.003 INR
25 MZN37.5075 INR
50 MZN75.015 INR
100 MZN150.0301 INR
500 MZN750.1503 INR
1,000 MZN1,500.3005 INR
5,000 MZN7,501.5026 INR
10,000 MZN15,003.005 INR
Get the MZN/INR rate in your app
One GET request returns the latest MZN → 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/MZN/INR"fetch('https://rate-api.com/api/v1/pair/MZN/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MZN = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MZN/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MZN = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MZN/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MZN = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "MZN",
"to": "INR"
},
"rate": 1.5003,
"timestamp": 1790432215,
"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 MZNIndian Rupee → Mozambican Metical0.66653Convert MZN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.