Convert TMT to INR
Turkmenistani Manat → Indian Rupee
1 TMT = 27.37638 INR(1 INR = 0.0365278 TMT)
Currency converter
1 TMT =
27.3764 INR
TMT to INR: last 30 days
Over the last 30 days, 1 TMT traded between 26.4334 and 27.4337 INR, averaging 27.2059 INR. The TMT/INR rate is up 0.36% since 2026-08-28.
- 30-day high
- 27.4337
- 2026-09-15
- 30-day low
- 26.4334
- 2026-09-05
- 30-day average
- 27.2059
- Days with data: 30
- 30-day change
- +0.36%
- since 2026-08-28
27.4337
26.43342026-08-28 → 2026-09-26
| Date | 1 TMT in INR | Daily change |
|---|---|---|
| 2026-09-26 | 27.3764 | 0.00% |
| 2026-09-25 | 27.3764 | -0.15% |
| 2026-09-24 | 27.4171 | +0.23% |
| 2026-09-23 | 27.3546 | +0.09% |
| 2026-09-22 | 27.3291 | +0.11% |
| 2026-09-21 | 27.2998 | -0.34% |
| 2026-09-20 | 27.3943 | +0.00% |
| 2026-09-19 | 27.3943 | +0.29% |
| 2026-09-18 | 27.3162 | -0.36% |
| 2026-09-17 | 27.415 | +0.23% |
| 2026-09-16 | 27.3534 | -0.29% |
| 2026-09-15 | 27.4337 | +0.77% |
| 2026-09-14 | 27.2253 | -0.09% |
| 2026-09-13 | 27.2509 | +0.09% |
| 2026-09-12 | 27.225 | -0.00% |
| Date | 1 TMT in INR | Daily change |
|---|---|---|
| 2026-09-11 | 27.2256 | +0.03% |
| 2026-09-10 | 27.218 | +0.39% |
| 2026-09-09 | 27.1134 | +0.07% |
| 2026-09-08 | 27.0945 | +0.36% |
| 2026-09-07 | 26.9977 | +0.36% |
| 2026-09-06 | 26.9004 | +1.77% |
| 2026-09-05 | 26.4334 | -2.11% |
| 2026-09-04 | 27.0031 | -0.06% |
| 2026-09-03 | 27.0204 | -0.19% |
| 2026-09-02 | 27.0723 | -0.31% |
| 2026-09-01 | 27.1574 | +0.16% |
| 2026-08-31 | 27.1144 | -0.23% |
| 2026-08-30 | 27.177 | -0.12% |
| 2026-08-29 | 27.2103 | -0.25% |
| 2026-08-28 | 27.2785 | — |
TMT to INR conversion table
1 TMT27.3764 INR
5 TMT136.8819 INR
10 TMT273.7638 INR
25 TMT684.4095 INR
50 TMT1,368.819 INR
100 TMT2,737.638 INR
500 TMT13,688.19 INR
1,000 TMT27,376.38 INR
5,000 TMT136,881.9 INR
10,000 TMT273,763.8 INR
Get the TMT/INR rate in your app
One GET request returns the latest TMT → 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/TMT/INR"fetch('https://rate-api.com/api/v1/pair/TMT/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TMT = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TMT/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TMT = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TMT/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 TMT = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "TMT",
"to": "INR"
},
"rate": 27.3764,
"timestamp": 1790432150,
"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 TMTIndian Rupee → Turkmenistani Manat0.036528Convert TMT to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.