Convert INR to MNT
Indian Rupee → Mongolian Tugrik
1 INR = 37.549997 MNT(1 MNT = 0.0266312 INR)
Currency converter
1 INR =
37.55 MNT
INR to MNT: last 30 days
Over the last 30 days, 1 INR traded between 37.4808 and 38.0904 MNT, averaging 37.7186 MNT. The INR/MNT rate is down 0.52% since 2026-08-28.
- 30-day high
- 38.0904
- 2026-09-04
- 30-day low
- 37.4808
- 2026-09-15
- 30-day average
- 37.7186
- Days with data: 30
- 30-day change
- -0.52%
- since 2026-08-28
38.0904
37.48082026-08-28 → 2026-09-26
| Date | 1 INR in MNT | Daily change |
|---|---|---|
| 2026-09-26 | 37.55 | 0.00% |
| 2026-09-25 | 37.55 | +0.09% |
| 2026-09-24 | 37.5176 | -0.16% |
| 2026-09-23 | 37.5773 | -0.18% |
| 2026-09-22 | 37.6452 | +0.19% |
| 2026-09-21 | 37.5724 | +0.19% |
| 2026-09-20 | 37.502 | -0.07% |
| 2026-09-19 | 37.5294 | -0.03% |
| 2026-09-18 | 37.5403 | +0.11% |
| 2026-09-17 | 37.4978 | -0.02% |
| 2026-09-16 | 37.5057 | +0.07% |
| 2026-09-15 | 37.4808 | -0.46% |
| 2026-09-14 | 37.6558 | +0.04% |
| 2026-09-13 | 37.639 | -0.02% |
| 2026-09-12 | 37.6483 | -0.02% |
| Date | 1 INR in MNT | Daily change |
|---|---|---|
| 2026-09-11 | 37.6567 | -0.05% |
| 2026-09-10 | 37.6746 | -0.41% |
| 2026-09-09 | 37.8292 | -0.30% |
| 2026-09-08 | 37.9424 | -0.38% |
| 2026-09-07 | 38.0884 | +0.08% |
| 2026-09-06 | 38.0591 | +0.05% |
| 2026-09-05 | 38.0392 | -0.13% |
| 2026-09-04 | 38.0904 | +0.09% |
| 2026-09-03 | 38.0566 | +0.46% |
| 2026-09-02 | 37.8824 | -0.02% |
| 2026-09-01 | 37.8916 | +0.27% |
| 2026-08-31 | 37.7894 | +0.25% |
| 2026-08-30 | 37.6943 | -0.04% |
| 2026-08-29 | 37.7083 | -0.10% |
| 2026-08-28 | 37.7451 | — |
INR to MNT conversion table
1 INR37.55 MNT
5 INR187.75 MNT
10 INR375.5 MNT
25 INR938.7499 MNT
50 INR1,877.4998 MNT
100 INR3,754.9997 MNT
500 INR18,774.998 MNT
1,000 INR37,549.997 MNT
5,000 INR187,749.98 MNT
10,000 INR375,499.97 MNT
Get the INR/MNT rate in your app
One GET request returns the latest INR → MNT 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/MNT"fetch('https://rate-api.com/api/v1/pair/INR/MNT', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} MNT`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/MNT",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} MNT")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/MNT');
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']} MNT\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "MNT"
},
"rate": 37.55,
"timestamp": 1790429425,
"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
MNT to INRMongolian Tugrik → Indian Rupee0.026631Convert INR to other currencies
Convert other currencies to MNT
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.