Convert INR to MMK
Indian Rupee → Myanmar Kyat
1 INR = 21.911231 MMK(1 MMK = 0.0456387 INR)
Currency converter
1 INR =
21.9112 MMK
INR to MMK: last 30 days
Over the last 30 days, 1 INR traded between 21.8811 and 22.2271 MMK, averaging 22.0129 MMK. The INR/MMK rate is down 0.46% since 2026-08-28.
- 30-day high
- 22.2271
- 2026-09-05
- 30-day low
- 21.8811
- 2026-09-24
- 30-day average
- 22.0129
- Days with data: 30
- 30-day change
- -0.46%
- since 2026-08-28
22.2271
21.88112026-08-28 → 2026-09-26
| Date | 1 INR in MMK | Daily change |
|---|---|---|
| 2026-09-26 | 21.9112 | 0.00% |
| 2026-09-25 | 21.9112 | +0.14% |
| 2026-09-24 | 21.8811 | -0.21% |
| 2026-09-23 | 21.9267 | -0.20% |
| 2026-09-22 | 21.9696 | +0.27% |
| 2026-09-21 | 21.9102 | +0.05% |
| 2026-09-20 | 21.8982 | -0.01% |
| 2026-09-19 | 21.8995 | +0.00% |
| 2026-09-18 | 21.8992 | +0.05% |
| 2026-09-17 | 21.8877 | +0.02% |
| 2026-09-16 | 21.8834 | +0.01% |
| 2026-09-15 | 21.8816 | -0.42% |
| 2026-09-14 | 21.9733 | -0.00% |
| 2026-09-13 | 21.9738 | +0.01% |
| 2026-09-12 | 21.9709 | +0.00% |
| Date | 1 INR in MMK | Daily change |
|---|---|---|
| 2026-09-11 | 21.9708 | -0.11% |
| 2026-09-10 | 21.9958 | -0.35% |
| 2026-09-09 | 22.0739 | -0.30% |
| 2026-09-08 | 22.1407 | -0.36% |
| 2026-09-07 | 22.2211 | -0.00% |
| 2026-09-06 | 22.2218 | -0.02% |
| 2026-09-05 | 22.2271 | +0.04% |
| 2026-09-04 | 22.2185 | -0.03% |
| 2026-09-03 | 22.2246 | +0.56% |
| 2026-09-02 | 22.1018 | -0.06% |
| 2026-09-01 | 22.1161 | +0.24% |
| 2026-08-31 | 22.0632 | +0.23% |
| 2026-08-30 | 22.0121 | +0.01% |
| 2026-08-29 | 22.009 | -0.01% |
| 2026-08-28 | 22.0117 | — |
INR to MMK conversion table
1 INR21.9112 MMK
5 INR109.5562 MMK
10 INR219.1123 MMK
25 INR547.7808 MMK
50 INR1,095.5615 MMK
100 INR2,191.1231 MMK
500 INR10,955.615 MMK
1,000 INR21,911.231 MMK
5,000 INR109,556.15 MMK
10,000 INR219,112.31 MMK
Get the INR/MMK rate in your app
One GET request returns the latest INR → MMK 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/MMK"fetch('https://rate-api.com/api/v1/pair/INR/MMK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} MMK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/MMK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} MMK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/MMK');
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']} MMK\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "MMK"
},
"rate": 21.9112,
"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
MMK to INRMyanmar Kyat → Indian Rupee0.045639Convert INR to other currencies
Convert other currencies to MMK
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.