Convert MWK to INR
Malawian Kwacha → Indian Rupee
1 MWK = 0.0552668 INR(1 INR = 18.094044 MWK)
Currency converter
1 MWK =
0.055267 INR
MWK to INR: last 30 days
Over the last 30 days, 1 MWK traded between 0.054417 and 0.055298 INR, averaging 0.054958 INR. The MWK/INR rate is up 0.63% since 2026-08-28.
- 30-day high
- 0.055298
- 2026-09-21
- 30-day low
- 0.054417
- 2026-09-04
- 30-day average
- 0.054958
- Days with data: 30
- 30-day change
- +0.63%
- since 2026-08-28
0.055298
0.0544172026-08-28 → 2026-09-26
| Date | 1 MWK in INR | Daily change |
|---|---|---|
| 2026-09-26 | 0.055267 | 0.00% |
| 2026-09-25 | 0.055267 | +0.16% |
| 2026-09-24 | 0.055181 | +0.06% |
| 2026-09-23 | 0.055146 | +0.09% |
| 2026-09-22 | 0.055098 | -0.36% |
| 2026-09-21 | 0.055298 | +0.18% |
| 2026-09-20 | 0.0552 | +0.24% |
| 2026-09-19 | 0.055065 | -0.24% |
| 2026-09-18 | 0.055199 | -0.05% |
| 2026-09-17 | 0.055226 | -0.13% |
| 2026-09-16 | 0.055297 | +0.10% |
| 2026-09-15 | 0.055242 | +0.28% |
| 2026-09-14 | 0.055086 | -0.06% |
| 2026-09-13 | 0.055118 | +0.11% |
| 2026-09-12 | 0.055057 | -0.01% |
| Date | 1 MWK in INR | Daily change |
|---|---|---|
| 2026-09-11 | 0.055064 | +0.04% |
| 2026-09-10 | 0.055043 | +0.24% |
| 2026-09-09 | 0.054911 | +0.39% |
| 2026-09-08 | 0.054696 | +0.40% |
| 2026-09-07 | 0.054477 | +0.02% |
| 2026-09-06 | 0.054468 | +0.07% |
| 2026-09-05 | 0.054429 | +0.02% |
| 2026-09-04 | 0.054417 | -0.22% |
| 2026-09-03 | 0.054536 | -0.30% |
| 2026-09-02 | 0.054702 | -0.18% |
| 2026-09-01 | 0.054798 | +0.33% |
| 2026-08-31 | 0.054617 | -0.64% |
| 2026-08-30 | 0.054968 | +0.03% |
| 2026-08-29 | 0.054954 | +0.06% |
| 2026-08-28 | 0.054923 | — |
MWK to INR conversion table
1 MWK0.055267 INR
5 MWK0.27633 INR
10 MWK0.55267 INR
25 MWK1.3817 INR
50 MWK2.7633 INR
100 MWK5.5267 INR
500 MWK27.6334 INR
1,000 MWK55.2668 INR
5,000 MWK276.334 INR
10,000 MWK552.6681 INR
Get the MWK/INR rate in your app
One GET request returns the latest MWK → 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/MWK/INR"fetch('https://rate-api.com/api/v1/pair/MWK/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MWK = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MWK/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MWK = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MWK/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MWK = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "MWK",
"to": "INR"
},
"rate": 0.0553,
"timestamp": 1790435278,
"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 MWKIndian Rupee → Malawian Kwacha18.094Convert MWK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.