Convert TMT to JPY
Turkmenistani Manat → Japanese Yen
1 TMT = 45.025745 JPY(1 JPY = 0.0222095 TMT)
Currency converter
1 TMT =
45.0257 JPY
TMT to JPY: last 30 days
Over the last 30 days, 1 TMT traded between 43.6934 and 45.8086 JPY, averaging 44.706 JPY. The TMT/JPY rate is down 1.40% since 2026-08-28.
- 30-day high
- 45.8086
- 2026-09-01
- 30-day low
- 43.6934
- 2026-09-09
- 30-day average
- 44.706
- Days with data: 30
- 30-day change
- -1.40%
- since 2026-08-28
45.8086
43.69342026-08-28 → 2026-09-26
| Date | 1 TMT in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 45.0257 | 0.00% |
| 2026-09-25 | 45.0257 | -0.80% |
| 2026-09-24 | 45.387 | +0.59% |
| 2026-09-23 | 45.1194 | +0.40% |
| 2026-09-22 | 44.9376 | +0.29% |
| 2026-09-21 | 44.8073 | -0.67% |
| 2026-09-20 | 45.1114 | +0.00% |
| 2026-09-19 | 45.1114 | +0.29% |
| 2026-09-18 | 44.9829 | +1.11% |
| 2026-09-17 | 44.4887 | +0.66% |
| 2026-09-16 | 44.197 | -0.26% |
| 2026-09-15 | 44.3125 | +0.64% |
| 2026-09-14 | 44.0318 | +0.24% |
| 2026-09-13 | 43.9276 | +0.09% |
| 2026-09-12 | 43.886 | -0.00% |
| Date | 1 TMT in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 43.8869 | -0.19% |
| 2026-09-10 | 43.9697 | +0.63% |
| 2026-09-09 | 43.6934 | -0.89% |
| 2026-09-08 | 44.0861 | -0.29% |
| 2026-09-07 | 44.2152 | -0.60% |
| 2026-09-06 | 44.4829 | +1.77% |
| 2026-09-05 | 43.7106 | -2.11% |
| 2026-09-04 | 44.6527 | +0.09% |
| 2026-09-03 | 44.6126 | -1.94% |
| 2026-09-02 | 45.4957 | -0.68% |
| 2026-09-01 | 45.8086 | +0.66% |
| 2026-08-31 | 45.5079 | +0.03% |
| 2026-08-30 | 45.4935 | -0.12% |
| 2026-08-29 | 45.5492 | -0.25% |
| 2026-08-28 | 45.6633 | — |
TMT to JPY conversion table
1 TMT45.0257 JPY
5 TMT225.1287 JPY
10 TMT450.2575 JPY
25 TMT1,125.6436 JPY
50 TMT2,251.2873 JPY
100 TMT4,502.5745 JPY
500 TMT22,512.873 JPY
1,000 TMT45,025.745 JPY
5,000 TMT225,128.73 JPY
10,000 TMT450,257.45 JPY
Get the TMT/JPY rate in your app
One GET request returns the latest TMT → JPY 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/JPY"fetch('https://rate-api.com/api/v1/pair/TMT/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TMT = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TMT/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TMT = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TMT/JPY');
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']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "TMT",
"to": "JPY"
},
"rate": 45.0257,
"timestamp": 1790432072,
"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
JPY to TMTJapanese Yen → Turkmenistani Manat0.02221Convert TMT to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.