Convert INR to TMT
Indian Rupee → Turkmenistani Manat
1 INR = 0.0365278 TMT(1 TMT = 27.37638 INR)
Currency converter
1 INR =
0.036528 TMT
INR to TMT: last 30 days
Over the last 30 days, 1 INR traded between 0.036452 and 0.037831 TMT, averaging 0.036759 TMT. The INR/TMT rate is down 0.36% since 2026-08-28.
- 30-day high
- 0.037831
- 2026-09-05
- 30-day low
- 0.036452
- 2026-09-15
- 30-day average
- 0.036759
- Days with data: 30
- 30-day change
- -0.36%
- since 2026-08-28
0.037831
0.0364522026-08-28 → 2026-09-26
| Date | 1 INR in TMT | Daily change |
|---|---|---|
| 2026-09-26 | 0.036528 | 0.00% |
| 2026-09-25 | 0.036528 | +0.15% |
| 2026-09-24 | 0.036474 | -0.23% |
| 2026-09-23 | 0.036557 | -0.09% |
| 2026-09-22 | 0.036591 | -0.11% |
| 2026-09-21 | 0.03663 | +0.35% |
| 2026-09-20 | 0.036504 | -0.00% |
| 2026-09-19 | 0.036504 | -0.28% |
| 2026-09-18 | 0.036608 | +0.36% |
| 2026-09-17 | 0.036476 | -0.22% |
| 2026-09-16 | 0.036559 | +0.29% |
| 2026-09-15 | 0.036452 | -0.76% |
| 2026-09-14 | 0.03673 | +0.09% |
| 2026-09-13 | 0.036696 | -0.09% |
| 2026-09-12 | 0.036731 | +0.00% |
| Date | 1 INR in TMT | Daily change |
|---|---|---|
| 2026-09-11 | 0.03673 | -0.03% |
| 2026-09-10 | 0.03674 | -0.38% |
| 2026-09-09 | 0.036882 | -0.07% |
| 2026-09-08 | 0.036908 | -0.36% |
| 2026-09-07 | 0.03704 | -0.36% |
| 2026-09-06 | 0.037174 | -1.74% |
| 2026-09-05 | 0.037831 | +2.16% |
| 2026-09-04 | 0.037033 | +0.06% |
| 2026-09-03 | 0.037009 | +0.19% |
| 2026-09-02 | 0.036938 | +0.31% |
| 2026-09-01 | 0.036822 | -0.16% |
| 2026-08-31 | 0.036881 | +0.23% |
| 2026-08-30 | 0.036796 | +0.12% |
| 2026-08-29 | 0.036751 | +0.25% |
| 2026-08-28 | 0.036659 | — |
INR to TMT conversion table
1 INR0.036528 TMT
5 INR0.18264 TMT
10 INR0.36528 TMT
25 INR0.9132 TMT
50 INR1.8264 TMT
100 INR3.6528 TMT
500 INR18.2639 TMT
1,000 INR36.5278 TMT
5,000 INR182.6392 TMT
10,000 INR365.2784 TMT
Get the INR/TMT rate in your app
One GET request returns the latest INR → TMT 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/TMT"fetch('https://rate-api.com/api/v1/pair/INR/TMT', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} TMT`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/TMT",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} TMT")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/TMT');
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']} TMT\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "TMT"
},
"rate": 0.0365,
"timestamp": 1790429403,
"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
TMT to INRTurkmenistani Manat → Indian Rupee27.3764Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.